Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/googleads/google-publisher-tag-playground

An interactive code playground for Google Publisher Tag (GPT) samples.
https://github.com/googleads/google-publisher-tag-playground

admanager google googleads gpt playground samples

Last synced: 4 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://developers.google.com/publisher-tag/samples).

## Development

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

### Run
1. `npm run serve` to start a development server.