Configure eVar value in Profile Script | Community
Skip to main content
August 8, 2022
Solved

Configure eVar value in Profile Script

  • August 8, 2022
  • 3 replies
  • 1140 views

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!!

 

 

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 robinders871029

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.  

3 replies

robinders871029Accepted solution
Level 2
August 8, 2022

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.  

Gokul_Agiwal
Community Advisor
Community Advisor
August 9, 2022

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

 

Kishore_Reddy
Community Advisor
Community Advisor
August 9, 2022