{ "info": { "author": "Jason Christa", "author_email": "jason@zeitcode.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "License :: OSI Approved :: BSD License", "Programming Language :: Python" ], "description": "Django Google Analytics\n=======================\n\nDjango Google Analytics provides a template tag for inserting the tracking code to provide [Google Analytics](http://www.google.com/analytics/) data.\n\nInstallation\n------------\n\nRun `pip install django-google-analytics`\n\nAdd `google_analytics` to your `INSTALLED_APPS` setting:\n\n```python\nINSTALLED_APPS = (\n ...\n 'google_analytics',\n)\n```\n\nTemplate Tags\n-------------\n\n###google_analytics\nInserts the Google Analytics' tracking code in your template. Takes the tracking code as an argument.\n\n```html\n{% load analytics %}\n\n
\nMy site's content.
\n {% google_analytics 'UA-XXXXXXX-XX' %}\n \n\n```", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/nextscreenlabs/django-google-analytics", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-google-urchin", "package_url": "https://pypi.org/project/django-google-urchin/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-google-urchin/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/nextscreenlabs/django-google-analytics" }, "release_url": "https://pypi.org/project/django-google-urchin/0.1a1/", "requires_dist": null, "requires_python": null, "summary": "Provides a Django template tag to insert the Google Analytics tracking code.", "version": "0.1a1" }, "last_serial": 789768, "releases": { "0.1a1": [ { "comment_text": "", "digests": { "md5": "bd2a9327333fc30e16c955c3c187e527", "sha256": "a0397216dfb9331f6450106c23f95e09a1116f88a3daae7b20599de21147d57d" }, "downloads": -1, "filename": "django-google-urchin-0.1a1.zip", "has_sig": false, "md5_digest": "bd2a9327333fc30e16c955c3c187e527", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7046, "upload_time": "2012-11-02T22:54:52", "url": "https://files.pythonhosted.org/packages/60/27/6cd4aebd103ddb7e6d912d7b79b7e5871c6eedf5f2f8858de3aace44e61d/django-google-urchin-0.1a1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bd2a9327333fc30e16c955c3c187e527", "sha256": "a0397216dfb9331f6450106c23f95e09a1116f88a3daae7b20599de21147d57d" }, "downloads": -1, "filename": "django-google-urchin-0.1a1.zip", "has_sig": false, "md5_digest": "bd2a9327333fc30e16c955c3c187e527", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7046, "upload_time": "2012-11-02T22:54:52", "url": "https://files.pythonhosted.org/packages/60/27/6cd4aebd103ddb7e6d912d7b79b7e5871c6eedf5f2f8858de3aace44e61d/django-google-urchin-0.1a1.zip" } ] }