Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Latest commit

 

History

History
40 lines (23 loc) · 1.01 KB

File metadata and controls

40 lines (23 loc) · 1.01 KB

status: inactive

This repository is archived and no longer maintained. The sample has been moved to GoogleCloudPlatform/python-docs-samples.

appengine-googleanalytics-python

Integrating App Engine with Google Analytics

Project setup, installation, and configuration

  • Register for Google Analytics, create an application, and get a tracking id.
  • Set the GA_TRACKING_ID constant in tracking.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.

Running the demo

To build the demo, run

build.sh build_demo

To run the demo, run

build.sh run_demo

Contributing changes

Licensing