Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!
SOLVED

With multiple activities on a page, is there a way for one activity to disable certain modifications from other activities?

Avatar

Level 2

For example I have this use case:

Activity 1: Updates elem1, elem2, elem3

Activity 2: Updates elem2, elem3, elem4

 

Is there a way for another activity (Activity 3) to disable:

Activity 1: disable update on elem3

Activity 2: disable update on elem2

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

I do not know of any way to accomplish this out of the box. You could implement your own getOffers/applyOffers into a single request with a promise that you only applyOffers in the use case that is pertinent to your scenario. Would need to have some developer assistance if you take this route:

 

https://experienceleague.adobe.com/docs/target/using/implement-target/client-side/functions-overview...

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

I do not know of any way to accomplish this out of the box. You could implement your own getOffers/applyOffers into a single request with a promise that you only applyOffers in the use case that is pertinent to your scenario. Would need to have some developer assistance if you take this route:

 

https://experienceleague.adobe.com/docs/target/using/implement-target/client-side/functions-overview...