Expand my Community achievements bar.

- ADOBE TARGET CUSTOMER INTERVIEWS - Share your feedback and help influence the future product roadmap for Adobe Target!
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!