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
Solved! Go to Solution.
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
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
I have a similar issue. So if the cmp:click event is being pushed twice, how can it be resolved?
PS: The devs working on the implementation are also confused about why its happening.
Thanks
Views
Replies
Total Likes
If your developers are using the built-in AEM integration for ACDL, then I think this double-pushing is happening because of that integration. I suggest that you bring this up with Customer Care for them to help you resolve this.
Was there a resolution for this issue someone can share?
Views
Replies
Total Likes
Views
Likes
Replies