Django app for Google Tag Manager
Project description
Google Tag Manager App
-----
Simple app that intends to simplify GTM configuration and allows to add named
settings for different containers.
Google Tag Manager https://tagmanager.google.com
Usage
===
1. Do migrations
2. Open GTM settings in the admin page
3. Set value for Default GTM Settings
4. Add named GTM Settings
5. Use default or named GTM settings whenever you need in your templates.
Examples
===
1. Custom code
```
{% gtm "GTM-FNHEHD" %}
{% gtm_head "GTM-FNHEHD" %}
{% gtm_body "GTM-FNHEHD" %}
```
2. Default value
```
{% gtm %}
{% gtm_head %}
{% gtm_body %}
```
3. Named settigns
```
{% gtm name="name1" %}
{% gtm_head name="name1" %}
{% gtm_body name="name1" %}
```
-----
Simple app that intends to simplify GTM configuration and allows to add named
settings for different containers.
Google Tag Manager https://tagmanager.google.com
Usage
===
1. Do migrations
2. Open GTM settings in the admin page
3. Set value for Default GTM Settings
4. Add named GTM Settings
5. Use default or named GTM settings whenever you need in your templates.
Examples
===
1. Custom code
```
{% gtm "GTM-FNHEHD" %}
{% gtm_head "GTM-FNHEHD" %}
{% gtm_body "GTM-FNHEHD" %}
```
2. Default value
```
{% gtm %}
{% gtm_head %}
{% gtm_body %}
```
3. Named settigns
```
{% gtm name="name1" %}
{% gtm_head name="name1" %}
{% gtm_body name="name1" %}
```
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_gtm-0.1-py3-none-any.whl.
File metadata
- Download URL: django_gtm-0.1-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
276f4edd92b8ad2fc6fd86e9c6661bd5daada77c54107f72b61bf80800f7a5a5
|
|
| MD5 |
c5ab347dd8ed079e84e2fc2d43305d18
|
|
| BLAKE2b-256 |
3196e30168dd7bb85e5cab0a5117eb770cf3faa37ddd942161540871dc6d1b19
|