Mobile app version of vmapp.org
Login or Join
Margaret670

: Is there a simple way to query the top URLs in Google Analytics? I'm looking for an easy way to query GA programmatically in order to display the most popular pages on my site. GA has a

@Margaret670

Posted in: #AnalyticsApi #Api #GoogleAnalytics

I'm looking for an easy way to query GA programmatically in order to display the most popular pages on my site.

GA has a Data Export API, but it seems kind of complex to work with for what I want to do. Is there a simpler way or am I stuck with the Data Export API?

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Margaret670

1 Comments

Sorted by latest first Latest Oldest Best

 

@XinRu657

The Data Export API really is the simplest way to get the data from Google Analytics although you have more options - and more comprehensive data, given that Google Analytics does not track spiders or users with Javascript disabled - if you parse your own server logs.

The Data Export API Protocol page includes instructions which you can test on the command line with cURL (as well as links to Javascript, Java, and Python interface libraries) and it appears as though there is also a PHP interface library at Google Code.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme