├── .gitattributes ├── LICENSE ├── metadata.yaml ├── readme.md └── template.tpl /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZordnajelA/GTAG-GA4-custom-tag-builder/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZordnajelA/GTAG-GA4-custom-tag-builder/HEAD/LICENSE -------------------------------------------------------------------------------- /metadata.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZordnajelA/GTAG-GA4-custom-tag-builder/HEAD/metadata.yaml -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZordnajelA/GTAG-GA4-custom-tag-builder/HEAD/readme.md -------------------------------------------------------------------------------- /template.tpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZordnajelA/GTAG-GA4-custom-tag-builder/HEAD/template.tpl --------------------------------------------------------------------------------