Closed jonathanmayer closed 4 years ago
Followed up on @PranayAnchuri 's difficulty with link exposure measurement on Twitter. Looks like the Twitter redesign includes a React architecture where all timeline resources are loaded dynamically. As a result, when the document_idle
event fires, there aren't links loaded into the DOM. We're going to use a delay in link exposure measurement as a short-term stopgap fix; the long-term solution is addressing this issue.
You could also consider using the Intersection Observer API in the future. It's designed for cases like this.
This is especially important for social media, where infinite scrolling is common.
A few design options: