Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/scandipwa/gtm-graphql
- Owner: scandipwa
- License: osl-3.0
- Created: 2020-06-18T15:28:11.000Z (over 4 years ago)
- Default Branch: 3.x
- Last Pushed: 2021-07-27T07:54:03.000Z (over 3 years ago)
- Last Synced: 2023-08-27T13:43:29.637Z (about 1 year ago)
- Language: PHP
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
}
}
```