Skip to content

An implementation of Google Analytics Google App Engine / Python. Useful for tracking Mobil Applications.

License

Notifications You must be signed in to change notification settings

singhj/Google-Analytics-for-Mobile--Google-App-Engine

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Code for tracking server-side activities on Google App Engine.

It is a single file: ga.py
Call track_page_view(path) to send the request to Google Analytics.

Remember to replace the following lines as appropriate:
ACCOUNT = 'UA-1234567-1'
DOMAIN = 'example.com'

Once the request has been sent, it may take several hours before it shows up in analytics.

About

An implementation of Google Analytics Google App Engine / Python. Useful for tracking Mobil Applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%