Show / Hide Table of Contents

Class PlannableUserInterest

A plannable user interest used for targeting.

Inheritance
object
PlannableUserInterest
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.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class PlannableUserInterest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

UserInterest

Output only. The identifier for the user interest. The product_category specified in the request dictates the field populated in the object. * user_interest_category is populated for "Youtube". * user_interest_user_list is populated for "Open Auction".

Declaration
[JsonProperty("userInterest")]
public virtual UserInterest UserInterest { get; set; }
Property Value
Type Description
UserInterest

UserInterestDisplayName

Output only. The display name of the interest, for example "Outdoor Enthusiasts".

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

UserInterestPath

Output only. The category path of the interest.

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

UserInterestType

Output only. The type of audience, e.g., "AFFINITY", "IN_MARKET".

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX