This repository is archived and no longer maintained. The sample has been moved to GoogleCloudPlatform/python-docs-samples.
Integrating App Engine with Google Analytics
- Register for Google Analytics, create an application, and get a tracking id.
- Set the
GA_TRACKING_ID
constant intracking.py
to the Google Analytics tracking id of your application.
To run the test
python test/test_runner.py SDK_PATH src test
Substituting SDK_PATH
with the appengine python sdk directory, for example
~/google-cloud-sdk/platform/google_appengine
.
To build the demo, run
build.sh build_demo
To run the demo, run
build.sh run_demo
- See CONTRIB.md
- See LICENSE