Hi Eric,Many thanks for the response. A big thankyou for the link to the
new debugger. I have managed to solve the issue, I have been informed,
in the new Appmeasurement file I am not allowed to have multiple
parameters in the s.campaign=s.Util.getQueryParam(''); So ptreviously
where we were using the follolwing
s.campaign=s.getValOnce(s.Util.getQueryParam('cid,origin,kw,utm_campaign,utm_medium,utm_source,_mc,source'),'ext_campaign',30);
we have had to change this to s.campaign=s.Util.getQueryPa...