Show / Hide Table of Contents

Class DirectorySiteSettings

Directory Site Settings

Inheritance
object
DirectorySiteSettings
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX