Metadata-Version: 1.0
Name: pyga
Version: 2.0
Summary: Server side implemenation of Google Analytics in Python.
Home-page: https://github.com/kra3/py-ga-mob
Author: Arun K.R.
Author-email: the1.arun@gmail.com
License: Simplified BSD
Description: pyga is a server side implementation of Google Analytics in Python.
        
        This project only helps you with Data Collection part of GA.
        
        Insted of popular javascipt implementation of GA, this implementation
        make use of mobiletracking facility - ie., without Java Script - at the
        server side. This implementation is in Python.
        
        
        What all is supported?
        
        * Page View
        * E-Commerce
        * Social Interaction
        * Custom Variables
        * Events
        * Search Engine
        * Campaigns
        * Ad-Words
        
        To know more about mobiletracking see:
        http://code.google.com/apis/analytics/docs/mobile/mobileWebsites.html
        
        Thanks:
        Expicient Inc <www.expicient.com>
        
        Referenced:
        php-ga
        flash-ga-sdk
        
        
        
Keywords: google analytics  mobile serverside
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
