We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
getOffer
getOffers()
Please let me know if you have some way to address it.
Cheers!!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 usegetOffers()
as per https://docs.adobe.com/content/help/en/target/using/implement-target/client-side/upgrading-from-atjs-1x-to-atjs-20.htmlPlease let me know if you have some way to address it.
Cheers!!
The text was updated successfully, but these errors were encountered: