Server side implementation of Google Analytics in Python.
Project description
pyga is an implementation of Google Analytics (ga.js) in Python; so that it can be used at server side. This project only helps you with Data Collection part of Google Analytics. ie., You can consider this as a replacement for ga.js at client side.
Google Provides Android SDK,iOS SDK + Flash SDK. And left everybody else with a single page documentation about GIF request parameters. Also with a basic sample of server side implementation in quite a few languages (perl, php, jsp).
PS: Google moved away from ga.js to analytics.js; a new operating standard for Google Analytics named “universal analytics”. Soon ga.js will be deprecated. I’m planning to have a pyga equivalent to the new standard. Read more here at https://developers.google.com/analytics/devguides/collection/upgrade/#upgrade-guides https://developers.google.com/analytics/devguides/collection/protocol/v1/#getting-started
PyPi Package Page: http://pypi.python.org/pypi/pyga
Main Repository: https://github.com/kra3/py-ga-mob
Documentation: http://readthedocs.org/docs/pyga-python-google-analytics-data-collection-api/en/latest/#
Use Cases
You want to track data from server side
You’re developing a mobile site and have to support devices w/o JS support
Supported Features
Page View
E-Commerce
Social Interaction
Custom Variables
Events
Campaigns
not yet
Ad-Words
Search Engine
To know more about mobile-tracking see: https://developers.google.com/analytics/devguides/collection/other/mobileWebsites
Example
from pyga.requests import Tracker, Page, Session, Visitor tracker = Tracker('MO-XXXXX-X', 'yourdomain.com') visitor = Visitor() visitor.ip_address = '194.54.176.12' session = Session() page = Page('/path') tracker.track_pageview(page, session, visitor)
Thanks to: Expicient Inc
And for you fans out there, we even have mountain bikes named pyga ;)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pyga-2.6.2.tar.gz
.
File metadata
- Download URL: pyga-2.6.2.tar.gz
- Upload date:
- Size: 23.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 09da0e36bc4d44a82ab3dbc6128300b14715b902d98311f0866162de45d2fddc |
|
MD5 | fef0daaf48f0210b94e0751232c091a6 |
|
BLAKE2b-256 | 14228053ffa1c6331b0606bb7c47fd5cd6fbc3716f2a6c76aa817ec469cc334e |
File details
Details for the file pyga-2.6.2-py3-none-any.whl
.
File metadata
- Download URL: pyga-2.6.2-py3-none-any.whl
- Upload date:
- Size: 23.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 062e0468915130cde882d52e4ca5bc0a01d21d66b5f23b6e1fec045dcefc5942 |
|
MD5 | 0b2e5f4542aaddfc9702729f8e9adab1 |
|
BLAKE2b-256 | 10859b54a9f80fd5f368b43b3c00a1134be5e9e10cb30e84c6f24f3e93844956 |