Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/googleads/google-publisher-tag-playground
- Owner: googleads
- License: apache-2.0
- Created: 2023-12-19T00:43:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-08T03:06:50.000Z (5 days ago)
- Last Synced: 2024-11-08T03:29:32.795Z (5 days ago)
- Topics: admanager, google, googleads, gpt, playground, samples
- Language: TypeScript
- Homepage: https://developers.google.com/publisher-tag/
- Size: 1.76 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.