Show / Hide Table of Contents

Class AdvertiserTargetingConfig

Targeting settings related to ad serving of an advertiser.

Inheritance
System.Object
AdvertiserTargetingConfig
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 AdvertiserTargetingConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ExemptTvFromViewabilityTargeting

Whether or not connected TV devices are exempt from viewability targeting for all video line items under the advertiser.

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

Implements

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