Show / Hide Table of Contents

Class DfpSettings

Google Ad Manager Settings

Inheritance
object
DfpSettings
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 DfpSettings : IDirectResponseSchema

Properties

DfpNetworkCode

Ad Manager network code for this directory site.

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

DfpNetworkName

Ad Manager network name for this directory site.

Declaration
[JsonProperty("dfpNetworkName")]
public virtual string DfpNetworkName { 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

ProgrammaticPlacementAccepted

Whether this directory site accepts programmatic placements.

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

PubPaidPlacementAccepted

Whether this directory site accepts publisher-paid tags.

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

PublisherPortalOnly

Whether this directory site is available only via Publisher Portal.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX