


Hi Sarah, Hope you are doing well!
I have gone through your answers for the questions which was posted intended to analytics and it helps plenty of people around the world to resolve so many issues w.r.t analytics implementation. In my case client is leveraging AEMaaCS (CMS) and have been requested us to implement Adobe Client Data Layer as they are creating pages using core components. We started implementing using ACDL on rules via Adobe Launch but when we tested tags are firing twice whenever we click on the respective functionalities (CTA, Top Navigation, Sub Navigation etc...) we've examined the issues but unfortunately we couldn't fix it. Would request your expertise assistance on the below issues which we are finding challenges to resolve it.
Thanks in advance!
Srini
Views
Replies
Total Likes
Tags will fire only when their Rules can run successfully. So if you're seeing your tags get fired more than once, then it means there are Rule(s) that are running more than once.
Try troubleshooting with these steps:
Views
Replies
Total Likes
@yuhuisg Thanks for your prompt response.
Please help us on this as we are literally stuck to proceed further.
Thanks in advance!
Srini
Views
Replies
Total Likes
Could it be that the "cmp:click" event is being pushed more than once?
To verify, log all of your ACDL pushes using a new Rule like so:
console.group('logging: ' + event.message.event); console.log('ACDL', adobeDataLayer.getState()); console.groupEnd();
Now, you should see some logs in your browser console whenever there is a push into ACDL. I suspect you will see 2 consecutive logs for the "cmp:click" event when the user performs one click action in the web page.
Views
Replies
Total Likes