Capture UTM and CID parameters in AA | Community
Skip to main content
New Participant
November 28, 2016
Solved

Capture UTM and CID parameters in AA

  • November 28, 2016
  • 1 reply
  • 7644 views

Hi All, 

some of the campaigns our company runs gets tagged with GA based UTM codes instead of CID! 

I would like to capture both in AA in the s.campaign variable.How can i do this? Below is what i currently have

s.campaign = s.Util.getQueryParam('cid');

What would i need to add for it to capture a URL that looks like,

utm_source=facebook&utm_medium=cpc&utm_campaign=gew&utm_content=gew-fb-gravitylight-p2-global

And what if not all campaigns have the "utm_content=", can i add something like a utm_* ?

Thanks,

Lee

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by AdamGreco

I have written a bit about this in the following blog post:

http://analyticsdemystified.com/adobe-analytics/using-utm-campaign-parameters-adobe-analytics/

Adam Greco

1 reply

AdamGreco
AdamGrecoAccepted solution
New Participant
November 28, 2016

I have written a bit about this in the following blog post:

http://analyticsdemystified.com/adobe-analytics/using-utm-campaign-parameters-adobe-analytics/

Adam Greco