Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Google Analytics tracking code for Deliver template

Started by Muut Archive 11 years ago · 7 replies · 516 views
11 years ago

Hi Guys, I've installed the Google analytics code into the user/themes/deliver/templates/partials/base.html.twig file in between {{ assets.js() }} and {% endblock head%}

Looking at the page source the tracking code is sitting where it should (just before the </head>) but it seems that Google Analytics isn't picking up the code...weird? Any ideas why this would be?

11 years ago

Do you have your website somewhere so we can check ? Sometimes it takes some time for google to pickup the code.

11 years ago

Ok.. everything appears to be fine. One thing you can try is replacing:

HTML
<script>

with

HTML
<script type="text/javascript">

in your analytics code.
But i don't think it's an issue. Also make sure that in your analytics date is set to Today. By default Google Analytics sets date for yesterday.
You can also check if Analytics collect data by going into Real-Time tab:
https://support.google.com/analytics/answer/1008083?hl=en

I don't think it's related to deliver anyways.. Mostly it's a configuration issue.

11 years ago

Ok cool....will test and let you know how it goes.

11 years ago

Ok....it seems like I just needed to be a little more patient with GA - seems to be all up and running now.

11 years ago

Just to add onto this post I noticed that when I updated the template version it's wiped out my analytics code.

So I've now added the code to the theme I've set up under user/themes/mytheme/templates/partials/base.html.twig using theme inheritance and that should solve the issue of future template updates.

Always helps to read the documentation!

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1329 9 years ago
Archive · by Muut Archive, 9 years ago
2 922 9 years ago
Archive · by Muut Archive, 9 years ago
2 4051 9 years ago
Archive · by Muut Archive, 9 years ago
1 2930 9 years ago
Archive · by Muut Archive, 9 years ago
3 1108 9 years ago