gatsby-plugin-google-tagmanager: Variable base url for gtm container - Interested in a PR? #32719
Unanswered
tackaberry
asked this question in
Ideas / Feature Requests
Replies: 3 comments
-
Definitely, how would you call the option? selfHostedOrigin? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Sure. I'll start with that. I had `baseUrl`. I'll tag you in the PR.
Brett Tackaberry
…On Fri, Aug 6, 2021 at 12:31 PM Ward Peeters ***@***.***> wrote:
Definitely, how would you call the option? selfHostedOrigin?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#32719 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAYQDOZRQWVBA4NLMJ36DG3T3QE6JANCNFSM5BV64ITA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
With the advent of Server Side Tagging, we have the ability to serve
gtm.js
from "self-hosted" tagging server.See: https://developers.google.com/tag-manager/serverside
And: https://developers.google.com/tag-manager/serverside/send-data#update_the_gtmjs_source_domain
Thus the base url, instead of
googletagmanager.com
could besst.example.com
oranalytics.example.com
.We have a working copy of the plugin that enables this. Are you interested in a PR to support this on the official package?
Beta Was this translation helpful? Give feedback.
All reactions