Forum Moderators: martinibuster
It comes as:
Date - impressions - Clicks - CTR - eCPM - Earnings
Day1
Day2
Day3
Day4
....
and from that you an easily get your EPC, averages and graphs..
How do you graph/compare a day of the week (say Mondays) performance over a period of years?
What other tools/toys do you use?
I'm tracking each individual data point that Google provides, i.e. individual site-targeted ads, contextual ads, ad blocks displayed, pages displayed, the respective clicks and earnings.
The smallest period I collect the data is one day, as this is the smallest period Google offers reliably to us. Apparently, after a few days, the daily data seems to be final and does not change any longer.
With this data set, I look at weekly figures (my week runs Saturday through Friday) as well as monthly and annual figures.
As most of the Adsense figures have a high variance (almost random), the smallest set of data I look at is weekly data, and 7-day-moving averages (on the daily data). That gives you a glimpse of the trends, but to really get going I analyze the 30-day-moving averages. THAT's where the beef is.
I think that especially the 30 day moving average on the total revenues is interesting. That value lets me know immediately when things are getting better (or worse).
When charting the data, I also use 90-day moving average, and 200-day moving average. But I hardly look at these as the downward trend is too depressing. :-(
In general, I check stats a lot less often. Every once in a while I download all the stuff as CSV and then I pop it into the Excel sheet. It's just too boring and too frustrating to even bother with such analysis. I just do it to understand the Adsense trends on my sites.
If you aren't already, you really should use a pivot table on that data. I have one worksheet that I paste the CSV report into every month. It has the date, then three calculated columns (year, month, day of week), and then the other stuff from the CSV (imp, clicks, ctr, ecpm, and daily total earnings). Every month I just paste the new data at the bottom.
Using the pivot table, I can see my average (or total, or whatever summary statistic) for each metric by day of week, month, year, etc. Furthermore, I can look at say Mondays in Novembers over several years if that is what I want. It is all very automatic and controlled through drop-down lists. One you have the data, it takes all of two minutes to set it up and then no maintenance other than adding new data every month.
You can also create pivot charts that can be helpful.
What I usually learn is that earnings are related to traffic. Yeah, surprising isn't ;)
Pivot charts sounds great, too bad I'm an Excel newbie. I still load it all and do my charts and calculated columns manually each time. Any good web page to read on that?
I also use the digital point graph tool for quickies. I wish Adsense would offer this kind of service, in conjunction with Analytics, ideally.
=TEXT(WEEKDAY(A2), "ddd")
The assumption here is that A2 is the start of your first date (A1 would be the label line). Once you do this copy the formula for the enter column. You will see each day of the week listed.
Next click anywhere in your table and then from the menu select Data->Filter->AutoFilter, this will create drop downs for each column. You can then select only the day of the week you want (from the new column). You'll be left with only the data for that day of the week.
Note: using the Filter can get a little out of control if you are not watching what you are filtering. If you are finding things getting out of control then you can reset things by going back to the Data->Filter->AutoFilter and deselect the option.
And oh yeah .. it's completely free ! Let me know what you think about it.
[edited by: jatar_k at 2:53 pm (utc) on Mar. 28, 2008]
[edit reason] no urls thanks [/edit]