Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesListPlannableUserInterestsRequest

Request message for ReachPlanService.ListPlannableUserInterests.

Inheritance
object
GoogleAdsSearchads360V23ServicesListPlannableUserInterestsRequest
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.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesListPlannableUserInterestsRequest : IDirectResponseSchema

Properties

CustomerId

Required. The ID of the customer.

Declaration
[JsonProperty("customerId")]
public virtual string CustomerId { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NameQuery

A filter by user interest name. If set, only user interests with a name containing the literal string (case insensitive) in the filter will be returned. Maximum length is 200 characters.

Declaration
[JsonProperty("nameQuery")]
public virtual string NameQuery { get; set; }
Property Value
Type Description
string

PathQuery

A filter by user interest path. If set, only user interests with a path containing the literal string (case insensitive) in the filter will be returned. Maximum length is 200 characters.

Declaration
[JsonProperty("pathQuery")]
public virtual string PathQuery { get; set; }
Property Value
Type Description
string

ReachApplicationInfo

Optional. Additional information on the application issuing the request.

Declaration
[JsonProperty("reachApplicationInfo")]
public virtual GoogleAdsSearchads360V23CommonAdditionalApplicationInfo ReachApplicationInfo { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonAdditionalApplicationInfo

UserInterestTaxonomyTypes

Optional. A filter by user interest type. If set, only user interests with a type listed in the filter will be returned. If not set, user interests of all supported types will be returned. Supported user interest types are AFFINITY and IN_MARKET. Each type must be specified at most once.

Declaration
[JsonProperty("userInterestTaxonomyTypes")]
public virtual IList<string> UserInterestTaxonomyTypes { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX