Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreativeRestrictions

import type { CreativeRestrictions } from "https://googleapis.deno.dev/v1/adexchangebuyer2:v2beta1.ts";

Represents creative restrictions associated to Programmatic Guaranteed/ Preferred Deal in Ad Manager. This doesn't apply to Private Auction and AdX Preferred Deals.

interface CreativeRestrictions {
creativeFormat?: "CREATIVE_FORMAT_UNSPECIFIED" | "DISPLAY" | "VIDEO";
creativeSpecifications?: CreativeSpecification[];
skippableAdType?:
| "SKIPPABLE_AD_TYPE_UNSPECIFIED"
| "SKIPPABLE"
| "INSTREAM_SELECT"
| "NOT_SKIPPABLE";
}

§Properties

§
creativeFormat?: "CREATIVE_FORMAT_UNSPECIFIED" | "DISPLAY" | "VIDEO"
[src]

The format of the environment that the creatives will be displayed in.

§
creativeSpecifications?: CreativeSpecification[]
[src]
§
skippableAdType?: "SKIPPABLE_AD_TYPE_UNSPECIFIED" | "SKIPPABLE" | "INSTREAM_SELECT" | "NOT_SKIPPABLE"
[src]

Skippable video ads allow viewers to skip ads after 5 seconds.