Closed
Bug 1433323
Opened 8 years ago
Closed 8 years ago
Enable page scroll metrics on blog.mozilla
Categories
(Websites :: Web Analytics, task)
Websites
Web Analytics
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: frios, Unassigned)
Details
Attachments
(1 file)
|
67.85 KB,
image/png
|
Details |
We're promoting blogs on https://blog.mozilla.org/firefox/ and we'd like to measure if readers are finding value on individual articles. At the moment we can see session, downloads but we can't see much beyond that.
We'd like to enable page scroll metrics that can tell us when someone reaches beginning, middle, end of an article. One of the most important metrics would be article completion rate. My understanding is that we can already measure this on other web pages, so this request is to enable it on the blog.
Comment 1•8 years ago
|
||
Gareth - how readily achievable is the ask here, gathering scroll metrics from the firefox blog as Fabio describes ^^?
Flags: needinfo?(garethcull.bugs)
Comment 2•8 years ago
|
||
Handing this off to Peter
Flags: needinfo?(garethcull.bugs) → needinfo?(pgerman)
For our blog articles scrolling, it would be good to pass the following information:
ga('set', 'dimension1', '<blog name>');//This may already be implemented
ga('send', 'event', '<blog name> Interactions', 'scroll', '<scroll depth%>', {
nonInteraction: true
});
//scroll depth is one of 25%, 50%, 75%, 100%
//Blog name references the same value that is currently being passed to cd1 (see attached screenshot)
Please assign to a dev for implementation.
Flags: needinfo?(pgerman) → needinfo?(erenaud)
Comment 5•8 years ago
|
||
The current plugin on the table is https://wordpress.org/plugins/wp-scroll-depth/ which will meet the requirements set forth by the Growth team.
Craig - please continue your investigation with that add on. If needed, we do have the staged press blog to test this.
Flags: needinfo?(erenaud) → needinfo?(craigcook.bugz)
Comment 6•8 years ago
|
||
I've activated the plugin and we've verified it's logging scroll data in GA.
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: needinfo?(craigcook.bugz)
Resolution: --- → FIXED
| Reporter | ||
Comment 7•8 years ago
|
||
(In reply to Craig Cook (:craigcook) from comment #6)
> I've activated the plugin and we've verified it's logging scroll data in GA.
Sweeeet! Thanks :craigcook! Question on the scroll depth, when I see 100% does that mean they reached the very bottom of the web page, as in they scrolled through the article, past suggested articles and then to the footer? Or are the scroll events tagged somehow only within the blog post itself?
I'm trying to figure out which % to interpret as a potential full post read.
Flags: needinfo?(craigcook.bugz)
Comment 8•8 years ago
|
||
100% is the very end of the page, all the way to the bottom of the footer. That might not be common.
We can also track specific elements, so I'll add an event to fire when the download CTA comes into view, which might be a better indicator that someone reached the end of the article even if they don't scroll all the way to 100%.
Flags: needinfo?(craigcook.bugz)
| Reporter | ||
Comment 9•8 years ago
|
||
(In reply to Craig Cook (:craigcook) from comment #8)
> 100% is the very end of the page, all the way to the bottom of the footer.
> That might not be common.
>
> We can also track specific elements, so I'll add an event to fire when the
> download CTA comes into view, which might be a better indicator that someone
> reached the end of the article even if they don't scroll all the way to 100%.
That works. Thanks
| Reporter | ||
Comment 10•8 years ago
|
||
(In reply to Craig Cook (:craigcook) from comment #8)
> 100% is the very end of the page, all the way to the bottom of the footer.
> That might not be common.
>
> We can also track specific elements, so I'll add an event to fire when the
> download CTA comes into view, which might be a better indicator that someone
> reached the end of the article even if they don't scroll all the way to 100%.
Hey Craig, I see a label listed as ".single .fx-footer"
Is this the download cta coming into view?
Flags: needinfo?(craigcook.bugz)
Comment 11•8 years ago
|
||
(In reply to Fabio Rios [:frios] from comment #10)
> Hey Craig, I see a label listed as ".single .fx-footer"
>
> Is this the download cta coming into view?
Correct! Sorry, I should have told you what to look for.
Flags: needinfo?(craigcook.bugz)
You need to log in
before you can comment on or make changes to this bug.
Description
•