├── .github └── workflows │ ├── cd.yml │ └── ci.yml ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── metadata.yaml └── template.tpl /.github/workflows/cd.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowplow/snowplow-gtm-server-side-client/HEAD/.github/workflows/cd.yml -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowplow/snowplow-gtm-server-side-client/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowplow/snowplow-gtm-server-side-client/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowplow/snowplow-gtm-server-side-client/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowplow/snowplow-gtm-server-side-client/HEAD/README.md -------------------------------------------------------------------------------- /metadata.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowplow/snowplow-gtm-server-side-client/HEAD/metadata.yaml -------------------------------------------------------------------------------- /template.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snowplow/snowplow-gtm-server-side-client/HEAD/template.tpl --------------------------------------------------------------------------------