Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pinda
/
python-googleanalytics
Public
forked from
clintecker/python-googleanalytics
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
python-googleanalytics
src
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 24, 2012
Fix get account for v2.4
Joeri Djojosoeparto
committed
ca30b8a
View commit details
Copy full SHA for ca30b8a
View code at this point
Browse repository at this point
Commits on Jul 20, 2012
Made connection timeout a kwarg rather than hard-coded.
jsma
committed
9182afa
View commit details
Copy full SHA for 9182afa
View code at this point
Browse repository at this point
Deleted hard-coded cruft
jsma
committed
582269d
View commit details
Copy full SHA for 582269d
View code at this point
Browse repository at this point
Commits on Jul 19, 2012
Updated connection to accept an API key.
jsma
committed
7473121
View commit details
Copy full SHA for 7473121
View code at this point
Browse repository at this point
Commits on Jul 13, 2012
Raise an exception if profile_id is not found in the connection's accounts.
jsma
committed
5f26f97
View commit details
Copy full SHA for 5f26f97
View code at this point
Browse repository at this point
Commits on Jul 12, 2012
Cache the list of accounts to reduce the number of API queries.
jsma
committed
99cb308
View commit details
Copy full SHA for 99cb308
View code at this point
Browse repository at this point
Commits on Jun 20, 2012
Updated to work with GA API v2.4
jsma
committed
6be9b5f
View commit details
Copy full SHA for 6be9b5f
View code at this point
Browse repository at this point
Commits on May 10, 2011
Replace socket.setdefaulttimeout call with urllib2 timeout
hmarr
committed
6c8b340
View commit details
Copy full SHA for 6c8b340
View code at this point
Browse repository at this point
Commits on Dec 4, 2009
Updated DataSet and DataPoint objects to now make available all data returned in a Data Feed as object attributes.
Show description for a8ee3e6
jsma
authored and
Clint Ecker
committed
a8ee3e6
View commit details
Copy full SHA for a8ee3e6
View code at this point
Browse repository at this point
Commits on Nov 17, 2009
Updated tests (using a more forgiving start_date/end_date for those testers without a high traffic site ;)). Added test documentation. All tests pass.
jsma
authored and
Clint Ecker
committed
245a5d5
View commit details
Copy full SHA for 245a5d5
View code at this point
Browse repository at this point
Deleted one line too many in that last commit :-/
jsma
authored and
Clint Ecker
committed
3aec373
View commit details
Copy full SHA for 3aec373
View code at this point
Browse repository at this point
Removed unnecessary code now that all Account instances will have all attributes set.
jsma
authored and
Clint Ecker
committed
5b95e3e
View commit details
Copy full SHA for 5b95e3e
View code at this point
Browse repository at this point
A little PEP8 indentation love.
jsma
authored and
Clint Ecker
committed
14c1a90
View commit details
Copy full SHA for 14c1a90
View code at this point
Browse repository at this point
Updated `GAConnection.get_account()` to return a complete `Account` instance with all attributes set.
jsma
authored and
Clint Ecker
committed
d468173
View commit details
Copy full SHA for d468173
View code at this point
Browse repository at this point
Updated Account to accept all valid values from the 'Account Feed Response'.
jsma
authored and
Clint Ecker
committed
772d3ba
View commit details
Copy full SHA for 772d3ba
View code at this point
Browse repository at this point
Commits on Nov 15, 2009
Updated code to require `metrics` as this is a required param in the GA protocol.
Show description for 76072a7
jsma
authored and
Clint Ecker
committed
76072a7
View commit details
Copy full SHA for 76072a7
View code at this point
Browse repository at this point
Commits on Apr 26, 2009
support multiple metrics/dimensions
Show description for c872594
Patrick Collison
authored and
Clint Ecker
committed
c872594
View commit details
Copy full SHA for c872594
View code at this point
Browse repository at this point
Add test for multiple dimensions/metrics
Show description for 0b8c736
eagereyes
authored and
Clint Ecker
committed
0b8c736
View commit details
Copy full SHA for 0b8c736
View code at this point
Browse repository at this point
Fix typo in multiple dimensions code, small update to paging test
Show description for 369c429
eagereyes
authored and
Clint Ecker
committed
369c429
View commit details
Copy full SHA for 369c429
View code at this point
Browse repository at this point
Add start_index and max_results arguments to Account.get_data() for paging. Add test test_paging to GoogleAnalyticsTest
Show description for 347800c
eagereyes
authored and
Clint Ecker
committed
347800c
View commit details
Copy full SHA for 347800c
View code at this point
Browse repository at this point
Commits on Apr 24, 2009
Data output stuff should be pretty good, I need some good tests to test for sorted ness. Also, multiple dimensions/multiple metrics per request probably don't work right now.
Clinton Ecker
committed
7ac26ba
View commit details
Copy full SHA for 7ac26ba
View code at this point
Browse repository at this point
Data pulling looks good, gotta make sure you supply both a metric and a dimension I guess ;)
Clinton Ecker
committed
6b6d400
View commit details
Copy full SHA for 6b6d400
View code at this point
Browse repository at this point
Commits on Apr 22, 2009
Added a datapoint object. Also, data pulling "appears" to work, but I'm not getting any data back from GA in my tests. I won't have time to work on fixing that until later today.
Clinton Ecker
committed
f5aa20b
View commit details
Copy full SHA for f5aa20b
View code at this point
Browse repository at this point
Google throws a 400: Bad Request if you put in empty query parameters, so I'm only adding them to the post data if present
Clinton Ecker
committed
90dc8c5
View commit details
Copy full SHA for 90dc8c5
View code at this point
Browse repository at this point
More filter tests
Clinton Ecker
committed
971072f
View commit details
Copy full SHA for 971072f
View code at this point
Browse repository at this point
Fixing bugs thanks to tests and adding test cases for filter processing.
Clinton Ecker
committed
c3289c5
View commit details
Copy full SHA for c3289c5
View code at this point
Browse repository at this point
First shot at processing filters
Clinton Ecker
committed
fa5c019
View commit details
Copy full SHA for fa5c019
View code at this point
Browse repository at this point
More info on filters
Clinton Ecker
committed
1590e85
View commit details
Copy full SHA for 1590e85
View code at this point
Browse repository at this point
Documenting and working on specification for the account.get_data method
Clinton Ecker
committed
a8d858b
View commit details
Copy full SHA for a8d858b
View code at this point
Browse repository at this point
Cleaning up tests, added a "validated" flag to the account object, and fixed a bug in the connection method get_all_accounts
Clinton Ecker
committed
b231abb
View commit details
Copy full SHA for b231abb
View code at this point
Browse repository at this point
Allowing for a table_id to be set directly (for example when pulling all_accounts) or for the table_id to be constructed from the profile_id (assuming someone constructed it from get_account).
Clinton Ecker
committed
7df3f15
View commit details
Copy full SHA for 7df3f15
View code at this point
Browse repository at this point
Added an optional section to the config called [Accounts] where one can add a directive "test_profile_ids" which will be used in the test client for making sure the get_account function works prope…
Show description for 4bc8466
Clinton Ecker
committed
4bc8466
View commit details
Copy full SHA for 4bc8466
View code at this point
Browse repository at this point
Adding a get_bucket method
Clinton Ecker
committed
5da8713
View commit details
Copy full SHA for 5da8713
View code at this point
Browse repository at this point
Working on account lists
Clinton Ecker
committed
8b84c28
View commit details
Copy full SHA for 8b84c28
View code at this point
Browse repository at this point
Removing feedburner from setup.py
Clinton Ecker
committed
cc2b4ce
View commit details
Copy full SHA for cc2b4ce
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.