How to add google analytics to my site?
How to add google analytics to my site?
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA- 21-1');
-
- · Yra
- ·
Try pasting here: /studio/designer.php?page=injections
-
-
Did This work? maybe I am missing something here but what's the page=injections part, I don't see that in that file.
-
Did This work? maybe I am missing something here but what's the page=injections part, I don't see that in that file.
yoursite-com/studio/designer.php?page=injections
Put the analytics in the body injection section.
-
Thank you, Now it makes sense.