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

Grav+GAnalytics

Solved by pamtbaau View solution

Started by Dmitry 5 years ago · 2 replies · 499 views
5 years ago

Hello. Could someone explain HOW TO connect GAnalytics in simpliest way?
No luck with plugins.
Telegram @emptty0

5 years ago

Just insert google code into HEADER section in this file
/user/themes/THEME/templates/partials/base.html.twig

👍 1
5 years ago Solution

@emptty0, That is indeed the most simple way.

To add a bit more flexibility you might consider adding test and production GA ID's in different config files, eg. /user/config/ganalytics.yaml containing the test Id and /user/env/mydomain.com/config/ganalytics.yaml containing the production Id.

HTML
// /user/config/ganalytics.yaml  -> Contains default setting
script: '<script>script with test key</script>'

// /user/env/mydomain.com/config/ganalytics.yaml
script: '<script>script with production key</script>'

And in /user/themes/your-theme/templates/partials/base.html.twig:

TWIG
{{ config.ganalytics.script | raw }}

Grav will automatically switch between config files depending on the domain.

👍 2

Suggested topics

Topic Participants Replies Views Activity
Plugins · by Rene, 1 week ago
2 80 1 week ago
Plugins · by Xavier, 4 weeks ago
2 84 4 weeks ago
Plugins · by Luka Prinčič, 7 years ago
3 1210 1 month ago
Plugins · by Sebastian van de Meer, 1 month ago
1 77 1 month ago
Plugins · by PIERROT Alain, 2 months ago
3 103 2 months ago