We use AT.js and trying to retrieve the value of certain parameter stored in global mbox via concurrent campaign.
It seems mbox.js has a method for that, but this page says it does not apply AT.js.
Is there any method or workaround with AT.js to do this?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi ,
If you are using profile scripts to retrieve the value of certain parameter stored in global mbox via concurrent campaign then the syntax to retrieve the value would be : mbox.param('paramName') however if you are retrieving the value of parameter inside an offer then you have to use the syntax : ${mbox.param('paramName')}
Thanks & Regards
Parit Mittal
Views
Replies
Total Likes
Hi ,
If you are using profile scripts to retrieve the value of certain parameter stored in global mbox via concurrent campaign then the syntax to retrieve the value would be : mbox.param('paramName') however if you are retrieving the value of parameter inside an offer then you have to use the syntax : ${mbox.param('paramName')}
Thanks & Regards
Parit Mittal
Views
Replies
Total Likes
Hi nfujik,
If I'm understanding you correctly you are passing a parameter into the Target global mbox request somewhere (page A). And then somewhere else (page B) you'd like to read the value of the parameter for the visitor. If this is correct the method you referring to for mbox.js does NOT handle that. It only returns the parameters sent on the same page.
Views
Replies
Total Likes
Thank you for reply.
Profile script way worked. With AT.js, simply calling ${profile.paramName} got me its value.
Both campaign is on same page. But it is very helpful info that it won't work in different page.
Thanks!
Views
Replies
Total Likes
Views
Like
Replies