WebmasterID logoWebmasterID
UTM tracking

UTM tracking in Adobe Analytics

Adobe Analytics does not use the UTM convention natively the way GA does. Campaign attribution typically runs through the campaign tracking-code dimension, and UTM parameters from inbound links are captured into that dimension or into eVars using Processing Rules or the Web SDK. Knowing this mapping lets you reuse UTM-tagged links inside Adobe.

Partially verified

No native UTM, but a clear path

Adobe Analytics centres campaign attribution on the campaign dimension, usually populated by a tracking code, rather than the five UTM parameters GA expects. Because UTM is just a query-string convention, you can still tag links with utm_source and friends and map them into Adobe.

The common approach is to read the UTM query parameters and write them into the campaign variable or into eVars, either with Processing Rules, a marketing-channel processing setup, or the Adobe Web SDK / AppMeasurement configuration.

Mapping and classification

Decide which UTM parameter drives the campaign tracking code (often utm_campaign) and which feed eVars (utm_source, utm_medium, utm_content, utm_term). Marketing Channel processing rules can then classify hits into channels using the captured query parameters.

Exact capture mechanics depend on your implementation (AppMeasurement vs Web SDK) and admin configuration, so the specific rule setup is marked partially verified — confirm it against your Adobe environment and current documentation rather than assuming one fixed recipe.

How it appears in analytics and logs

A populated campaign tracking-code value sourced from a UTM parameter means your capture rule read the inbound query string. An empty value means the rule did not match, the parameter was absent, or a redirect removed it before collection.

Diagnostic use case

Reuse UTM-tagged campaign links inside Adobe Analytics by mapping the parameters into the campaign tracking code or eVars, so cross-tool campaigns share one tagging scheme.

What WebmasterID can help detect

WebmasterID logs the inbound campaign hit server-side, giving an independent record of tagged arrivals you can reconcile against Adobe's campaign dimension when capture rules or redirects are in doubt.

Common mistakes

Privacy and accuracy notes

Tracking codes and eVars built from UTM values describe the campaign, not the visitor. Keep personal data out of UTM parameters so it does not flow into Adobe dimensions, reports, or data feeds.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.