Pixel Tracking
TagadaPay handles client-side pixel tracking for your store. When you configure pixels in the dashboard, they’re automatically loaded and fired at the right moments during the checkout flow — no extra code needed.Pixel tracking is not the same as analytics. Pixels fire client-side events to ad platforms (Meta, TikTok, etc.) for attribution and retargeting. Analytics (dashboards, reports, conversion metrics) is a separate feature in the TagadaPay CRM.
How It Works
- You configure pixel IDs in the TagadaPay dashboard (Settings → Integrations)
- TagadaPay injects the pixel scripts into checkout sessions automatically
- E-commerce events (PageView, AddToCart, Purchase, etc.) fire to all active pixels at the right moments
Supported Pixels
| Platform | Config Key | What fires |
|---|---|---|
| Meta (Facebook) | Meta Pixel ID | PageView, ViewContent, AddToCart, InitiateCheckout, Purchase |
| TikTok | TikTok Pixel ID | page, ViewContent, AddToCart, InitiateCheckout, Purchase |
| Google Tag Manager | GTM Container ID | All events pushed to dataLayer |
| Google Analytics 4 | GA4 Measurement ID | page_view, view_item, add_to_cart, begin_checkout, purchase |
| Snapchat | Snap Pixel ID | PAGE_VIEW, VIEW_CONTENT, ADD_CART, START_CHECKOUT, PURCHASE |
| Pinterest Tag ID | pagevisit, viewcategory, addtocart, checkout, purchase |
Configure Pixels
In the TagadaPay dashboard:Event Mapping
TagadaPay fires these standard e-commerce events and maps them to each pixel’s native event format:| Event | When it fires | Meta (fbq) | TikTok (ttq) | GTM dataLayer | GA4 (gtag) |
|---|---|---|---|---|---|
| PageView | Page load | PageView | page() | PageView | page_view |
| ViewContent | Product viewed | ViewContent | ViewContent | ViewContent | view_item |
| AddToCart | Item added to cart | AddToCart | AddToCart | AddToCart | add_to_cart |
| InitiateCheckout | Checkout started | InitiateCheckout | InitiateCheckout | InitiateCheckout | begin_checkout |
| AddPaymentInfo | Card info entered | AddPaymentInfo | AddPaymentInfo | AddPaymentInfo | add_payment_info |
| Purchase | Payment succeeded | Purchase | Purchase | Purchase | purchase |
Funnel Step Tracking
TagadaPay also tracks funnel step progression for conversion reporting in the CRM dashboard. This happens automatically when using TagadaPay-hosted funnels or the checkout session flow.Custom Pixel Configuration (Advanced)
If you’re building a fully headless store and need to manage pixels yourself, you can use the store’s pixel config directly:For headless stores, you manage pixel script injection yourself using the pixel IDs from your store settings. TagadaPay provides the configuration — you control when and how scripts load.
