Expand my Community achievements bar.

SOLVED

Configure eVar value in Profile Script

Avatar

Level 1

I have to show Target activity if user matches with below condition:

 

Example: If eVar1=english, then user qualifies to that particular page. so we want to show our Target activity only if eVar1=english (not for other evar1 values). How do we add eVar1=english in Target profile script or any custom code required to achieve this ?

Note: we don't want to create segments in Adobe Analytics and AAM

 

Suggestions would be appreciated. Thanks in Advance!!

 

 

1 Accepted Solution

Avatar

Correct answer by
Level 2

Create data element in the Adobe launch that returns eVar1 =english
Then pass that data element into the Target configuration rule, that will exists in Launch.
From there, you can access the value and use that value as target custom parameter or profile parameter in your activity.  

View solution in original post

3 Replies

Avatar

Correct answer by
Level 2

Create data element in the Adobe launch that returns eVar1 =english
Then pass that data element into the Target configuration rule, that will exists in Launch.
From there, you can access the value and use that value as target custom parameter or profile parameter in your activity.  

Avatar

Community Advisor

Hi @Rob_Miller83 

Agree with @robinders871029  just to add - while passing the data element into the Target configuration rule use the action Add Params to Page Load Request - This action type allows parameters to be added specifically to your page load request only. Make sure the Load Target action must be used earlier.

 

Hope this helps