Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
SOLVED

Adobe Target : Cached remote offers

Avatar

Level 1

I have found that when I use the 'cached' remote offer the content NEVER shows up. This is very limiting as this is what we have use to structure our CMS integration. I can see that all network calls are going through and there are no errors but the content just never shows up. The same content will show up if I use a dynamic link but due to the structure of our product we cant always do that. I am wondering if there is any support to see why a remote offer is failing to get the data.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@Kiera_Wilson can you share more details how did you implemented the offer, think of below and see if it works in your case

- if using CDN/Dispatcher see if you can bypass the offer caching.

- - if stored in local /session storage clear it with JS for a new session

- generate offer ending with query param example below- cache busting  [this is similar to dynamic link ]

https://www.test.com/landing-page?cacheBust=987654321

set value  987654321= via JS so it is new for every visit

View solution in original post

2 Replies

Avatar

Administrator

@RiteshY18@arpan-garg@_Manoj_Kumar_@JyotiSharmaV@ASP_Corp@saswataghosh Kindly take a moment to review this question and share your valuable insights. Your expertise would be greatly appreciated!



Kautuk Sahni

Avatar

Correct answer by
Community Advisor

@Kiera_Wilson can you share more details how did you implemented the offer, think of below and see if it works in your case

- if using CDN/Dispatcher see if you can bypass the offer caching.

- - if stored in local /session storage clear it with JS for a new session

- generate offer ending with query param example below- cache busting  [this is similar to dynamic link ]

https://www.test.com/landing-page?cacheBust=987654321

set value  987654321= via JS so it is new for every visit