I looked at the documentation too, and even with the admin setting that would set manual params as primary, the real challenge with allowing both UTM and GCLID to pass on the same string would be that our doubleclick data, with this admin setting, would be knocked out entirely. Also, I don't want them to be exclusive and kick out if only a UTM or GCLID comes through. Something like this might work: if ((utmParam&&gclidParam = defined)&&(uaCode=ua-xxx-1)) {knock out gclidParam }elseif{ if ((utmParam&&gclidParam = defined)&&(uaCode=ua-xxx-2)) {knock out all utmParams } n'est pas? I just don't know where to apply that logic. I've contacted my account rep and we may have to have your team develop a solution for us.
... View more