Wrong s.campaign values
Hello Adobe Community,
I'm having a lot of trouble of finding the source of declaration of our s.campaign.
The only place I found is the custom code in our All Pages Rule. But I'm pretty sure that the code is correct.
In here we do a IF statement as it follows on the custom code for Adobe Analytics :
if(_satellite.getVar("UTM_Medium")!=""){
s.campaign=_satellite.getVar("UTM_Medium")+"|"+_satellite.getVar("UTM_Source")+"|"+_satellite.getVar("UTM_Campaign")+"|"+_satellite.getVar("UTM_Term")+"|"+_satellite.getVar("UTM_Content");
}
Each data element takes their values from the URL.
The problem is that, I wrongly added default values to those so we could see clearly on the adobe Analytics front whenever there was missing information
When I noticed that every connection was adding a tracking code with a value "no medium|no source|no campaing|no term|no content" - which is logical since the condition in my if Statement is getting a default value- I rollbacked on my wrong Idea and took out the default values, at least for Medium and Source.
I though that thiswould correct all the problems, neverthless we are still getting tracking codes with all the default values, but I really cannot figure out what rule is doing this, and when I test this withhout any UTM values on my URL, I'm able to see that no evar0 (s.campaing) is being eclared.
So : Is it possible that the version with the roll back is not being send by the DTM ? what should I do ? this is a real head scracher, how come nothing came back to normality after rollbacking ?
Also, I cannot find exactly in which pages thes values are being declared. This should be easy using the Entry page dimension and the Tracking Code Instanciation, but this metric is not available in Adobe Analytics. Is this normal ?
Thanks for the inputs !
Cheers !
