Class DirectorySiteSettings
Directory Site Settings
Inheritance
System.Object
DirectorySiteSettings
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.Dfareporting.v3_4.Data
Assembly: Google.Apis.Dfareporting.v3_4.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> |
Implements
Google.Apis.Requests.IDirectResponseSchema