googleads / google-publisher-tag-samples

Google Publisher Tag (GPT) code samples.

Home Page:https://developers.google.com/publisher-tag/samples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Publisher Tag Samples

Samples for the Google Publisher Tag (GPT) library.

You can try these samples on our developer site.

Project structure

dist/ contains complete GPT samples, built from the templates in samples/. Each directory represents a single GPT sample, and each sample has multiple output formats:

  • <sample>/js/ - JavaScript (ES2020)
  • <sample>/legacyjs/ - JavaScript (ES5)
  • <sample>/ts/ - TypeScript

samples/ contains templates used to generate complete GPT samples. Each template is stored in its own directory and consists of:

  • index.njk - A Nunjucks template containing sample-specific CSS and HTML content.
  • sample.ts - Sample-specific GPT code, written in TypeScript.
  • README.md - Sample-specific usage instructions.
  • <sample>.json - Sample-specific metadata (title, description, etc.)

src/ contains the code necessary to transform templates into complete samples.

test/ contains tests for src/.

Development

Build

  1. npm i - Install dependencies.
  2. npm run build - Build all targets and update dist/ folder.

Test

  1. npm run test - Run all tests.

Contributing

Pull requests are welcome! Please sign this Google Code contributor agreement before submitting.

About

Google Publisher Tag (GPT) code samples.

https://developers.google.com/publisher-tag/samples

License:Apache License 2.0


Languages

Language:TypeScript 95.9%Language:Nunjucks 4.1%