Hi,
Wondering if there is a way to track when a particular block of text is on a page? There is a CSS selector in the code that contains the text in question (under certain conditions), which is not in the HTML when no text/message is present.
I initially thought of simply tracking when a button was clicked and the selector in question is in the markup. In theory, this would get me both the number of visitors exposed to the message, as well as conversions when the button was clicked and the message was present.
Is this the most practical route? Or is there another way?
Thanks!!
-Brion