コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards
解決済み

Retrieving and Verifying Adobe Target Selectors for All Activities and Experiences

Avatar

Level 2

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?

  • Specifically, I am looking for a way to programmatically check each selector to confirm that they are rendering as expected on our site.

Any advice or pointers to relevant documentation or code samples would be greatly appreciated!

Thanks in advance for your help!

1 受け入れられたソリューション

Avatar

正解者
Employee Advisor

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)

元の投稿で解決策を見る

2 返信

Avatar

正解者
Employee Advisor

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)

Avatar

Level 2

Exactly what I needed. Thank you @alexbishop