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

Issue - SATELLITE: detected tabblur/tabfocus/locationchange on #document

Avatar

Level 2

I am experiencing issues with Satellite detecting clicks on links as tabblur/tabfocus/locationchange, but not as clicks on elements. I have ensured that I am targeting the correct elements and attributes in my event-based rules, I just can't get Adobe to recognize the clicks. I can't use blur/focus rules because the behavior satellite is logging is unstable.

For context, this is a Single Page App built on React.js. Any reason why this could be happening?

1 Accepted Solution

Avatar

Correct answer by
Level 2

Update: this issue has been resolved and was caused because dev was using "stopImmediatePropagation" on a tags.

View solution in original post

4 Replies

Avatar

Employee

Have you tried playing with the bubbling options in DTM? You can find an example of bubbling in the documentation here.

Do you have a URL you can share where we can see this behavior?

Avatar

Level 2

Unfortunately the site is still in dev, so I have no link to share. I have tried playing with the bubbling options and still no luck.

The link looks like this:

Screen Shot 2017-08-22 at 2.42.02 PM.png

I am targeting a[data-analytics="ce-blue-arrow"]

When I click on the link I get:

SATELLITE: detected tabfocus on #document

SATELLITE: detected locationchange on #document

Avatar

Correct answer by
Level 2

Update: this issue has been resolved and was caused because dev was using "stopImmediatePropagation" on a tags.

Avatar

Employee

Thanks for the update. I'll mark your own answer correct incase others have the same issue.