Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!
SOLVED

WebSDK equivalent for at-content-rendering-succeeded event

Avatar

Level 1

Hi Does anyone know the equivalent event for at-content-rendering-succeeded in WebSDk. We recently moved to WebSDK and would need our custom code to perform an acton based on content rendering success

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 4

Hi @Amrish_BA,

Debug logs for at.js and Platform Web SDK provide a similar level of detail with the notable exception that Web SDK only notifies of rendering errors due to invalid selectors. The debug logging does not currently confirm that rendering was successful.

 

Documentation:

https://experienceleague.adobe.com/docs/platform-learn/migrate-target-to-websdk/debugging.html?lang=...

 

I hope that helps!

 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 4

Hi @Amrish_BA,

Debug logs for at.js and Platform Web SDK provide a similar level of detail with the notable exception that Web SDK only notifies of rendering errors due to invalid selectors. The debug logging does not currently confirm that rendering was successful.

 

Documentation:

https://experienceleague.adobe.com/docs/platform-learn/migrate-target-to-websdk/debugging.html?lang=...

 

I hope that helps!