Show / Hide Table of Contents

Class IntegralAdScience

Details of Integral Ad Science settings.

Inheritance
object
IntegralAdScience
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.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.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 or 3000001 and 3999999, inclusive.

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

DisplayViewability

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

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

ETag

The ETag of the item.

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

ExcludeUnrateable

Brand Safety - Unrateable.

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

ExcludedAdFraudRisk

Ad Fraud settings.

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

ExcludedAdultRisk

Brand Safety - Adult content.

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

ExcludedAlcoholRisk

Brand Safety - Alcohol.

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

ExcludedDrugsRisk

Brand Safety - Drugs.

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

ExcludedGamblingRisk

Brand Safety - Gambling.

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

ExcludedHateSpeechRisk

Brand Safety - Hate speech.

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

ExcludedIllegalDownloadsRisk

Brand Safety - Illegal downloads.

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

ExcludedOffensiveLanguageRisk

Brand Safety - Offensive language.

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

ExcludedViolenceRisk

Brand Safety - Violence.

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

TraqScoreOption

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

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

VideoViewability

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

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX