-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what date to use for blog views, and how to update them #176
Comments
Being one of the most prolific members of the group, I think we can learn a Typically we would see a one to one blog to activity mapping using the The intent of the tracking app is to be able to quantify impact of GDE's When it comes to updating the activity meta_impact as it is now called, This is why we want to get an architecture / platform / app that enables As i continue to think about it, I wonder wether a GAS spreadsheet that I realise that I have not even talked about "monthly" activity reporting As you will see in this document I am proposing to get some direction from https://docs.google.com/document/d/1SW8cZetMZBH2bZSOiqHMpLz_ieElHF3pGCvjsRxr-no/ Patrick Martinent On Wed, Dec 10, 2014 at 2:34 PM, bruce mcpherson notifications@github.com
|
Thanks Patrick. A spreadsheet that we figure out how to automate the updating of would be just fine for me, but as first - some clarity on standardization on how to datestamp and measure activities that go on over a period of time would be useful. keep up the good work |
Patrick I've been thinking about this a bit and I think you are on the wrong track with a logarithmic approach. The implication is that the 100th +1, the 10000th pageview etc is not as impactful as the first. I would argue the the opposite is the case. You are more likely to read a post more thoroughly if its been endorsed by 500 people than none - so in fact impact increases based on previous impact - it doesn't tail off. I recognize the desire to dampen the effect of a special event like some publicity, but that doesn't actually decrease the impact - and if that's what we are really measuring then it should anyway be reflected. How about a different approach based on the impact value of an activity -- for example each would have a weight that represents both the work in making it happen and the likely impact on the consumer of the material.. i don't know what the right numbers would be, but for example it may be worth throwing something like this in the pot and see what happens.. a blogpost pageview = .001 points etc... As far as monthly stuff is concerned, that could be achieved but just taking a snapshot of each of the measures at some date, then reporting the the difference each month. An activity would only get scored the first time it appeared, but subsequent impact changes could be logged each month - this would deal with the ongoing +1s, views etc... |
Two separate issues are at play here from what I can see apart from the fact that my formula is probably wrong. A - Logs are not very well understood As far as I can see using a log scale to visualise data, has a bearing on the value we attribute the incremental points wether its the first point or the last. We use log scales to be able to interpret the data set as a whole. B - How we attribute points for each activity is the second part of your post and yes I do agree that their are a number of way's we can score. During the discussion with Ola we understood that different product teams may have different objectives and that each may require a scoring template of their own. We will look at a mechanism to create these scoring templates so that each team / stakeholder can apply it and get the utility they need. We may still end up with a solution where we visualise the activity based scoring plotted on a log scale because of the insight in provide on the data set. |
Patrick thanks for the links. Logs are certainly useful, but I would say So if we were to apply log scale to democracy, then the first person to the On 15 December 2014 at 09:57, Patrick Martinent notifications@github.com
|
Moved to new repo |
I noticed that time based reporting is being done at a summary level, and I wondered how people were recording ongoing pageviews & +1's for existing activities. For example, I have a single entry for each topic on my site (which may consist of 20 or so individual pages), that has the date of when I first recorded it in the tracker.
Every now and then, I update each single topic's +1 & pageview counts (to date) from analytics to the new values. I don't create a new entry with, lets say, this month's views, since that doing that could overstate the number of activities (it's the same activity.. just additional impact information, and in some cases, additional blog posts in that topic). I don't really want to create a separate item for every blog post, (which is why I use the topic principle), and I certainly don't want to create a new entry each month - there are now about 700 pages with about 1m pageviews a year.
What is everyone else doing, and what should we be doing? Apologies if I missed guidance on this earlier. My expectation is that I'll automate this at some point but I'd like to understand the details before embarking on that.
The text was updated successfully, but these errors were encountered: