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
Branch selector
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
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
Browse repository at this point
Deleted hard-coded cruft
jsma
committed
582269d
View commit details
Copy full SHA for 582269d
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
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
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
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
Browse repository at this point
Commits on Mar 16, 2012
Merge remote-tracking branch 'upstream/master'
Show description for faea4b9
jsma
committed
faea4b9
View commit details
Copy full SHA for faea4b9
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 24, 2009
Fixed doc typos
jsma
committed
da0e3fd
View commit details
Copy full SHA for da0e3fd
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 44584ee
jsma
committed
44584ee
View commit details
Copy full SHA for 44584ee
Browse repository at this point
Commits on Nov 17, 2009
Doc fixes
jsma
committed
313b497
View commit details
Copy full SHA for 313b497
Browse repository at this point
Updated USAGE documentation to match current behavior.
jsma
committed
566a9dd
View commit details
Copy full SHA for 566a9dd
Browse repository at this point
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
Added myself to the AUTHORS list.
jsma
committed
ae5bb3d
View commit details
Copy full SHA for ae5bb3d
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
committed
45e47eb
View commit details
Copy full SHA for 45e47eb
Browse repository at this point
Deleted one line too many in that last commit :-/
jsma
committed
28577f9
View commit details
Copy full SHA for 28577f9
Browse repository at this point
Removed unnecessary code now that all Account instances will have all attributes set.
jsma
committed
dab18c9
View commit details
Copy full SHA for dab18c9
Browse repository at this point
A little PEP8 indentation love.
jsma
committed
8575958
View commit details
Copy full SHA for 8575958
Browse repository at this point
Updated `GAConnection.get_account()` to return a complete `Account` instance with all attributes set.
jsma
committed
0252303
View commit details
Copy full SHA for 0252303
Browse repository at this point
Updated Account to accept all valid values from the 'Account Feed Response'.
jsma
committed
7e100b1
View commit details
Copy full SHA for 7e100b1
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 Oct 2, 2009
Updated code to require `metrics` as this is a required param in the GA protocol.
Show description for dd4955c
jsma
committed
dd4955c
View commit details
Copy full SHA for dd4955c
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
Previous
Next
You can’t perform that action at this time.