0.1.13 • Published 4 years ago

vgs-delivery v0.1.13

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

Install

npm i vgs-delivery

Usage

import deliver from 'vgs-delivery'

const props = {
    keeperUrl: '...url...',
    analyticsData: { key: 'value' },
    imgUrls: ['...img_url...', '...another_img_url...'],
}

const deliverAnalytics = () => deliver(props)

Available props

optional props:

  • keeperUrl - keeper endpoint
  • analyticsData - keeper data to send
  • imgUrls - array of images with queryParams as data to track (e.g. https://www.images.com/img?id=1&trackerId=2 )
  • requestTimeout - the number of milliseconds before the request times out
  • repeatInterval - the number of milliseconds before other set of requests started
  • repeat - the number to repeat requests
0.1.12

4 years ago

0.1.13

4 years ago

0.1.11

4 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago