Meta Ads UTM Tracking
UTM tags distinguish paid traffic from organic traffic. Without them, traffic from Facebook properties gets lumped together in reporting. Passing more context about campaigns generally leads to more optimization opportunities.
How It Works
- You add UTM parameters in Meta Ads Manager at the ad level
- Meta resolves dynamic template variables into the final URL
- Vendo reads the resolved URL and extracts UTM values
Setup
Configuration happens at the ad level within Facebook Ads Manager:
- Navigate to Ad settings > Tracking for each ad requiring customization
- Locate the Tracking section and paste this parameter string into URL parameters:
utm_source={{site_source_name}}&utm_medium=cpc&utm_campaign={{campaign.name}}_{{adset.name}}&utm_content={{ad.name}}&utm_term={{placement}}Supported Variables
| Variable | Example |
|---|---|
| {{ad.id}} | 1668853271 |
| {{ad.name}} | AD NAME |
| {{adset.id}} | 166885327 |
| {{adset.name}} | AD SET NAME |
| {{campaign.id}} | 21194873216 |
| {{campaign.name}} | CAMPAIGN NAME |
| {{placement}} | Facebook_Desktop_Reels |
| {{site_source_name}} | Facebook, Instagram |
Note: The
.namevariables capture initial values only — subsequent name changes require manual UTM updates.
Extracted Parameters
| Parameter | Source | Fallback |
|---|---|---|
utm_source | URL parameter | — |
utm_medium | URL parameter | — |
utm_campaign | URL parameter | — |
utm_term | URL parameter | — |
utm_content | URL parameter | — |
Click ID Tracking
Meta automatically appends the fbclid 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?fbclid=abc123def456Best Practices
- Always include
utm_sourceandutm_medium=cpcin your URL parameters - Use consistent campaign naming to make reporting easier
- Keep UTM values short and URL-encoded
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