Dynamic Variable prefix and links
Hi,
I am trying to copy the the link values into an eVar by using Dynamic variable prefix.
s.eVar2='D=pev2'
But, so far I have not been able to achieve my objective. Can anybody help me here.
Regards,
Sanmeet
Hi,
I am trying to copy the the link values into an eVar by using Dynamic variable prefix.
s.eVar2='D=pev2'
But, so far I have not been able to achieve my objective. Can anybody help me here.
Regards,
Sanmeet
Hi
I believe s.tl() request is a volatile image , whatever called in image cant be copied on page load image- s.t().
You want keep the eVar and link name same and want to use link name as a reference point for the next/following page ? please correct me if i am wrong.
You can use the following snippet.
s.linkTrackVars='eVarX';
s.eVarX=" Link Name ";
s.tl(this,'o',s.eVarX);
Please let me know if you want any information.
Regards
Devinder
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.