Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Why are my click events not being tracked correctly?

Avatar

Level 7

Why are my click events not being tracked correctly?

1 Accepted Solution

Avatar

Correct answer by
Level 7

There are several reasons why your link clicks might not be tracking correctly, read about them here https://helpx.adobe.com/dtm/kb/troubleshooting---why-are-my-click-events-not-being-tracked-corr.html

View solution in original post

2 Replies

Avatar

Correct answer by
Level 7

There are several reasons why your link clicks might not be tracking correctly, read about them here https://helpx.adobe.com/dtm/kb/troubleshooting---why-are-my-click-events-not-being-tracked-corr.html

Avatar

Level 2

Another common reason I run into all the time is the link is set to trigger other javascript, which may cut off the DTM code. There are a couple of ways around that, but involve custom code. When I run into the case where other javascript is stopping the DTM Event code from running, I normally see the events Condition statement running (and passing) but then the other javascript interferes before the Analytics/Custom Code section of the rule can run. An easy way to see if this is what's happening is to put a _satellite.notify() message into the events Conditions. If you see that message fire in the Console, you at least know your event rule is being recognized and at least starting to run.