Use with pre-inited GTM #474
-
|
Is there a straightforward way to bypass the GTM script tag injection, so this could be used in Vue components in hybrid web apps where the script tag has already been rendered server-side? Of course we can just use |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Maybe explore the code a bit around here: https://github.com/gtm-support/core/blob/1ec51bc62fd192d49f18ad7a65535d19998a1705/src/gtm-support.ts#L96-L101 I think you could make use the of |
Beta Was this translation helpful? Give feedback.
Maybe explore the code a bit around here: https://github.com/gtm-support/core/blob/1ec51bc62fd192d49f18ad7a65535d19998a1705/src/gtm-support.ts#L96-L101
I think you could make use the of
enablefunction.