/gtm-graphql

GTM frontend extension and GraphQL support for ScandiPWA

Primary LanguagePHPOpen Software License 3.0OSL-3.0

GTM extension for ScandiPWA

Heads up! This extension installation will only make you halfway to success. Supplementing it with a GTM extension front-end is a must

This endpoint allows to get GTM fields from Admin.

query {
    getGtm {
        enabled
        gtm_id
    }
}