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 }}
pc
/
python-googleanalytics
Public
forked from
clintecker/python-googleanalytics
Notifications
You must be signed in to change notification settings
Fork
0
Star
4
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 Apr 25, 2009
support multiple metrics/dimensions
Patrick Collison
committed
9389cbf
View commit details
Copy full SHA for 9389cbf
Browse repository at this point
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
Documenting and working on specification for the account.get_data method
Clinton Ecker
committed
a8d858b
View commit details
Copy full SHA for a8d858b
Browse repository at this point
Update to readme
Clinton Ecker
committed
276772f
View commit details
Copy full SHA for 276772f
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
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
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
Browse repository at this point
Adding a get_bucket method
Clinton Ecker
committed
5da8713
View commit details
Copy full SHA for 5da8713
Browse repository at this point
Working on account lists
Clinton Ecker
committed
8b84c28
View commit details
Copy full SHA for 8b84c28
Browse repository at this point
Updating Readme
Clinton Ecker
committed
7477ed8
View commit details
Copy full SHA for 7477ed8
Browse repository at this point
Missing comma in setup.py
Clinton Ecker
committed
b9edde8
View commit details
Copy full SHA for b9edde8
Browse repository at this point
Updating readme and setup.py
Clinton Ecker
committed
4ce72cf
View commit details
Copy full SHA for 4ce72cf
Browse repository at this point
Updated to Readme
Clinton Ecker
committed
053190a
View commit details
Copy full SHA for 053190a
Browse repository at this point
Messing with readme
Clinton Ecker
committed
7354154
View commit details
Copy full SHA for 7354154
Browse repository at this point
Removing feedburner from setup.py
Clinton Ecker
committed
cc2b4ce
View commit details
Copy full SHA for cc2b4ce
Browse repository at this point
Updating readme with boto link
Clinton Ecker
committed
be9e52f
View commit details
Copy full SHA for be9e52f
Browse repository at this point
Adding tests, modifying gitignore, adding license and updating readme
Clinton Ecker
committed
3dd10d6
View commit details
Copy full SHA for 3dd10d6
Browse repository at this point
Working on using Etree for parsing results
Clinton Ecker
committed
8b256ad
View commit details
Copy full SHA for 8b256ad
Browse repository at this point
Lookin good
Clinton Ecker
committed
3784178
View commit details
Copy full SHA for 3784178
Browse repository at this point
Working out some tests and setting up a config file parser
Clinton Ecker
committed
f14c8ed
View commit details
Copy full SHA for f14c8ed
Browse repository at this point
Making authorization work with get_request
Clinton Ecker
committed
21967b5
View commit details
Copy full SHA for 21967b5
Browse repository at this point
Adding in connections
Clinton Ecker
committed
0ab0048
View commit details
Copy full SHA for 0ab0048
Browse repository at this point
Commits on Apr 21, 2009
files
Clinton Ecker
committed
a4f99a9
View commit details
Copy full SHA for a4f99a9
Browse repository at this point
Initial commit
Clinton Ecker
committed
bc1a716
View commit details
Copy full SHA for bc1a716
Browse repository at this point
You can’t perform that action at this time.