Question

Problem passing UTM parameters from Google Ads (and other Sources)

  • 8 December 2023
  • 4 replies
  • 131 views

Badge

I can not see UTM parameters and this it the Tracking Template I am using:

{lpurl}?utm_campaign={campaignid}&adgroupid={adgroupid}&utm_content={creative}&utm_term={keyword}

 

What might be the issue?

 

 

 


4 replies

Userlevel 5
Badge +9

Hard to diagnose without knowing your method of implementation @Ardavan - for example, are you using the Amplitude template in GTM? Other?

Badge

@dangrainger The info I have from our dev team, Browser SDK and instrumenting includeUtm

Userlevel 5
Badge +9

I’d suggest using the newer Browser SDK 2.0, it has Default Tracking Options in the initialisation config…one of these is Attribution, turning that on will take care of grabbing UTMs, GCLIDs, FBCLIDs and other campaign parameters.

Full detail can be found here: https://www.docs.developers.amplitude.com/data/sdks/browser-2/#tracking-default-events

Badge

@dangrainger Do you know why the code rejects the 

 includeUtm: true,


We are using Browser SDK 2.3.0

Reply