Getting Started
Data Studio Overview
Understand your Reports
Understand your Metrics
Data Loading
Other
<aside> 💡 Written by Marina Koch, last updated on 19th of September 2024
</aside>
<aside> 🎓
What you will learn in this article:
To correctly attribute orders to campaigns and ads, it's essential to add the correct tracking parameters to your landing pages. At a minimum, Admetrics Data Studio requires the correct utm_source
parameter to be set. Additionally, you can use utm_medium
and utm_campaign
to track further details and analyze them on the platform.
Examples
<https://www.yourshop.com/?utm_source=influencer&utm_campaign=steveurkle>
<https://www.yourshop.com/product-a?utm_source=email&utm_campaign=blackfriday22>
<https://www.yourshop.com/product-b?utm_source=facebook&fbadid=12312431551>
<https://www.yourshop.com/product-c?gclid=12412515x1551161277393101901>
Parameter
utm_source=affiliate
or utm_medium=affiliate
or utm_source=webgains
utm_campaign={campaign name}
Example
<https://www.yourshop.com/?utm_source=affiliate&utm_campaign=>{campaign name}
Parameter
utm_source=criteo
campaign_id={{campaignid}}
adset_id={{adsetid}}
ct_adid={{adid}}
utm_medium=medium
utm_campaign=campaign
Example
<https://www.yourshop.com/?utm_source=criteo&utm_medium=paid&utm_campaign=Conversion&campaign_id={{campaignid}>}&adset_id={{adsetid}}&ct_adid={{adid}}
Parameter
utm_source=email
or utm_medium=email
or utm_source=newsletter
or utm_source=klaviyo
utm_campaign=campaign
Example
<https://www.yourshop.com/?utm_source=email&utm_campaign=campaign>
While auto-tagging in Google Ads remains widely used, iOS 17 privacy changes require the addition of UTM parameters to ensure tracking accuracy.
Parameter
utm_source=google
or utm_source=youtube
ga_adcid={campaignid}
or campaign_id={campaignid}
ga_adgid={adgroupid}
or adgroup_id={adgroupid}
ga_adid={creative}
utm_term={keyword}
matchtype={matchtype}
Example
<https://www.yourshop.com/?utm_source=google&ga_adcid={campaignid}&ga_adgid={adgroupid}&ga_adid={creative}&utm_term={keyword}&matchtype={matchtype}>
Tracking Template Google allows you to set up tracking templates at the campaign level, automatically applying the UTM parameters to all landing page URLs.
How to set up the Tracking Template
Parameter
utm_source=influencer
or utm_medium=influencer
utm_campaign={campaign_name}
utm_term={influencer_name}
Example
<https://www.yourshop.com/?utm_source=influencer&utm_campaign={campaign_name}&utm_term={influencer_name}>
Parameter
utm_source=linkedin
li_adid=[ad_id]
utm_campaign={{CAMPAIGN_NAME}}
campaign_id={{CAMPAIGN_ID}}
Example
<https://www.yourshop.com/?utm_source=linkedin&li_adid=123123123>
Unfortunately, LinkedIn does not support dynamic landing page parameters/macros. You must manually replace [ad_id] for each ad with the respective ID.
Instructions You can find the ID in your LinkedIn Ads Manager.
Parameter
utm_source=meta
or utm_source=IGShopping
or utm_source=facebookig
or utm_source=instagram
or utm_source=facebook
or utm_medium=facebook_instagram
utm_medium={{site_source_name}}
mt_adid={{[ad.id](<http://ad.id/>)}}
Example
<https://www.yourshop.com/?utm_source=meta&utm_medium={{site_source_name}>}&mt_adid={{[ad.id](<http://ad.id/>)}}
Instructions to edit a single ad https://www.facebook.com/business/help/1016122818401732
Instructions for updating multiple ads at once
WARNING ⚠️ Changing UTM parameters can cause the ad set to re-enter the learning phase. Read more about the significant edits and learning phase here.
Parameter
utm_source=bing
ms_adcid={CampaignId}
ms_adgid={AdGroupID}
ms_adid={AdId}
utm_term={keyword:default}
matchtype={MatchType}
Example