Skip to content

Address lack of viewmedia and viewblock events on blog homepage and topic pages#36

Closed
justinedelson wants to merge 2 commits into
adobecom:mainfrom
justinedelson:issue/rum-customization-bg-and-articles
Closed

Address lack of viewmedia and viewblock events on blog homepage and topic pages#36
justinedelson wants to merge 2 commits into
adobecom:mainfrom
justinedelson:issue/rum-customization-bg-and-articles

Conversation

@justinedelson

Copy link
Copy Markdown

While evaluating the RUM collected data for blog.adobe.com, I identified two semi-related issues:

  • On the home page (or really any place where the card block is used), viewmedia checkpoints are not sent because the resulting DOM uses style="background-image..." rather than an img element.
  • On the home page and topic pages (or again, really any place where the article-feed block is used), viewmedia and viewblock checkpoints are not sent because the feed content is lazily loaded.

Note - I have opted here to bundle both solutions into a single JS file. These could certainly be broken apart but it seemed useful to bundle them into a single file containing any future RUM enhancements. But obviously open to feedback if maintainers would prefer an alternate approach.

@justinedelson

Copy link
Copy Markdown
Author

Replaced with #37 because I had a slash in the branch name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant