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!!
Solved! Go to Solution.
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.
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.
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
Views
Like
Replies