I am attempting to solve for the following:
I plan to handle this using a series of 3 XT activities with the Redirect URL Target functionality which would all live simultaneously on the landing page redirects to URLs A-E. I plan to set the priorities of the first two scenarios to a higher but equal value (e.g. both = 999) and the "all other users" scenario priority = 1.
How will this impact the rendering of the page and which URL a user will be redirected to? In the ExperienceLeague documentation related to Priority it states:
Does this mean that Target would redirect to the lower priority URL (Experience E) and then redirect again to the correct URL for users containing a campaignID QSP? Is there a different way to set up the activities to address this scenario that would be more optimal?
Solved! Go to Solution.
Views
Replies
Total Likes
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')) { |
Thank You, Pratheep Arun Raj B (Arun) | NextRow Digital | Terryn Winter Analytics
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')) { |
Thank You, Pratheep Arun Raj B (Arun) | NextRow Digital | Terryn Winter Analytics
Views
Like
Replies