1.1.1 • Published 2 years ago

atv-create-som-url v1.1.1

Weekly downloads
-
License
unlicensed
Repository
-
Last release
2 years ago

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'
}