django-google-tools

Google Analytics for Django Projects
Download

django-google-tools Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Orne Brocaar
  • Publisher web site:
  • http://brocaar.com

django-google-tools Tags


django-google-tools Description

django-google-tools is a simple Django app to using Google Analytics in your project and tying different GA tags to different sites.Installation1. Add googletools to your INSTALLED_APPS2. Run ./manage.py migrate (or ./manage.py syncdb if you do not make use of South)ManagementGo to the admin interface. When correctly installed, you will find the Googletools app. Here you can manage your Google Analytics and Site Verification codes.TemplatetagsIn order to use the googletools in your templates you'll have to load the templatetags.{% load googletools %}Google AnalyticsUse {% analytics_code %} for inserting your Analytics code. This will return an empty string when no code is setup for the current site.Google Site VerificationUse {% site_verification_code %} for inserting your site verification code. This will return an empty string when no code is setup for the current site.Product's homepage


django-google-tools Related Software