L
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');
Try pasting here: /studio/designer.php?page=injections
thanks a lot
C
Did This work? maybe I am missing something here but what's the page=injections part, I don't see that in that file.
M
yoursite-com/studio/designer.php?page=injections
Put the analytics in the body injection section.
Thank you, Now it makes sense.
Try pasting here: /studio/designer.php?page=injections
L
thanks a lot
C
Did This work? maybe I am missing something here but what's the page=injections part, I don't see that in that file.
M
yoursite-com/studio/designer.php?page=injections
Put the analytics in the body injection section.
C
Thank you, Now it makes sense.