Hi Clif,
There are a couple of steps to do this:
- The system can only use variables that have been defined for use. So the first step is to add it as a new Data Source, with the parameters below:
Name = DTKR.vis.visID
Type = JavaScript Page Variable
Description = Anything useful for you to remember what it is.
- Then for the part of the pixel request you want to be dynamic, replace it with this:
@@js_page.DTKR.vis.visID@@
So in this use case specifically, it should look like this:
//
www.foo.com:82/ats.php?cid=12&uid=@@js_page.DTKR.vis.visID@@
That should work. If it doesn't, please contact your account manager so we can work with you on this.