{ "info": { "author": "Arun K.R.", "author_email": "the1.arun@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "===================================================\nPYGA: Python Google Analytics - Data Collection API\n===================================================\n.. image:: https://secure.travis-ci.org/kra3/py-ga-mob.png?branch=master\n :alt: Build Status\n :target: http://travis-ci.org/kra3/py-ga-mob\n\npyga is an iplementation of Google Analytics in Python;so that it can be used at server side.\nThis project only helps you with Data Collection part of Google Analytics.\nie., You can consider this as a replacement for ga.js at client side.\n\nGoogle Provides Android SDK,iOS SDK + Flash SDK. \nAnd left everybody else with a single page documentation about GIF request parameters. \nAlso with a basic sample of server side implementation in quite a few languages (perl, php, jsp).\n\n\n* PyPi Package Page: http://pypi.python.org/pypi/pyga\n* Main Repository: https://github.com/kra3/py-ga-mob\n* Copy Repository: https://bitbucket.org/kra3/pyga/overview\n* Documentation: http://readthedocs.org/docs/pyga-python-google-analytics-data-collection-api/en/latest/#\n\n\nUse Cases\n--------------\n\n1. You want to track data from server side\n2. You're developing a mobile site and have to support devices w/o JS support\n\n\nSupported Features \n----------------------\n\n* Page View\n* E-Commerce\n* Social Interaction\n* Custom Variables\n* Events\n* Campaigns\n\n not yet\n\n* Ad-Words\n* Search Engine\n\n\n\nTo know more about mobiletracking see:\nhttps://developers.google.com/analytics/devguides/collection/other/mobileWebsites\n\n\nExample\n------------------- \n::\n\n from pyga.requests import Tracker, Page, Session, Visitor\n\n tracker = Tracker('MO-XXXXX-X', 'yourdomain.com') \n visitor = Visitor()\n visitor.ip_address = '194.54.176.12'\n session = Session()\n page = Page('/path')\n tracker.track_pageview(page, session, visitor)\n \n\n\nThanks to:\n---------------------\n* `Expicient Inc `_\n* `php-ga `_", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/kra3/py-ga-mob/commit/73a74eb4485f407a09fa194cc06a3c0d3775c350", "keywords": "google analytics mobile serverside", "license": "Simplified BSD", "maintainer": null, "maintainer_email": null, "name": "pyga-fc", "package_url": "https://pypi.org/project/pyga-fc/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyga-fc/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/kra3/py-ga-mob/commit/73a74eb4485f407a09fa194cc06a3c0d3775c350" }, "release_url": "https://pypi.org/project/pyga-fc/2.4.2/", "requires_dist": null, "requires_python": null, "summary": "Server side implemenation of Google Analytics in Python.", "version": "2.4.2" }, "last_serial": 819214, "releases": { "2.4.2": [ { "comment_text": "", "digests": { "md5": "a780c6ed1b193be3b2fa7d2c63e8a67a", "sha256": "482b6d83583a3608ca79dedd10b2bf708b84024d19914d714f3918412d1087cd" }, "downloads": -1, "filename": "pyga-fc-2.4.2.tar.gz", "has_sig": false, "md5_digest": "a780c6ed1b193be3b2fa7d2c63e8a67a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21658, "upload_time": "2013-05-20T14:05:30", "url": "https://files.pythonhosted.org/packages/0a/df/7e97fffd88ea96f3a012fb5ff8dac448b486cb7938cb065db540283c3cb7/pyga-fc-2.4.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a780c6ed1b193be3b2fa7d2c63e8a67a", "sha256": "482b6d83583a3608ca79dedd10b2bf708b84024d19914d714f3918412d1087cd" }, "downloads": -1, "filename": "pyga-fc-2.4.2.tar.gz", "has_sig": false, "md5_digest": "a780c6ed1b193be3b2fa7d2c63e8a67a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21658, "upload_time": "2013-05-20T14:05:30", "url": "https://files.pythonhosted.org/packages/0a/df/7e97fffd88ea96f3a012fb5ff8dac448b486cb7938cb065db540283c3cb7/pyga-fc-2.4.2.tar.gz" } ] }