Class SearchTargetingOptionsRequest
Request message for SearchTargetingOptions.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class SearchTargetingOptionsRequest : IDirectResponseSchema
Properties
AdvertiserId
Required. The Advertiser this request is being made in the context of.
Declaration
[JsonProperty("advertiserId")]
public virtual long? AdvertiserId { get; set; }
Property Value
Type | Description |
---|---|
long? |
BusinessChainSearchTerms
Search terms for Business Chain targeting options. Can only be used when targeting_type is
TARGETING_TYPE_BUSINESS_CHAIN
.
Declaration
[JsonProperty("businessChainSearchTerms")]
public virtual BusinessChainSearchTerms BusinessChainSearchTerms { get; set; }
Property Value
Type | Description |
---|---|
BusinessChainSearchTerms |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GeoRegionSearchTerms
Search terms for geo region targeting options. Can only be used when targeting_type is
TARGETING_TYPE_GEO_REGION
.
Declaration
[JsonProperty("geoRegionSearchTerms")]
public virtual GeoRegionSearchTerms GeoRegionSearchTerms { get; set; }
Property Value
Type | Description |
---|---|
GeoRegionSearchTerms |
PageSize
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.
Declaration
[JsonProperty("pageSize")]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
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.
Declaration
[JsonProperty("pageToken")]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
PoiSearchTerms
Search terms for POI targeting options. Can only be used when targeting_type is TARGETING_TYPE_POI
.
Declaration
[JsonProperty("poiSearchTerms")]
public virtual PoiSearchTerms PoiSearchTerms { get; set; }
Property Value
Type | Description |
---|---|
PoiSearchTerms |