Hi Yabagna,The problem you are facing from DTM is that you want to
trigger events *not* by what the user does (clicks, hovers, etc), but
rather by what your site is showing the user i.e fire tags when
particular div class is active.Hence, In the above scenario Direct call
based rule would be ideal to use instead of Event based rule.Your
Javascript / Jquery making the div class "Active" should make a call:
something like _satellite.track('div_active_call ') and then In DTM,
create a direct rule a...