Meta Ads UTM Tracking
How to set up UTM tracking for Meta Ads in Vendo.
Last reviewed September 15, 2026
UTM tags separate paid traffic from organic traffic. Without them, reporting puts traffic from Facebook properties together. More context about campaigns usually gives more optimization opportunities.
How It Works
- Add UTM parameters in Meta Ads Manager at the ad level.
- Vendo reads the URL parameters of each ad from Meta.
- Vendo replaces the template variables with the values of the ad and extracts the UTM values.
Setup
You configure the parameters at the ad level in Facebook Ads Manager:
- For each ad that needs customization, go to Ad settings > Tracking.
- In the Tracking section, 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 only the initial values. A later name change needs a manual UTM update.
Extracted Parameters
| Parameter | Source | Fallback |
|---|---|---|
utm_source | URL parameter | facebook |
utm_medium | URL parameter | cpc |
utm_campaign | URL parameter | — |
utm_term | URL parameter | — |
utm_content | URL parameter | — |
Click ID Tracking
Meta automatically adds the fbclid parameter to landing page URLs. Make sure that your website captures and stores this parameter. Vendo can then use it to match conversions to ad clicks.
https://yoursite.com/product?fbclid=abc123def456Best Practices
- Always include
utm_sourceandutm_medium=cpcin your URL parameters. - Use consistent campaign names to make reporting easier.
- Keep UTM values short and URL-encoded.
Verify Setup
- Click a test ad.
- Confirm that the landing URL contains UTM parameters.
- Confirm that UTM values appear on events in your destination or in Vendo.
Last updated on