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

SearchTargetingOptionsRequest

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

Request message for SearchTargetingOptions.

interface SearchTargetingOptionsRequest {
advertiserId?: bigint;
businessChainSearchTerms?: BusinessChainSearchTerms;
geoRegionSearchTerms?: GeoRegionSearchTerms;
pageSize?: number;
pageToken?: string;
poiSearchTerms?: PoiSearchTerms;
}

§Properties

§
advertiserId?: bigint
[src]

Required. The Advertiser this request is being made in the context of.

§
businessChainSearchTerms?: BusinessChainSearchTerms
[src]

Search terms for Business Chain targeting options. Can only be used when targeting_type is TARGETING_TYPE_BUSINESS_CHAIN.

§
geoRegionSearchTerms?: GeoRegionSearchTerms
[src]

Search terms for geo region targeting options. Can only be used when targeting_type is TARGETING_TYPE_GEO_REGION.

§
pageSize?: number
[src]

Requested page size. Must be between 1 and 200. If unspecified will default to 100. Returns error code INVALID_ARGUMENT if an invalid value is specified.

§
pageToken?: string
[src]

A token identifying a page of results the server should return. Typically, this is the value of next_page_token returned from the previous call to SearchTargetingOptions method. If not specified, the first page of results will be returned.

§
poiSearchTerms?: PoiSearchTerms
[src]

Search terms for POI targeting options. Can only be used when targeting_type is TARGETING_TYPE_POI.