Viewport events in DTM | Community
Skip to main content
Level 2
October 16, 2015
Solved

Viewport events in DTM

  • October 16, 2015
  • 1 reply
  • 1615 views

I'm tagging a site that's almost entirely built on a single html page. So as they move through the site, I need to trigger s.t() calls based either on what they click on, or what elements become visible. 

I'm trying the 2nd route, firing a call when certain elements enter the Viewport. Hopefully that is the right approach--would a non-visible element within the viewport fire something off in DTM? If so, then I'm going about this the wrong way. But I must be doing something wrong regardless, because nothing's firing for me. 

Here's my rule: 

- Event-based Rule with these Conditions: 

-->Event Type: enters viewport (immediately)

--> Tag: <div>

--> "manually assign properties & attributes" checked

--> id = bookingSteps

And that ties to an s.t() call in Adobe Analytics. Any ideas why that wouldn't work?

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 shawncreed1

Craig,

Yes, non-visible elements in DTM still trigger "enters viewport", as we don't look to see if something's visible. You can use CSS selectors to help narrow the focus of what the engine matches against though.  See my earlier reply for details.

Best,
Shawn

1 reply

shawncreed1
shawncreed1Accepted solution
Level 3
October 16, 2015

Craig,

Yes, non-visible elements in DTM still trigger "enters viewport", as we don't look to see if something's visible. You can use CSS selectors to help narrow the focus of what the engine matches against though.  See my earlier reply for details.

Best,
Shawn