1. Please give me a report that can prove that my user traffic is real.
2. Please give me a report that can prove that the traffic is healthy.
I know that I can get this from analytics now, but it needs to be the focus.
For a decade I've competed against content websites that for the most part game seo traffic, build click traps and generally pollute the Internet with secondary source content. I've always had fairly large audiences on my sites, with healthy 50% returning visitor rates. However, when it comes to getting ad dollars, I always lost to competitors who had much larger volume mostly because they were either buying meaningless inbound links or using some other scam like click trap "we recommend this hot girl talking about prostate cancer" photos to goose their numbers. Meanwhile we'd create quality content and my sites would have hundreds of comments, while theirs would have very little. It didn't matter that my audience was more engaged, advertisers bought volume.
I just need something that I can show to an advertiser (or even better, that they have access to and can compare) that says... hey, this website isn't a constructed fabrication made to fake volume and take your money you sucker. This is a real website.
A lot of the industry right now is based upon buying links from aging front door portals (Yahoo, MSN, AOL) which still do ungodly amounts of traffic with a mostly Internet illiterate audience. Sites buy these links, convert them into CPM click traps on their targeted magazine sites and sell their inventory to advertisers who don't know that the whole thing is shell game. They think they're buying ads on a hot new site with explosive growth.
I'm building an analytics interface for GA though and would love to chat about what else publishers need in an analytics interface - luke at itsninja if you'd like to chat.
So piece of feedback is to maybe try and make it easier/more obvious how to go from "this might be interesting" to "what can this do for me?" (I'm still not 100% sure).
You'll run into one of the following scenarios in most of them.
* It drops you on an interstitial ad before the "article" loads.
* It drops you onto a click trap "gallery" where you are forced to click for each new image.
More often than not it's to a site that you've never really heard of and isn't very well produced vs. their more well known (to a literate Internet audience) competitors.
I have the following tables:
sessions
session_id (uuid type)
created_at
page_views
page_view_id
session_id
created_at
site_id
path
query_string (hstore)
user_agent
referral_url
ip_address
user_id
http_method (get, post, etc)
details (hstore, used to tag page views/actions)
This allows me to simply query all my page views against data in my live database. I can see the path a user took to place an order. I can easily integrate a/b tests. If someone uses a coupon on the site and we want to see if they later came back and viewed/purchased more, we can easily write a sql query to figure that out. We can simply figure out lifetime customer value, even if not logged in. If we're getting a large amount of traffic from a certain affiliate, we can alert our staff.It's really awesome to be able to have your data in the same place. Having analytics data spread out to GA made it difficult to match that data against ours. If we need to scale out to multi-terabytes, postgres_fdw will make querying against the analytical database simple.
Since we're also tracking affiliate purchases to pay out commissions, I also have another table that that stores additional information about a page view if they came from an affiliate site (click id, the affiliate network, etc).
Here's the plpgsql function I use for saving the sessions and page views: https://gist.github.com/joevandyk/f63523cdd1a3aa75d0ec
"Leaving it to the pros" means you don't control your data and you can't easily combine it with your other data about products, orders, whatever.
Can anyone on the GA team speculate about a release date for the uid bits?
https://developers.google.com/analytics/devguides/collection...
As of Jun 27 it hasn't shipped according to a GA team member.
http://www.google.com/analytics/terms/us.html
> You will not [...] use the Service to track, collect or
> upload any data that personally identifies an individual
http://productforums.google.com/forum/#!topic/analytics/tTaq... > you cannot store names or ip addresses in a custom var,
> but you can store ids that need your backend to resolve
> into a person identificationIn most cases the reason you care about tracking logged-out -> logged-in behavior is to measure onboarding behavior, understanding what the user does pre-signup so you can do a better job of driving signups. Signup is not a multi-client process in the common case so being able to track multi-client behavior pre-signup doesn't really matter at all.
As to how much of an issue these edge cases represent, I find it hard to get a real sense of it. I guess it really depends on the situation, what you want to measure and the user experience you offer to your visitors.
broken backwards compatibility (cookie data is no longer stored in the same way) this was an interface many add/systems used and depend on from the days of Urchin.
Otherwise, new interface is pretty slick, features look good, the API to send data server side is so much nicer.
broken compatibility just kinda sucks though
Really? Anyone can confirm this behavior? I'm pretty sure KissMetrics doesn't have this limitation.
The fact that it links accounts retro-actively though can be dangerous, in the scenario of publicly-accessed devices. I'll have to admit though, this is not the common case.
I guess my personal gripe with what MP and KM are doing boils down to: if you can't infer stuff about who is visiting my website, be honest about it and don't.