Adobe-Marketing-Cloud / target-atjs-extensions

Adobe Target extensions to at.js to support Single Page Application implementations
56 stars 29 forks source link

How to integrate with at.js 2x for multiple offer #44

Open pgangwani opened 4 years ago

pgangwani commented 4 years ago

Hi team, The ask is to save calls to target origin specifically on page load when we have multiple mboxes placeholder rendered from react SSR. After research, I get to know that getOffer to be changed to use getOffers() as per https://docs.adobe.com/content/help/en/target/using/implement-target/client-side/upgrading-from-atjs-1x-to-atjs-20.html

Please let me know if you have some way to address it.

Cheers!!