Exploring the Google Analytics API (Vanessa Sabino)
Google Analytics is an excellent tool to track what happens in your website or your mobile app. In this talk, you learn how to query your data using the Python library for the Core Reporting API and why you should be doing it.
> Greater than < Less than >= Greater than or equal to <= Less than or equal to Dimensions == / != Exact match =@ / !@ Contains substring =~ / !~ Contains a match for the regular expression , Or ; And https://developers.google.com/analytics/devguides/reporting/core/v3/reference#filterSyntax
¤ Management API ¤ https://developers.google.com/analytics/devguides/config/mgmt/v3/ ¤ Real Time Reporting API ¤ http://analytics.blogspot.ca/2013/08/google-analytics-launches-real- time-api.html ¤ Google Analytics superProxy ¤ https://developers.google.com/analytics/solutions/google- analytics-super-proxy