Track marketing performance in Meta while keeping Refer Labs affiliate attribution accurate and server-verified.
Install Meta Pixel through Google Tag Manager so you can manage tags consistently across client sites.
Need GTM first? Use /gtm.
Pixels can be blocked by ad blockers/consent. Refer Labs attribution is based on discount code redemption posting.
Authoritative conversion capture
POST https://referlabs.com.au/api/discount-codes/redeem
Headers:
Content-Type: application/json
x-pepf-discount-secret: <YOUR_SECRET>
Body:
{
"discountCode": "CODE_USED_AT_CHECKOUT",
"orderReference": "ORDER-12345",
"amount": "199.00",
"metadata": { "platform": "meta_ads" }
}Use native integrations (Stripe/Shopify) where possible; otherwise post via Zapier, Make, or Custom API.