DTM How to: Event Based Rule question | Community
Skip to main content
MichaelWon
Level 5
November 15, 2016
Solved

DTM How to: Event Based Rule question

  • November 15, 2016
  • 7 replies
  • 4634 views

I am trying to set up an event based rule for a button click that is detected  as 'SATELLITE: detected tabfocus on #document' by DTM.  Can anyone offer any help?  See more details below.

1.  On click satellite detects (SATELLITE: detected tabfocus on #document)

2. The CSS is 'div.styles_findFriendsButton'

3. I am not sure if this is suppossed to be a click or something else.  When using click, it does not work.

Thanks in advance! 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by ParitMittal

Hi ,

There is likely an issue with the selector or condition of the rule. Locate the element on your site where the desired event action occurs, right click and select Inspect element. Inspect the highlighted script in the box that opens and ensure that you are targeting the correct element. Example :

Target element: <div class=’Button1’ style=’opacity: 1’>
In this scenario, the selector syntax is set as follows:

CSS Selector Syntax: div.Button1 OR div[class=’Button1’]
Manually assign attributes:
Element Tag: div, Property: class, Value: Button1

Also, Please refer the following documentation troubleshooting any rules issue : https://helpx.adobe.com/dtm/kb/Troubleshooting_Rule_Issues.html

Please do let us know if the problem still persists.

Thanks & Regards

Parit  Mittal

7 replies

ParitMittal
ParitMittalAccepted solution
Level 10
November 15, 2016

Hi ,

There is likely an issue with the selector or condition of the rule. Locate the element on your site where the desired event action occurs, right click and select Inspect element. Inspect the highlighted script in the box that opens and ensure that you are targeting the correct element. Example :

Target element: <div class=’Button1’ style=’opacity: 1’>
In this scenario, the selector syntax is set as follows:

CSS Selector Syntax: div.Button1 OR div[class=’Button1’]
Manually assign attributes:
Element Tag: div, Property: class, Value: Button1

Also, Please refer the following documentation troubleshooting any rules issue : https://helpx.adobe.com/dtm/kb/Troubleshooting_Rule_Issues.html

Please do let us know if the problem still persists.

Thanks & Regards

Parit  Mittal

jantzen_b
Adobe Employee
Adobe Employee
January 17, 2017

Hi Michael,

Did Parit's reply answer your question? If so, can we mark his answer correct?

 

Cheers,
Jantzen

May 9, 2017

I'm having this same problem. The site I am working on has an iFrame but when I go to click on the footer links they are only registering in the console as (SATELLITE: detected tabfocus on #document) or (SATELLITE: detected tabblur on #document), they do not register as a click event. I don't want to tag the event with a tab focus/blur. Is there another way to find the click or another event type that can be used?

Thanks,

Elisa

margaretc505367
Level 2
August 21, 2017

Hi -- did you ever figure out an answer to your above question? I am having the same issue trying to track link clicks, but SATELLITE is only recognizing them as tabblur or tabfocus.

jantzen_b
Adobe Employee
Adobe Employee
August 22, 2017

@Michael,

It looks like we've got a few other community members with a similar problem. It would be great to get a solution if you have one. If your still seeking a solution, please let me know and I'll see what I can do to find an answer.

Thanks,
Jantzen

manujendrap1027
Level 2
September 9, 2019

Hi

Have you figured out an answer to your above question? I am having the same issue trying to track link clicks, but SATELLITE is only recognizing them as tabfocus. i am getting below message while clicking on "a" element.

manujendrap1027
Level 2
September 10, 2019

Hi Parit,

I am facing the same problem (SATELLITE: detected tabfocus on #document) on link click. i am using custom jquery in third party JS of page load rule. can you please help me to resolve the same.