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.
Solved! Go to Solution.
@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
@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!
Views
Replies
Total Likes
@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
Views
Likes
Replies