Adds support for Google analytics to Lektor CMS
Project description
This plugin adds support for Google analytics to Lektor CMS.
Once the plugin is enabled, a generate_google_analytics() function is available to be included in target template which automatically include Google-Analytics code in final HTML files rendered by Lektor.
Basic Usage
Enabling the Plugin
To enable the plugin add this to your project file:
[packages]
lektor-google-analytics = 0.1
Configuring the Plugin
The plugin needs a config file with your Google analytics code in it.
Just create a file named google-analytics.ini into ./configs folder in your Lektor project’s base directory. And, put the GOOGLE_ANALYTICS_ID key with target property ID of form UA-XXXXXXXX-Y which you obtained from:
GOOGLE_ANALYTICS_ID = UA-XXXXXXXX-Y
Using in Templates
Now you can add a Google analytics code-snippet in your templates by just calling the generate_google_analytics function inside its <body> </body> tags.
<div class="ga-script">{{ generate_google_analytics() }}</div>
That’s it. All the HTML files that rendered from that template will include Google-Analytics code automatically.
Advanced
- You can use GOOGLE_ANALYTICS_PROPERTY property to include your
custom-built Google Analytics tracking code. In that case, your ./configs/google-analytics.ini will look like this:
GOOGLE_ANALYTICS_ID = UA-XXXXXXXX-Y
GOOGLE_ANALYTICS_PROPERTY = 'my custom code'
Don’t use this property unless you know what are you doing. By default, it is set to auto.
To go deeper than this, please refer to Google-Analytics documentation.
Copyright (c) 2015, Khaled Monsoor
All rights reserved.
Licensed under BSD license.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for lektor-google-analytics-0.1.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3a527bc854371f4ab1aab971749824148f5d9bd18284eaa0ee0eaf7be34009fb |
|
MD5 | da46ef73655bdefb0895e63e3d74e549 |
|
BLAKE2b-256 | 3aa3f3b3557a7a6e2fc6cb05d7e5ff73bf94d6f67a5ff7e32ec4471654d735e8 |
Hashes for lektor_google_analytics-0.1.3-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 48535eb12baecd0826012b25feae5d54ffe791988115c30c663b95abe910de6a |
|
MD5 | 2e855c08fad13a71ea764d4c4fdf945f |
|
BLAKE2b-256 | a54f9ed946e6539ab1874285b27698695ae1238e3438a298f445aa3d6989c2ac |