AEM Personalization events
I need to perform some logic after a targeted component had been rendered on the page. We are using a campaign, segments to display targeted content. Is there a dom event I can listen to to know the personalized component has been added to the page? I have the below code but it no long seem to work.
$CQ('div').on('target-dom-loaded', function(event) { console.debug("******************* target-dom-loaded ****************"); });