Skip to main content

Server side implementation of Google Analytics in Python.

Project description

Build Status https://img.shields.io/pypi/v/pyga.svg https://coveralls.io/repos/github/kra3/py-ga-mob/badge.svg?branch=master

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

Use Cases

  1. You want to track data from server side

  2. 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)

PHP version

Thanks to: Expicient Inc

And for you fans out there, we even have mountain bikes named pyga ;)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyga-2.6.0.tar.gz (21.7 kB view details)

Uploaded Source

Built Distribution

pyga-2.6.0-py3-none-any.whl (23.2 kB view details)

Uploaded Python 3

File details

Details for the file pyga-2.6.0.tar.gz.

File metadata

  • Download URL: pyga-2.6.0.tar.gz
  • Upload date:
  • Size: 21.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/36.5.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/2.7.14

File hashes

Hashes for pyga-2.6.0.tar.gz
Algorithm Hash digest
SHA256 3a0667e81ed07dca1e028af02d70406795dd8e17df6957497643f7d9d863c299
MD5 df44942fd25725785dabd32c1da056d1
BLAKE2b-256 1507ad0fc6b16b678468396742022058d3ddaac5db3871db35596444f9214253

See more details on using hashes here.

File details

Details for the file pyga-2.6.0-py3-none-any.whl.

File metadata

  • Download URL: pyga-2.6.0-py3-none-any.whl
  • Upload date:
  • Size: 23.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.2

File hashes

Hashes for pyga-2.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 81115bb9af93a5c2aa8d96d7d35c0ee339d2b36ed75b0ac201736f3239572575
MD5 85c9a09271e2f557006b04d4d0116dc4
BLAKE2b-256 b3b5dfdb2ae8b0e74315a96cde51831485e637876729b2fa9beae4a6a9a90c4d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page