-
I installed Google Site Kit on my mishaminoff.com WordPress blog.
I can see limited traffic data in my Search Console.
The next step was for me to connect Analytics. While the plugin says it’s all connected correctly, I don’t see any traffic shown in the plugin and when I go to the Analytics standalone site it says there is not tag on my site.
I went the manual route and created a Hook in my Elements menu and pasted in the Google code, used ‘head’ section and ‘Entire Site’ and loaded it. But back in Analytics it still tells me the tag isn’t in place.
Any ideas please?
-
used ‘head’ section and ‘Entire Site’ and loaded it
Do you mean
wp_head
hook? if so, it’s the correct hook.I do see some Google related codes in your site’s head area:
https://app.screencast.com/5KUKRl13WUj9r
https://app.screencast.com/LHVjeBZpmFOkb
https://app.screencast.com/fKt6kBGUFQaIa -
Thank you. Where can I edit one of the pieces of code you sent, please? A tag ID is wrong.
Or can I use another hook and load the correct code?
-
Alvind
Hi there,
It is under Appearance > Elements. There are two related elements there: Analytics and Google HTML Tag. The other one is added by the Site Kit plugin.
It is better to edit the existing code to avoid unnecessary code being left on your site.
- You must be logged in to reply to this topic.