1.0.5 • Published 4 years ago

@bavix/cozy-house-kit v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

How to use?

Initialize:

window.cozyHouse.setApiUrl('{your cozy-server}')
window.cozyHouse.setToken('{your token}')

Send event

window.cozyHouse.push(
  'main', // category name
  'product buy', // event name
  'Apple iPhone 11 Pro 256GB Gold', // event label
  {
    price: 990,
    currency: 'dollar',
    itemId: 410143,
  } 
)
1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago