Multiple Query Param in Adobe DTM in Appmeasurement.js | Community
Skip to main content
Level 3
October 16, 2015
Solved

Multiple Query Param in Adobe DTM in Appmeasurement.js

  • October 16, 2015
  • 1 reply
  • 1448 views

Hi,

Can't we use multiple query param in Adobe DTM to track campaign when we use appmeasurement.js. Is there any known issue?

I understand, that we need to use  s.Util.getQueryParam to track campaign.  But, it is not working.

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 Michael_Schuber

Hi,

if you use DTM rules to fire Adobe Analytics, just write rules for each query parameter: eg. you have query parameter "cid1" and "cid2" fro campaigns, just write a rule (R1) to catch query parameter cid1 and another rule (R2) for cid2. So, if query parameter cid1 is present, then R1 will fire and set s.campaign, if cid2 is present, R2 will fire and set s.campaign.

Hope this helps.

Regards, Michael

1 reply

Michael_Schuber
Michael_SchuberAccepted solution
Level 3
October 16, 2015

Hi,

if you use DTM rules to fire Adobe Analytics, just write rules for each query parameter: eg. you have query parameter "cid1" and "cid2" fro campaigns, just write a rule (R1) to catch query parameter cid1 and another rule (R2) for cid2. So, if query parameter cid1 is present, then R1 will fire and set s.campaign, if cid2 is present, R2 will fire and set s.campaign.

Hope this helps.

Regards, Michael