Hello all,
I need to ensure that all activities and experiences are being rendered correctly. Given that we have over 50 activities, I cannot check this manually.
After reviewing the documentation on the getOffers function in at.js 2.0 and the Delivery API, I haven't found a clear example that suits my needs.
Could anyone share insights or examples of how to retrieve the selectors for all running activities and experiences?
Any advice or pointers to relevant documentation or code samples would be greatly appreciated!
Thanks in advance for your help!
Solved! Go to Solution.
Views
Replies
Total Likes
One option might be to use a Custom Event - you could set up a listener for the Content Rendering Failed event (more info here) and then send then log that occurrence somewhere (i.e., your web analytics tool)
One option might be to use a Custom Event - you could set up a listener for the Content Rendering Failed event (more info here) and then send then log that occurrence somewhere (i.e., your web analytics tool)
Exactly what I needed. Thank you @alexbishop.
Views
Replies
Total Likes