Skip to content

Google Tag Manager snippet template helper for Django.

License

Notifications You must be signed in to change notification settings

thecut/thecut-googletagmanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

=======================
thecut.googletagmanager
=======================

Google Tag Manager snippet template helper.


Add the ``thecut.googletagmanager`` to the project's ``INSTALLED_APPS``
setting::

    INSTALLED_APPS = (
        ...
        'thecut.googletagmanager',
    )


Add the tag manager snippet template tag just after the ``<body>`` element in
your base template::

    {% block googletagmanager %}
        {% load googletagmanager %}
        {% googletagmanager_snippet %}
    {% endblock %}

About

Google Tag Manager snippet template helper for Django.

Resources

License

Stars

Watchers

Forks

Packages

No packages published