Using the Google Analytics API - getting total number of page views
At long last, Google released the Google Analytics API. The timing couldn’t be better, since I was just trying to get to some information through screen scraping… which is never fun.
The API is pretty easy to use, and other than a typo which slowed me down way too much, it didn’t take long to write a simple PHP script to get the total number of page views across all my Analytics profiles. This is a quick tutorial for using the API for this simple purpose. Also check out the official API documentation. Download here
The basic steps involved are:
1. Authenticate the user and get a one-time token from Google
2. Exchange the one-time token for a session token, which does not expire
3. Retrieve and parse a list of the user’s Google Analytics accounts and profiles
4. Retrieve and parse the page view count for each profile
5. Done!
Note that this will send you to a link from Google asking you to grant a session token to the script, and it will show the information in YOUR Google Analytics account; the script doesn’t actually store the token, but if it did, that would provide it with unlimited read access to the data in your Google Analytics acccount, until you revoke the token from your Google Accounts page. If you’re not comfortable with this, download the script from the link above instead, and run it on your own server.
Random Post
Related Articles
- How to Use Western Union quick cash at Google Adsense ?
- Western Union available in VietNam
- Free Adword voucher $50
- How to create Shortlinks with Google Apps
- The Google Analytics API and PHP
- Google Analytics PHP API class
- Adsense launching “Category filter Beta”
- What is Adsense Smart Price ?
- How to avoid Adsense Smart Pricing ?
Recent Posts
- Free Panda Internet Security 2010: Windows 7 Launch Party
- FREE 1-year license of Kaspersky Internet Security 2010!
- Warning hack password Yahoo mail !
- How to Use Western Union quick cash at Google Adsense ?
- Western Union available in VietNam
- Facebook for Nokia phones
- DailyMotion now offering Embed HD Video Players
- Free Adword voucher $50
- How to create Shortlinks with Google Apps
- Auto post to Blogger with PHP
- Free Auto Blogger: Auto post rss feed
- The Google Analytics API and PHP
- Using the Google Analytics API - getting total number of page views
- Google Analytics PHP API class
- Blogger team warning Spam posts
- Adsense launching “Category filter Beta”
- Alternatives to Google Adsense by other programs
- What is Adsense Smart Price ?
- How to avoid Adsense Smart Pricing ?
- How to use Adsense again if get banned
Recent Comments
- Nancy
in Auto post to Blogger with PHP - Tony M J
in DailyMotion now offering Embed HD V… - fonfenVak
in Enable Ping track in wordpress - DaiVyCorp - Int…
in My Google AdSense Account Is Disabl… - DaiVyCorp - Int…
in My Google AdSense Account Is Disabl… - AlexAxe
in VPN Protocols - jennefoh
in Make more money: YouTube Videos Com… - GlenStef
in VPN Protocols - DaiVyCorp - Int…
in Why should I use proxy servers ? - Alexwebmaster
in VPN Protocols
Most Commented
- Top 10 ways to boost alexa ranking (4)
- How to Boost Alexa Ranking (4)
- VPN Protocols (4)
- Make more money: YouTube Videos Coming to AdSense (2)
- My Google AdSense Account Is Disabled (2)
- Top 10 secrets success with business online (1)
- SEO with Site Address / URL (1)
- Free Ways to Increase Your Blog Traffic (1)
- How to SEO wordpress, The Complete Guide (1)
- Manual Unzip Server Command (1)
Most Viewed Post
- Adsense launching “Category filter Beta” - 1,077 views
- How to SEO Copywrite - 990 views
- Top 10 ways to boost alexa ranking - 805 views
- How to Prevent Spam VBB with GeoIPCountry - 704 views
- SEO with Site Address / URL - 657 views
- Tutorial: IPSec Security structure - 657 views
- Invalid Clicks Contact Form: How to contact to Google Adsense support Team - 654 views
- Auto post to Blogger with PHP - 652 views
- Youtube with google adsense - 601 views
- Warning hack password Yahoo mail ! - 585 views
Categories
- How to (51)
- SEO (33)
- Google adsense (31)
- Business land (13)
- Security Policies (21)
- Tips (26)
- Technology news (7)
- Traffic guide (9)
- Top secrets MMO (6)
- Tutorials (10)










No Comment
Leave Your Comments Below