Adobe DTM to set query string in eVar and sProp
So normally I would use the s.getQueryParam(); to parse out my URLs for query strings that I've been using. s.eVar8=s.getQueryParam('cid,pid,eid',':'); s.prop28=s.getQueryParam('Role'); But since DTM has that all built into it, how would you really define that? I know I can set a page load rule using the campaign variable, but what if I have multiple parameters separated by ":" www.domain.com?cid=blah1:blah2:blah3&pid=blah4:blah5:blah6&eid=blah7:blah8:blah9 Is there something that I'm missing when using this approach? Should I be capture these values into a data element then passing the data