https://tr.snapchat.com/v2/conversion
Method: POST
Headers:
Content-Type: application/json
Authorization: Bearer <API_TOKEN>
{
"pixel_id": "{{Pixel ID}}",
"event_type": "PURCHASE",
"event_conversion_value": "{{Value}}",
"event_currency": "{{Currency}}",
"timestamp": "{{Timestamp}}",
"event_id": "{{event_id}}",
"user_agent": "{{User Agent}}",
"ip_address": "{{IP Address}}"
}
Map all variables from your data layer or GA4 event.
Fire the tag on relevant server-side events (e.g., purchases, sign-ups).
Always send unique event_id values for deduplication.
Hash user identifiers for privacy compliance.
Monitor Snapchat Events Manager for diagnostics and troubleshooting.