Hi @Vijayakumar_Raju_CBE For this scenario - I would suggest to use
custom code approach in the actions part of the rule and with using the
Analytics extensions set variable action type that allows you to set
additional variables on the tracker. In custom code you can use
doPlugins function which contains both getQueryParam and getValOnce
plugins like below. s.usePlugins = true; s.doPlugins = function () { /*
Desired code */ s.campaign = getQueryParam("cmp") s.campaign =
getValOnce(s.campaign,"c...