For getting the right information and make educated decisions we also need Google analytics data.
Is there an add-on or script that makes this possible?Regards,
Ronald
Since it is a Javascript code, then you can simply put it under “Client Scripts” → “Global” → “Pages with header/footer” → “Global Code”. Read “Server Events and Client Scripts” in the help file.
Is this still accurate?
I pasted the code provided by Google Analytics (without the tags) into the “global code” as indicated, but Google still reports that the tracking code is not installed.
I’d like to know if this is accurate as well.
The requirement for the code is put the JavaScript code before the . So, either you put it in Global Code or use ew_AddClientScript() to add JavaScript code in Page_Head server event. See Server event and Client script in help file.Also, The tracking status check can take a few hours up to 36hrs (and some platforms it can even take up to 72hrs). You may check it later.
I have my google script as well, i pasted it on global code but I got a token error.
This is my code. Thanks
Ok it works now, I copy the script code to Global >Page_Head.