# clicktrackers-panel **Repository Path**: mirrors_google/clicktrackers-panel ## Basic Information - **Project Name**: clicktrackers-panel - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Web panel simplifying clicktracker creation in DCM. AppEngine Standard compatible. This is a Python web application that allows a quick and simple creation of click tracking ads in DCM. It exposes a simple webpage with a backend meant to be hosted on Google AppEngine Standard environment. ## Setup instructions: 1. Create a GCP project with AppEngine enabled () 2. Set your local env to use the newly created project in CLI 3. Change to the directory with the source code 4. Install google-api-python-client to lib directory `pip install -t lib/ google-api-python-client` (or on Linux `pip install --system --install-option="--prefix=" -t lib/ google-api-python-client`) 5. Enable DCM API () and download credentials for API Client () 6. Try running the app locally: `dev_appserver.py .` and check that it works as intended 7. Deploy the app to AppEngine `gcloud app deploy` and press yes 8. Verify the deployed app works: `gcloud app browse` ### This is not an official Google product.