DEV Community

Analytics will be generally available soon

Ben Halpern on November 13, 2018

When everything is !important, nothing is !important. We've been delayed at making post analytics generally available, but we're finally ready to b...
Collapse
 
somedood profile image
Basti Ortiz

Really looking forward to the Night Mode!

Collapse
 
whoisryosuke profile image
Ryosuke

Been working on my own version using Stylus/CSS browser extensions:

body,
.stories-show {
    background:#303030 !important;
    color:#F5F5F5;
}

/* Menu Colors */

.top-bar,
.top-bar nav,
.home .side-bar .sidebar-nav .sidebar-nav-block .sidebar-nav-subheader, 
.single-comment-node .inner-comment {
    background-color:#212121;
    color:#F5F5F5;
}

.top-bar nav svg {
    fill: #F5F5F5;
}

/* Content Box Colors */

/* Only background */

.home .side-bar .widget .cta-button {
    background-color:#424242;
}

/* BG + Text */

.container .body {
    background-color:#424242;
    color:#F5F5F5;
}

/* BG + Text Color + Box Shadow */

.home .side-bar .sidebar-nav .sidebar-profile-snapshot,
.home .side-bar .widget,
.home .articles-list .single-article,
.home .articles-list .single-article.big-article .content-wrapper,
.primary-sticky-nav .primary-sticky-nav-element,
.container,
footer .container .inner-footer-container  {
    background-color:#424242;
    color:#F5F5F5;
    border: 1px solid #252525;
    box-shadow: 3px 3px 0px #252525;
}

/* Box Hover */

.home .side-bar .sidebar-nav .sidebar-nav-block .sidebar-nav-element.sidebar-nav-readinglist:hover,
.home .side-bar .sidebar-nav .sidebar-nav-block .sidebar-nav-element.sidebar-nav-readinglist .sidebar-nav-link:hover {
    background-color:#222;
}

/* Border Color */

.single-comment-node .inner-comment {
    border:1px solid #222
}

/* Text Color */

.home .side-bar .sidebar-nav .sidebar-nav-block .sidebar-nav-subheader a,
.home .side-bar .sidebar-nav .sidebar-profile-snapshot .sidebar-profile-snapshot-inner,
.home .side-bar .sidebar-nav .sidebar-nav-block .sidebar-nav-element a.sidebar-nav-link,
.single-comment-node .details a,
.more-articles a,
.primary-sticky-nav .primary-sticky-nav-author a,
.show-page-content-display a,
.home .side-bar .widget .widget-body .widget-podcast-ep a {
    color:#E5E5E5;
}


.home .side-bar .widget .widget-body .widget-events-single-link,
.home .side-bar .widget-link-list__item a,
.home .articles-list a,
.home .side-bar .widget .widget-body .sidebar-sponsor .sponsor-tagline,
.home .side-bar .widget header a {
    color:#DDD;
}


Collapse
 
somedood profile image
Basti Ortiz

Why not submit a pull request?

Collapse
 
peter profile image
Peter Kim Frank

Mind sharing a screenshot of how this looks?

Collapse
 
joelnet profile image
JavaScript Joel

Generally, analytics will be available soon.
Analytics, generally will be available soon
Analytics will generally be available soon
Analytics will be generally available soon
Analytics will be available generally soon.
Analytics will be available soon, generally.

Semantic Satiation has caused this sentence to lose meaning to me. I think there's something about analytics.

Collapse
 
ben profile image
Ben Halpern

Sigh

Collapse
 
jackharner profile image
Jack Harner πŸš€

Not sure if it's feasible, but it'd be cool to see like which links got clicked on in the article.

Maybe also "Reading Time" which could be a metric shared similar to Medium where each article gets an "Average Read Time". That way you know before clicking if it's a short little discussion post or if it's more of a "read it over lunch" kind of article.

Collapse
 
_bigblind profile image
Frederik πŸ‘¨β€πŸ’»βž‘οΈπŸŒ Creemers

I'm hoping there's a way to do that while preserving the link address, so you can mouse over a link to see where it leads.

Collapse
 
david_j_eddy profile image
David J Eddy

"When everything is !important, nothing is !important" - Ben

Can I use that quote? :D

I look forward to the analytics features.

Collapse
 
ben profile image
Ben Halpern

You can use it but I wouldn't quote me. I've seen it as sort of a meme.

Collapse
 
peter profile image
Peter Kim Frank

I'm immediately reminded of a similar line from The Incredibles

Collapse
 
link2twenty profile image
Andrew Bone

Will retrospective data be available?

Collapse
 
ben profile image
Ben Halpern

Yep

Collapse
 
_bigblind profile image
Frederik πŸ‘¨β€πŸ’»βž‘οΈπŸŒ Creemers

Is this based on the Google Analytics API? Or do you do your own data collection?

Collapse
 
ben profile image
Ben Halpern

It will pull from Google Analytics, but eventually we'd like to go self-hosted on this stuff.

Collapse
 
mattnmoore profile image
Matt Moore

Very cool! Looking forward to it.

Collapse
 
alainvanhout profile image
Alain Van Hout

The one thing that frontend and backend developers agree on is that styling is !important

Collapse
 
papaponmx profile image
Jaime Rios

Neat, thanks for the heads up!

Collapse
 
rattanakchea profile image
Rattanak Chea

:+1: