Show / Hide Table of Contents

Class SearchTargetingOptionsRequest

Request message for SearchTargetingOptions.

Inheritance
object
SearchTargetingOptionsRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX