Hi,Im trying to extract the UTM parameters from the URL's to the
campaign variable. I was using this
methodhttp://analyticsdemystified.com/adobe-analytics/using-utm-campaign-parameters-adobe-analytics/Unfortunately,
from my understanding, I can't use the getQueryParam because im using
the javascript of Appmeasurement. One solution is using the
Util.getQueryParam, but unlike the plug-in, it doesn't support
extracting multiple parameters at once. Here's an example of what im
trying to get:From thi...