atv-create-som-url
v1.1.1
Published
A temporary SOM url creator
Downloads
25
Readme
atv-create-som-url
This is a temporary solution for ATV to create various SQ (json-inline, ad-redirect) urls.
Usage
import { createJsonInlineUrl /* or/and createAdRedirectUrl, createAdInlineUrl */ } from 'atv-create-som-url';
const url = createJsonInlineUrl(taxonomyObject, options);
### Options
{
previewVast, // default = undefined,
showroom, // default = undefined,
isDebug, // default = false,
domain // default = 'atv.somquery.sqrt-5041.de'
}