Hi I have some video titles I'm trying to track the names of. I have a
line in the code that only appears when a video modal is active and it's
not present when one isn't. I have a core event set to fire when
"Element Exists" for elements matching the CSS selector
[data-video-title]. I have a variable to set variables set up as: Prop,
Set As, %this.getAttribute(data-video-title)%. I have a variable to send
a beacon and one to clear variables. Video titles are only firing once
per page view. Goin...