With multiple activities on a page, is there a way for one activity to disable certain modifications from other activities? | Community
Skip to main content
Level 2
September 29, 2020
Solved

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

  • September 29, 2020
  • 1 reply
  • 996 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by evidana

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/adobe-target-getoffers-atjs-2.html?lang=en#implement-target

1 reply

evidanaCommunity AdvisorAccepted solution
Community Advisor
November 9, 2020

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/adobe-target-getoffers-atjs-2.html?lang=en#implement-target