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

ProductFeedData

import type { ProductFeedData } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

The details of product feed.

interface ProductFeedData {
isFeedDisabled?: boolean;
productMatchDimensions?: ProductMatchDimension[];
productMatchType?:
| "PRODUCT_MATCH_TYPE_UNSPECIFIED"
| "PRODUCT_MATCH_TYPE_ALL_PRODUCTS"
| "PRODUCT_MATCH_TYPE_SPECIFIC_PRODUCTS"
| "PRODUCT_MATCH_TYPE_CUSTOM_LABEL";
}

§Properties

§
isFeedDisabled?: boolean
[src]

Whether the product feed has opted-out of showing products.

§
productMatchDimensions?: ProductMatchDimension[]
[src]

A list of dimensions used to match products.

§
productMatchType?: "PRODUCT_MATCH_TYPE_UNSPECIFIED" | "PRODUCT_MATCH_TYPE_ALL_PRODUCTS" | "PRODUCT_MATCH_TYPE_SPECIFIC_PRODUCTS" | "PRODUCT_MATCH_TYPE_CUSTOM_LABEL"
[src]

How products are selected by the product feed.