QuestionQ8
SegmentationA company runs a Facebook campaign using a custom landing page that was intended to provide a $50 voucher to customers who place an order within 2 hours after clicking the link. The web developers failed to add tracking code to the checkout process, so the company cannot identify who ordered through the Facebook campaign.
How should an engineer build the segment?
- A Page Visited = Facebook Landing PageTHEN -Checkout = True
- B Events within 2 hours -Page Visited = Facebook Landing PageCheckout = True
- C Page Visited = Facebook Landing PageCheckout = True
- D Events within 2 hours -Page Visited = Facebook Landing PageTHEN -Checkout = True
Community Discussion