{"id":26790199,"url":"https://github.com/collective-kotti/kotti_google_analytics","last_synced_at":"2026-04-29T17:41:02.945Z","repository":{"id":62574613,"uuid":"61429738","full_name":"Collective-Kotti/kotti_google_analytics","owner":"Collective-Kotti","description":"Google Analytics for kotti","archived":false,"fork":false,"pushed_at":"2017-06-09T12:05:50.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T00:41:01.824Z","etag":null,"topics":["cms","kotti","pyramid","python","sqlalchemy"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Collective-Kotti.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-06-18T11:09:08.000Z","updated_at":"2020-04-13T02:34:29.000Z","dependencies_parsed_at":"2022-11-03T18:40:17.758Z","dependency_job_id":null,"html_url":"https://github.com/Collective-Kotti/kotti_google_analytics","commit_stats":null,"previous_names":["b4oshany/kotti_google_analytics"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collective-Kotti%2Fkotti_google_analytics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collective-Kotti%2Fkotti_google_analytics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collective-Kotti%2Fkotti_google_analytics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Collective-Kotti%2Fkotti_google_analytics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Collective-Kotti","download_url":"https://codeload.github.com/Collective-Kotti/kotti_google_analytics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246193252,"owners_count":20738452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cms","kotti","pyramid","python","sqlalchemy"],"created_at":"2025-03-29T14:18:55.032Z","updated_at":"2026-04-29T17:41:02.898Z","avatar_url":"https://github.com/Collective-Kotti.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"kotti_google_analytics\n************************\n\nThis extension allows Google Analytics to Kotti, in order to track users and sessions on your site.\nIn addition, it adds Google Analytics Visualizations for reporting by using\n`Google Analytics Embed API`_.\n\nExample of Google Analytics Visualization:\n--------------------------------------------\n\n.. image:: https://static.raymondcamden.com/images/wp-content/uploads/2015/07/shot11.png\n\nThis is an extension to Kotti that allows to add foo to your site.\n\n|pypi|_\n|downloads_month|_\n|license|_\n|build_status_stable|_\n\n\n.. _Google Analytics Embed API: https://ga-dev-tools.appspot.com/\n\n.. |pypi| image:: https://img.shields.io/pypi/v/kotti_google_analytics.svg?style=flat-square\n.. _pypi: https://pypi.python.org/pypi/kotti_google_analytics/\n\n.. |downloads_month| image:: https://img.shields.io/pypi/dm/kotti_google_analytics.svg?style=flat-square\n.. _downloads_month: https://pypi.python.org/pypi/kotti_google_analytics/\n\n.. |license| image:: https://img.shields.io/pypi/l/kotti_google_analytics.svg?style=flat-square\n.. _license: http://www.repoze.org/LICENSE.txt\n\n.. |build_status_stable| image:: https://img.shields.io/travis/b4oshany/kotti_google_analytics/production.svg?style=flat-square\n.. _build_status_stable: http://travis-ci.org/b4oshany/kotti_google_analytics\n\n`Find out more about Kotti`_\n\nDevelopment happens at https://github.com/b4oshany/kotti_google_analytics\n\n.. _Find out more about Kotti: http://pypi.python.org/pypi/Kotti\n\nSetup\n=====\n\n\nTo enable the extension in your Kotti site, activate the configurator::\n\n    kotti.configurators =\n\t    kotti_controlpanel.kotti_configure\n        kotti_google_analytics.kotti_configure\n        \n    kotti_google_analytics.tracking_id = track_id_here\n\n\nDatabase upgrade\n================\n\nIf you are upgrading from a previous version you might have to migrate your\ndatabase.  The migration is performed with `alembic`_ and Kotti's console script\n``kotti-migrate``. To migrate, run\n``kotti-migrate upgrade --scripts=kotti_google_analytics:alembic``.\n\nFor integration of alembic in your environment please refer to the\n`alembic documentation`_. If you have problems with the upgrade,\nplease create a new issue in the `tracker`_.\n\nDevelopment\n===========\n\n|build_status_master|_\n\n.. |build_status_master| image:: https://img.shields.io/travis/b4oshany/kotti_google_analytics/master.svg?style=flat-square\n.. _build_status_master: http://travis-ci.org/b4oshany/kotti_google_analytics\n\nContributions to kotti_google_analytics are highly welcome.\nJust clone its `Github repository`_ and submit your contributions as pull requests.\n\n.. _alembic: http://pypi.python.org/pypi/alembic\n.. _alembic documentation: http://alembic.readthedocs.org/en/latest/index.html\n.. _tracker: https://github.com/b4oshany/kotti_google_analytics/issues\n.. _Github repository: https://github.com/b4oshany/kotti_google_analytics\n\nKnown Issues\n==============\n\nPip can't install googleanalystics 0.22.3::\n\n   pip install https://github.com/b4oshany/google-analytics/tarball/master#egg=googleanalytics-0.22.3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollective-kotti%2Fkotti_google_analytics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcollective-kotti%2Fkotti_google_analytics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcollective-kotti%2Fkotti_google_analytics/lists"}