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
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
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:
I hope that helps!
Matthew Ravlich | ACG Digital | albertacg.com
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:
I hope that helps!
Matthew Ravlich | ACG Digital | albertacg.com
I think there is no direct way with Websdk. You can try using "propositions".
Hope this helps!