YoutubeAssetAssociationLocationAssetFilter
import type { YoutubeAssetAssociationLocationAssetFilter } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";An asset filter that matches eligible location assets for serving.
interface YoutubeAssetAssociationLocationAssetFilter {
readonly assetSetId?: bigint;
locationMatchingFunction?: YoutubeAssetAssociationLocationAssetFilterLocationMatchingFunction;
locationMatchingType?:
} | "LOCATION_MATCHING_TYPE_UNSPECIFIED"
| "SELECT_ALL"
| "FILTER"
| "SELECTED_ASSETS"
| "DISABLED";
§Properties
§
readonly assetSetId?: bigint
[src]Output only. The ID of the asset set that matches the location assets eligible for serving.
§
locationMatchingFunction?: YoutubeAssetAssociationLocationAssetFilterLocationMatchingFunction
[src]Optional. The matching function that determines how the location asset
filter matches location assets. This field is required and can only be set
for if location_matching_type is FILTER or SELECTED_ASSETS.