0.1.13 • Published 6 years ago

vgs-delivery v0.1.13

Weekly downloads
1
License
MIT
Repository
-
Last release
6 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

6 years ago

0.1.13

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago