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
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
have you tried:
s.eVar2="D=pev2";
Views
Replies
Total Likes
Hi Sanmeet,
Send us the full code and the image request as a result.
What do you see in SC ?
Do you use processing rules ? Any Vista rules ?
Best regards.
Alexis Cazes
Views
Replies
Total Likes
Hi
Could you please send me snippet.
Regards
Devinder
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Like
Replies
Views
Like
Replies
Views
Likes
Replies