Keep marketing analytics consistent while Refer Labs handles attribution and payouts. Validate everything with a repeatable checklist.
Refer Labs referral links include UTM parameters for analytics. Make sure your analytics setup captures them.
If you standardize analytics via GTM, follow /gtm.
GA4/Ads tracking is for marketing reporting. Refer Labs conversion attribution is based on discount code redemption posting.
Conversion endpoint (authoritative)
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": "analytics_checklist" }
}Use Stripe/Shopify native webhook guides when possible; use Zapier/Make/Custom API for long-tail systems.