Replies: 2 comments 1 reply
-
Yes you can,
That's all that needs to be done, just your GTM ID and setting gtmconnected to true.
Kind regards,
Vincent Vu
Founder and Director
M. 0402 626 800<tel:0402626800>
W. rubixstudios.com.au<https://www.rubixstudios.com.au?utm_source=email&utm_medium=signature>
LinkedIn: @***@***.***/>
Schedule a time with me here.<https://cal.com/rubixstudios/vincent>
[Rubix Studios]
Rubix Studios
Brands | Stills | Motion | Marketing | Websites
This email and any attachments are proprietary and confidential and are intended solely for the use of the individual it addresses. Any views or opinions expressed are solely those of the author and do not necessarily reflect or represent those of Rubix Studios Pty. Ltd. If you have received this email in error, please let us know immediately by replying to this email and delete it from your system. You may not use, disseminate, distribute or copy this message nor disclose its contents to anyone.
Rubix Studios Pty. Ltd. (ACN 668992489)
…________________________________
From: KKK12142 ***@***.***>
Sent: Wednesday, 5 February 2025 04:10
To: rubixvi/rubix-documents ***@***.***>
Cc: Subscribed ***@***.***>
Subject: [rubixvi/rubix-documents] google tag manager issue (Discussion #67)
Can I use Google Tag Manager by simply adding
export const gtm = "GTM-5XXP8386"
export const gtmconnected = true
to setting.ts? I have already created a Google Tag Manager account. When I looked at the usage instructions, there were codes that needed to be added after the head and body tags. I added them according to the manual, but it still doesn't work. Why is this happening?
https://github.com/KKK12142/physicsblog/blob/main/app/layout.tsx
—
Reply to this email directly, view it on GitHub<#67>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BJAY4NB3RZOXIKT5SMNZKS32ODYAJAVCNFSM6AAAAABWPCU2I6VHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXHEYTMMBSGA>.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
KKK12142
-
With Google Tag Manager,
Usually its recommended that when you're injecting any other analytics they can all be loaded in scripts through GTM rather than needing to put additional third party codes into your site.
Kind regards,
Vincent Vu
Founder and Director
M. 0402 626 800<tel:0402626800>
W. rubixstudios.com.au<https://www.rubixstudios.com.au?utm_source=email&utm_medium=signature>
LinkedIn: @***@***.***/>
Schedule a time with me here.<https://cal.com/rubixstudios/vincent>
[Rubix Studios]
Rubix Studios
Brands | Stills | Motion | Marketing | Websites
This email and any attachments are proprietary and confidential and are intended solely for the use of the individual it addresses. Any views or opinions expressed are solely those of the author and do not necessarily reflect or represent those of Rubix Studios Pty. Ltd. If you have received this email in error, please let us know immediately by replying to this email and delete it from your system. You may not use, disseminate, distribute or copy this message nor disclose its contents to anyone.
Rubix Studios Pty. Ltd. (ACN 668992489)
…________________________________
From: KKK12142 ***@***.***>
Sent: Thursday, 6 February 2025 00:04
To: rubixvi/rubix-documents ***@***.***>
Cc: Vincent Vu ***@***.***>; Comment ***@***.***>
Subject: Re: [rubixvi/rubix-documents] google tag manager issue (Discussion #67)
I appreciate it. It was using the Google Tag Manager component, but it seems that the code I put in the body tag caused two conflicts and didn't work. I deleted everything else and only used the Google Tag Manager component, so it works normally
—
Reply to this email directly, view it on GitHub<#67 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BJAY4NCBEIRJ452VLRTU5MT2OID6JAVCNFSM6AAAAABWPCU2I6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMBWHEZTMNI>.
You are receiving this because you commented.Message ID: ***@***.***>
|
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.
-
Can I use Google Tag Manager by simply adding
export const gtm = "GTM-5XXP8386"
export const gtmconnected = true
to setting.ts? I have already created a Google Tag Manager account. When I looked at the usage instructions, there were codes that needed to be added after the head and body tags. I added them according to the manual, but it still doesn't work. Why is this happening?
https://github.com/KKK12142/physicsblog/blob/main/app/layout.tsx
Beta Was this translation helpful? Give feedback.
All reactions