Dynamic Variable prefix and links | Community
Skip to main content
sanmeetw1519854
Level 3
October 16, 2015
Solved

Dynamic Variable prefix and links

  • October 16, 2015
  • 4 replies
  • 1587 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by devinderbanga

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

4 replies

warrensander
Level 6
October 16, 2015

have you tried:

s.eVar2="D=pev2";

Alexis_Cazes_
Level 10
October 16, 2015

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

devinderbanga
Level 6
October 16, 2015

Hi

Could you please send me snippet.

 

Regards

Devinder

devinderbanga
devinderbangaAccepted solution
Level 6
October 16, 2015

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