Skip to content

googleads/google-publisher-tag-playground

Repository files navigation

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.