0.3.1 • Published 7 years ago

yuki-gta v0.3.1

Weekly downloads
9
License
MIT
Repository
github
Last release
7 years ago

yuki-gta

⛩ yuki-gta

Travis GitHub license Standard - JavaScript Style Guide

Install

$ npm i --save yuki-gta
# or
$ yarn add yuki-gta

Usage

import Gta from 'yuki-gta'

const gta = new Gta({
  google: 'UA-********-**',
  baidu: '*********'
})

gta.event({
  category: 'page',
  action: 'action',
  label: 'label',
  value: 1
})

gta.pageview('page')

API Documentations

Development

# install dependencies
$ npm i
# or
$ yarn

# dev
$ npm run dev

# test
$ npm run test

# lint
$ npm run lint

Contributing

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request 🍻

Author

yuki-gta © Limichange, Released under the MIT License.

0.3.1

7 years ago

0.3.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago