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 }}
atizo
/
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
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 22, 2012
adding support for opensearch 1.1
Show description for 918c55e
rhigdon
authored and
Simon Josi
committed
918c55e
View commit details
Copy full SHA for 918c55e
Browse repository at this point
Commits on May 10, 2011
Merge pull request #7 from hmarr/master
Show description for 4b9c7ce
Clint Ecker
committed
4b9c7ce
View commit details
Copy full SHA for 4b9c7ce
Browse repository at this point
Replace socket.setdefaulttimeout call with urllib2 timeout
hmarr
committed
6c8b340
View commit details
Copy full SHA for 6c8b340
Browse repository at this point
Commits on Dec 4, 2009
Fixed doc typos
jsma
authored and
Clint Ecker
committed
0b7bd74
View commit details
Copy full SHA for 0b7bd74
Browse repository at this point
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
Browse repository at this point
Doc fixes
jsma
authored and
Clint Ecker
committed
ab84c05
View commit details
Copy full SHA for ab84c05
Browse repository at this point
Updated USAGE documentation to match current behavior.
jsma
authored and
Clint Ecker
committed
06289ad
View commit details
Copy full SHA for 06289ad
Browse repository at this point
Commits on Nov 17, 2009
Added myself to the AUTHORS list.
jsma
authored and
Clint Ecker
committed
a60f7a4
View commit details
Copy full SHA for a60f7a4
Browse repository at this point
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
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
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
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
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
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
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
Browse repository at this point
Commits on Apr 26, 2009
Typoes >:[
Clinton Ecker
committed
49a80be
View commit details
Copy full SHA for 49a80be
Browse repository at this point
Another typo
Clinton Ecker
committed
59ded67
View commit details
Copy full SHA for 59ded67
Browse repository at this point
Typo in robert's name
Clinton Ecker
committed
9179e4d
View commit details
Copy full SHA for 9179e4d
Browse repository at this point
Angle brackets needed converted to HTML Entities to show up right.
Clinton Ecker
committed
2b723f7
View commit details
Copy full SHA for 2b723f7
Browse repository at this point
Oops this isn't Pinax, I just steal AUTHOR-file ideas from them ;)
Clinton Ecker
committed
ac54c1f
View commit details
Copy full SHA for ac54c1f
Browse repository at this point
Markup mixups in the readme
Clinton Ecker
committed
d0c33dc
View commit details
Copy full SHA for d0c33dc
Browse repository at this point
Updating the documentation mostly
Clinton Ecker
committed
aee9adf
View commit details
Copy full SHA for aee9adf
Browse repository at this point
support multiple metrics/dimensions
Show description for c872594
Patrick Collison
authored and
Clint Ecker
committed
c872594
View commit details
Copy full SHA for c872594
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
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
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
Browse repository at this point
Commits on Apr 25, 2009
Fixing setup.py
Clinton Ecker
committed
c3bd79d
View commit details
Copy full SHA for c3bd79d
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
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
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
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
Browse repository at this point
More filter tests
Clinton Ecker
committed
971072f
View commit details
Copy full SHA for 971072f
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
Browse repository at this point
First shot at processing filters
Clinton Ecker
committed
fa5c019
View commit details
Copy full SHA for fa5c019
Browse repository at this point
More info on filters
Clinton Ecker
committed
1590e85
View commit details
Copy full SHA for 1590e85
Browse repository at this point
Previous
Next
You can’t perform that action at this time.