Show / Hide Table of Contents

Class TargetingExpansionConfig

Settings that control the targeting expansion of the line item. Targeting expansion allows the line item to reach a larger audience based on the original audience list and the targeting expansion level.

Inheritance
System.Object
TargetingExpansionConfig
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class TargetingExpansionConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExcludeFirstPartyAudience

Required. Whether to exclude first party audiences from targeting. Similar audiences of the excluded first party lists will not be excluded. Only applicable when a first-party audience is positively targeted (directly or included in a combined audience), otherwise this selection will be ignored.

Declaration
[JsonProperty("excludeFirstPartyAudience")]
public virtual bool? ExcludeFirstPartyAudience { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

TargetingExpansionLevel

Required. Magnitude of expansion for applicable targeting under this line item.

Declaration
[JsonProperty("targetingExpansionLevel")]
public virtual string TargetingExpansionLevel { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top