Class DfpSettings
Google Ad Manager Settings
Implements
Inherited Members
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? |