/google-publisher-tag-playground

An interactive code playground for Google Publisher Tag (GPT) samples.

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Google Publisher Tag playground

Description

An interactive code playground for Google Publisher Tag (GPT) samples.

GPT samples can be demoed at the official documentation site.

Development

Build

  1. npm i to install dependencies.
  2. npm run build to build all targets and update dist/ folder.
  3. npx -y tsx scripts/gen-samples.ts to generate sample config files.

Run

  1. npm run serve to start a development server.