xini/silverstripe-googleanalytics 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

xini/silverstripe-googleanalytics

最新稳定版本:5.1.3

Composer 安装命令:

composer require xini/silverstripe-googleanalytics

包简介

Adds Google Analytics to the site using Gtag or Google Tag Manager.

README 文档

README

Overview

Adds Google Analytics to the site supporting:

  • Global Site Tag (gtag.js)
  • Google Tag Manager (GTM)

The module is derived from Shea's analytics module for multisites and supports single site, multisites and configured-multisites setups.

Requirements

  • Silverstripe CMS 5.x

Note: this version is compatible with Silverstripe 5. For Silverstripe 4, please see the 4.x release line. For Silverstripe 3, please see the 3.x release line.

Installation

Install the module using composer:

composer require innoweb/silverstripe-googleanalytics dev-master

Add <% include Innoweb/GoogleAnalytics/GoogleAnalyticsHead %> in the head and <% include Innoweb/GoogleAnalytics/GoogleAnalyticsBody %> right after the opening body tag in your main page template.

Then run dev/build.

Usage

All settings can be configured from the CMS.

In your SiteConfig (or the config of your Site when using multisites) you find a tab 'Google Analytics'. Select the analytics type you have setup for your GA account and add the ID. Done.

All GA code only gets inserted in live mode.

License

BSD 3-Clause License, see License

统计信息

  • 总下载量: 1.93k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 7
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 4
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-02-12