Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scandipwa/gtm-graphql

GTM frontend extension and GraphQL support for ScandiPWA
https://github.com/scandipwa/gtm-graphql

Last synced: 14 days ago
JSON representation

GTM frontend extension and GraphQL support for ScandiPWA

Awesome Lists containing this project

README

        

# GTM extension for ScandiPWA

**Heads up!** This extension installation will only make you halfway to success. Supplementing it with a [GTM extension front-end](https://github.com/scandipwa/gtm-fe) is a **must**

This endpoint allows to get GTM fields from Admin.

```graphql
query {
getGtm {
enabled
gtm_id
}
}
```