droptica / ga_disable
一个Drupal 8模块,提供从Google Analytics退出的选项。
v1.0-rc7
2020-01-21 08:13 UTC
This package is auto-updated.
Last update: 2024-09-20 16:31:55 UTC
README
开发人员
此Drupal 8模块允许您在以下条件下退出Google Analytics
- 设置了
analytics_disable
cookie。前往/ga_disable/set_cookie
设置会话cookie。前往/ga_disable/remove_cookie
删除它。
安装
- 在控制台中运行
composer require droptica/ga_disable
。 - 在
admin/modules
页面启用GA Disable
模块。 - 在Drupal顶部菜单中转到
配置 > 开发 > GA Disable
并输入要阻止的Google Analytics ID。 - 保存更改并清除所有缓存。