Is it possible to set a custom domain #1
-
Like in this example https://developers.google.com/tag-platform/tag-manager/server-side/custom-domain?option=same-origin |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
What I believe you could do is to copy paste the script to Change the domain on your own one, and during setup disable
don't forget to replace the |
Beta Was this translation helpful? Give feedback.
-
Brilliant! Thank you that was it. |
Beta Was this translation helpful? Give feedback.
What I believe you could do is to copy paste the script to
wwwroot
:https://github.com/ScarletKuro/Blazor.GoogleTagManager/blob/main/src/Blazor.GoogleTagManager/wwwroot/GoogleTagManager.js
Change the domain on your own one, and during setup disable
ImportJsAutomatically
and import your own script manually:don't forget to replace the
you_assembly_name
with your project name.