Profile Script for experience selection runtime | Community
Skip to main content
Level 2
January 8, 2018
Solved

Profile Script for experience selection runtime

  • January 8, 2018
  • 1 reply
  • 2288 views

Hi ,

Please help me on the below.

I have a requirement to personalize a component on a page basis visitors geo-location . For example , if visitor geo-location is US then i have one experience , and if it is UK i have another experience . Approach i am aware of is creating audiences for all the geo-locations i am interested in and add those audiences in XT activity creation. But let's say if i am interested in 20 geo-locations , i have to create 20 audiences , instead of this i would like to know whether we can select experience by evaluating geo-location during runtime .

Can it be done using profile script ?

if ( profile.geolocation.country = 'US' ) { NEED SYNTAX TO PICK EXPERIENCE}else if ( profile.geolocation.country = ' UK' )

{ NEED SYNTAX TO PICK EXPERIENCE}

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 aseelund

you can pipe your data layer value for country into a global mbox param, then use that as part of your audience targeting within Target.

See Adobe Docu here:

Mbox Parameters

And: Behavioral Targeting

1 reply

aseelund
aseelundAccepted solution
Level 3
January 8, 2018

you can pipe your data layer value for country into a global mbox param, then use that as part of your audience targeting within Target.

See Adobe Docu here:

Mbox Parameters

And: Behavioral Targeting