Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

The 1st edition of the Target Community Lens newsletter is out now! Click to the right to find all the latest updates
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...

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...