Note that there are some explanatory texts on larger screens.

plurals
  1. POConfirm if google analytics is well implemented
    primarykey
    data
    text
    <p><strong>Intro:</strong> I'm having a problem implementing google analytics in a website that is not mine and would like to correctly implement it and confirm without the need of waiting several hours untill google checks my website again.</p> <p><strong>Main problem:</strong> I copy pasted the script code to every page on the website (all html) but google isn't detecting it. I suspect the problem is in the first index.html on the root of the website but for now I must have it there so please don't tell me I have to remove this file. That is not the question.</p> <p><strong>Code of index.html:</strong></p> <pre><code>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"&gt; &lt;html&gt; &lt;head&gt; &lt;script&gt; &lt;!-- GOOGLE ANALYTICS PASTED CODE IS HERE --&gt; &lt;/script&gt; &lt;!-- TITLE AND METADATA ARE HERE BUT NOT RELEVANT --&gt; &lt;meta http-equiv="REFRESH" content="0;url=http://www.FAKEDOMAIN.com/Site/index.html"&gt; &lt;/head&gt; &lt;body&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p><strong>Extra info:</strong> Google control not installed because it says it doesn't detectes the code on initial page. I think it is because the script might not be tottaly executed and then the page refreshs to another link and google will just consider that the script isn't installed on the initial page because the script wasn't tottaly run. Is there a way I can force the full execution before redirecting? Then a way to confirm with alerts if the data is being collected properly so that I am sure it is just a matter of time before google analytics control is properly installed?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload