idx-ctv-web-sdk
v0.0.2
Published
IDX DMP CTV SDK
Downloads
1
Readme
idx-ctv-web-sdk
A simple sdk for calculating users audiences
Installation
npm install idx-ctv-web-sdk
Usage
import { IdxCTVClass } from 'idx-ctv-web-sdk'
const implementationExample = async () => {
const idxCtvSdk = new IdxCTVClass({ appName: 'My app', providerId: 'My DMP provider id' })
await idxCtvSdk.sendPageViewEvent({
url: 'some url',
title: 'some text',
domain: 'some text',
author: 'some text',
category: 'some text',
description: 'some text',
tags: ['tag1', 'tag2'],
})
const definitions = idxCtvSdk.getDefinitionIds()
}
License
MIT