Expand my Community achievements bar.

JOIN US Next Wednesday, 12/6/23 @ 8am PT for the next Community Q&A Coffee Break! Bring your Machine Learning, AI Reporting & Analysis Questions to the chat. Experts Brent Kostak, Cristinel Anastasoaie, & Drew Burns of the Adobe Target Product Team will be providing deep insights and useful tips
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!