How can we run all three personalization activities with banner updates on the same section, considering that two of them also update a different section?
Topics help categorize Community content and increase your ability to discover relevant content.
Hi @PrasanthV ,
Can you elaborate on the use case. Do you have 3 activities that is updating the same banner? Does all 3 activities use the same targeting/segment?
Views
Replies
Total Likes
When running multiple personalization activities that update the same banner section (and some also update other sections), it's important to manage how and when each activity qualifies and executes. Here are a few ways to handle this:
Hope this helps answer your query! Feel free to reach out if you have any more questions or need clarification.
Views
Replies
Total Likes
Hi @PrasanthV ,
When you're running multiple Adobe Target activities that affect the same section of a page, especially with overlapping or conflicting changes, you need to handle priority, scope, and potential collisions carefully to ensure a smooth user experience.
Adobe Target will not automatically sequence or merge activities affecting the same DOM element — only one wins, depending on settings.
If each activity targets a different audience, you can:
Keep all three activities live.
Ensure no overlap in audiences using strict segmentation.
If the logic is strictly audience-based and you want to show different banners to different groups:
Combine the three into one XT activity.
Create three experiences, one for each banner logic.
Each experience can also control different page sections.
If it's an A/B or Auto-Target test:
Combine all changes into one activity.
Define multiple experiences, each containing its version of both the banner and the other section updates.
You must:
Set priorities: Higher priority activities win when overlaps happen.
Split changes into non-overlapping selectors: E.g., Activity A targets .banner-wrapper
, Activity B targets .cta-box
.
In cases where two activities touch the same DOM element, only the highest priority one wins (the lower ones won't apply).
To set priority:
Go to Target > Activities > Edit Activity
Under Targeting > Activity Priority, set the appropriate level
Views
Replies
Total Likes