SearchTargetingOptionsRequest
import type { SearchTargetingOptionsRequest } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Request message for SearchTargetingOptions.
§Properties
Search terms for Business Chain targeting options. Can only be used when
targeting_type is TARGETING_TYPE_BUSINESS_CHAIN
.
Search terms for geo region targeting options. Can only be used when
targeting_type is TARGETING_TYPE_GEO_REGION
.
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.
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.
Search terms for POI targeting options. Can only be used when
targeting_type is TARGETING_TYPE_POI
.