Hello,
I have an element on a webpage that is below the fold, depending on the monitor and device you’re viewing the webpage.
I’m trying to calculate the number of users who did not view said element.
The formula I came up with is
( Watched Element => Element => Visibility Not in Viewport ) / ( Watched Element => Element )
My interpretation of this is, get the number of users who did not view the element while on the webpage, divided by number of watched element impressions?
Does this make sense? Thanks in advance!