Class DirectorySiteSettings
Directory Site Settings
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.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 |
---|---|
bool? |
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 |
---|---|
string |
InstreamVideoPlacementAccepted
Whether this site accepts in-stream video ads.
Declaration
[JsonProperty("instreamVideoPlacementAccepted")]
public virtual bool? InstreamVideoPlacementAccepted { get; set; }
Property Value
Type | Description |
---|---|
bool? |
InterstitialPlacementAccepted
Whether this site accepts interstitial ads.
Declaration
[JsonProperty("interstitialPlacementAccepted")]
public virtual bool? InterstitialPlacementAccepted { get; set; }
Property Value
Type | Description |
---|---|
bool? |