Skip to content

Latest commit

 

History

History
 
 

analytics

Google Analytics Measurement Protocol sample for Google App Engine Flexible

Open in Cloud Shell

This sample demonstrates how to use the Google Analytics Measurement Protocol (or any other SQL server) on Google App Engine Flexible Environment.

Setup

Before you can run or deploy the sample, you will need to do the following:

  1. Create a Google Analytics Property and obtain the Tracking ID.

  2. Update the environment variables in in app.yaml with your Tracking ID.

Running locally

Refer to the top-level README for instructions on running and deploying.

You will need to set the following environment variables via your shell before running the sample:

$ export GA_TRACKING_ID=[your Tracking ID]
$ python main.py