Snap Ads UTM Tracking
UTM parameters help you identify which Snapchat campaigns drive traffic and conversions. Vendo extracts UTM values from your ad destination URLs automatically.
How It Works
Vendo reads the destination URL from each Snapchat creative and parses UTM parameters using pattern matching. If utm_campaign is not found in the URL, Vendo falls back to the Snapchat campaign name.
Setup
In Snapchat Ads Manager, add UTM parameters to your ad creative URLs:
https://yoursite.com?utm_source=snapchat&utm_medium=cpc&utm_campaign=summer_sale&utm_content=video_ad_1Supported Variables
Snapchat does not provide dynamic URL macros for UTM parameters. Use static, URL-encoded values.
Extracted Parameters
| Parameter | Source | Fallback |
|---|---|---|
utm_source | URL parameter | — |
utm_medium | URL parameter | — |
utm_campaign | URL parameter | Campaign name |
utm_term | URL parameter | — |
utm_content | URL parameter | — |
utm_source_platform | Auto-set | snapchat |
Click ID Tracking
Snapchat automatically appends the sccid parameter to landing page URLs. Ensure your website captures and stores this parameter so Vendo can match conversions to ad clicks.
https://yoursite.com/product?sccid=abc123def456Best Practices
- Always include
utm_source=snapchatandutm_medium=cpcin your URLs - Use consistent, URL-encoded campaign names
- Include
utm_contentto differentiate between ad creatives within the same campaign
Verify Setup
- Click a test ad and confirm the landing URL contains UTM parameters
- Confirm UTM values appear on events in your destination or Vendo
Last updated on