Skip to main content

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?

 

 

 

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


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


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


@dangrainger Do you know why the code rejects the 

 includeUtm: true,


We are using Browser SDK 2.3.0


Reply