π£Remarketing
Track visitors and customers with Facebook Pixel, Google Ads, and custom scripts for retargeting campaigns.
π Overview
Remarketing tags fire on key ecommerce events:
PageView β Store visits
ViewContent β Product detail views
AddToCart β Items added to cart
InitiateCheckout β Checkout page loaded
Purchase β Order completed and paid (thank-you page)
Currency is taken from your store's base currency (Setup β Settings β Currencies). Events include value, currency, and item details for GA4 and Facebook compatibility.
π Facebook (Meta) Pixel
Configuration
Go to Setup β Settings β Products.
Under Remarketing, enable Facebook Pixel.
Enter your Pixel ID (e.g., from Facebook Events Manager).
Save.
Events Fired β‘
PageView β On product/store pages.
ViewContent β On product detail page.
AddToCart β When a product is added to cart (AJAX).
InitiateCheckout β On checkout page.
Purchase β On thank-you page after order (with value and currency).
π Google Ads Remarketing
Configuration
Go to Setup β Settings β Products.
Under Remarketing, enable Google Ads.
Enter your Conversion ID (e.g., AW-123456789).
Optionally enter the Conversion Label.
Save.
Events β‘
Same ecommerce events as Facebook.
Purchase uses the configured
send_to(ID + label) for conversion tracking.
π Custom Script
For other platforms (e.g., TikTok, Pinterest, custom analytics):
Enable Custom remarketing script.
Paste your full tracking code (including
<script>tags) in the text area.The script is injected on product and checkout pages.
π Thank-You Page
After a successful order, customers are briefly redirected to a thank-you page that fires the Purchase event with order total, then redirects to the invoice. This ensures the pixel fires even when payment happens on an external page.
Last updated