Show / Hide Table of Contents

Class TargetingExpansionConfig

Settings that control the optimized targeting settings of the line item.

Inheritance
object
TargetingExpansionConfig
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 TargetingExpansionConfig : IDirectResponseSchema

Properties

AudienceExpansionLevel

Output only. Magnitude of expansion for eligible first-party user lists under this ad group. This field only applies to YouTube and Partners line item and ad group resources.

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

AudienceExpansionSeedListExcluded

Output only. Whether to exclude seed list for audience expansion. This field only applies to YouTube and Partners line item and ad group resources.

Declaration
[JsonProperty("audienceExpansionSeedListExcluded")]
public virtual bool? AudienceExpansionSeedListExcluded { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

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

EnableOptimizedTargeting

Required. Whether to enable Optimized Targeting for the line item.

Declaration
[JsonProperty("enableOptimizedTargeting")]
public virtual bool? EnableOptimizedTargeting { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX