Adobe Campaign Parameters
Hi team
I have question regarding Adobe Campaign tracking in Adobe Analytics tool. I have defined in DTM multiple s.campaign as the following
s.campaign = _satellite.getVar("cid")||_satellite.getVar("accessLink")||satellite.getVar("partner")||_satellite.getVar("accessCode");
I have SAINT rules to capture all values, all values are for all campaign IDs are listed under "Tracking code" and also classified in different categories.
My question is how can I differentiate between each one of those campaign IDs? in other words, how can I tell which value is coming from campaign "cid" vs "accessCode"?
Thank you!