Dear @tksol95 ,
For redirections, it should go with the priorities and I think lower-priority experiences will not affect the higher ones.
Can we deal with everything in a single XT activity like the one below?
Audience (campaignID=123 & profile script GroupA) - Redirect to URL A
Audience (campaignID=123 & profile script GroupB) - Redirect to URL B
Audience (campaignID=345 & profile script GroupA) - Redirect to URL C
Audience (campaignID=345 & profile script GroupB) - Redirect to URL D
Audience - Redirect to URL E
Profile Script here will split the traffic into two groups using the below script.
Script Name: twoGroups
if (!user.get('twoGroups')) { var random_number = Math.floor(Math.random()*99); if (random_number <= 49) {return 'GroupA';} else {return 'GroupB';} }
|
Thank You, Pratheep Arun Raj B (Arun) | NextRow Digital | Terryn Winter Analytics