Class DirectorySiteSettings
Directory Site Settings
Inheritance
System.Object
DirectorySiteSettings
Implements
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.Dfareporting.v3_2.Data
Assembly: Google.Apis.Dfareporting.v3_2.dll
Syntax
public class DirectorySiteSettings : IDirectResponseSchema
Properties
ActiveViewOptOut
Whether this directory site has disabled active view creatives.
Declaration
[JsonProperty("activeViewOptOut")]
public virtual bool? ActiveViewOptOut { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
DfpSettings
Directory site Ad Manager settings.
Declaration
[JsonProperty("dfpSettings")]
public virtual DfpSettings DfpSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| DfpSettings |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InstreamVideoPlacementAccepted
Whether this site accepts in-stream video ads.
Declaration
[JsonProperty("instreamVideoPlacementAccepted")]
public virtual bool? InstreamVideoPlacementAccepted { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
InterstitialPlacementAccepted
Whether this site accepts interstitial ads.
Declaration
[JsonProperty("interstitialPlacementAccepted")]
public virtual bool? InterstitialPlacementAccepted { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
NielsenOcrOptOut
Whether this directory site has disabled Nielsen OCR reach ratings.
Declaration
[JsonProperty("nielsenOcrOptOut")]
public virtual bool? NielsenOcrOptOut { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
VerificationTagOptOut
Whether this directory site has disabled generation of Verification ins tags.
Declaration
[JsonProperty("verificationTagOptOut")]
public virtual bool? VerificationTagOptOut { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
VideoActiveViewOptOut
Whether this directory site has disabled active view for in-stream video creatives. This is a read- only field.
Declaration
[JsonProperty("videoActiveViewOptOut")]
public virtual bool? VideoActiveViewOptOut { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |