Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit 8288a3c

Browse files
author
Sohee Lee
committed
docs: insert GA guide
1 parent 09e71c0 commit 8288a3c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
[![code with hearth by NHN ent.](https://img.shields.io/badge/%3C%2F%3E%20with%20%E2%99%A5%20by-NHN%20Ent.-brightgreen.svg)](https://github.com/nhnent)
1111

1212
## 🚩 Table of Contents
13+
* [Collect statistics on the use of open source](#collect-statistics-on-the-use-of-open-source)
1314
* [Install](#-install)
1415
* [Using npm](#using-npm)
1516
* [Via Contents Delivery Network (CDN)](#via-contents-delivery-network-cdn)
@@ -28,7 +29,12 @@
2829
* [Contributing](#-contributing)
2930
* [License](#-license)
3031

32+
## Collect statistics on the use of open source
3133

34+
Vue Wrapper of TOAST UI Editor applies Google Analytics (GA) to collect statistics on the use of open source, in order to identify how widely TOAST UI Editor is used throughout the world. It also serves as important index to determine the future course of projects. location.hostname (e.g. > “ui.toast.com") is to be collected and the sole purpose is nothing but to measure statistics on the usage. To disable GA, include tui-code-snippet.js and then immediately write the options as follows:
35+
```js
36+
tui.usageStatistics = false;
37+
```
3238

3339
## 💾 Install
3440

0 commit comments

Comments
 (0)