Show / Hide Table of Contents

Class IntegralAdScience

Details of Integral Ad Science settings.

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

Properties

CustomSegmentId

The custom segment ID provided by Integral Ad Science. The ID must be between 1000001 and 1999999, inclusive.

Declaration
[JsonProperty("customSegmentId")]
public virtual IList<long?> CustomSegmentId { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.Nullable<System.Int64>>

DisplayViewability

Display Viewability section (applicable to display line items only).

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

ETag

The ETag of the item.

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

ExcludedAdFraudRisk

Ad Fraud settings.

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

ExcludedAdultRisk

Brand Safety - Adult content.

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

ExcludedAlcoholRisk

Brand Safety - Alcohol.

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

ExcludedDrugsRisk

Brand Safety - Drugs.

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

ExcludedGamblingRisk

Brand Safety - Gambling.

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

ExcludedHateSpeechRisk

Brand Safety - Hate speech.

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

ExcludedIllegalDownloadsRisk

Brand Safety - Illegal downloads.

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

ExcludedOffensiveLanguageRisk

Brand Safety - Offensive language.

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

ExcludedViolenceRisk

Brand Safety - Violence.

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

ExcludeUnrateable

Brand Safety - Unrateable.

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

TraqScoreOption

True advertising quality (applicable to Display line items only).

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

VideoViewability

Video Viewability Section (applicable to video line items only).

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

Implements

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