wejs / we-plugin-google-analytics

We.js google analytcs integration plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

We.js google analytics plugin

This plugin add suport to google analytics in your we.js project wwith view plugin

Features

This plugin will add google analytcs tag in we-html-body-end template event

Installation

ẁe i we-plugin-google-analytics

Configuration

With static config:

 GA: {
    id: [your google analytics ID],
    env: {
      prod: true,
      dev: false,
      test: false
    }
  }

With database system settings:

Set googleAnalyticsID system settings

License

Under the MIT license.

About

We.js google analytcs integration plugin


Languages

Language:JavaScript 100.0%