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}