Class DfpSettings
Google Ad Manager Settings
Inheritance
System.Object
DfpSettings
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 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 |
---|---|
System.String |
DfpNetworkName
Ad Manager network name for this directory site.
Declaration
[JsonProperty("dfpNetworkName")]
public virtual string DfpNetworkName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProgrammaticPlacementAccepted
Whether this directory site accepts programmatic placements.
Declaration
[JsonProperty("programmaticPlacementAccepted")]
public virtual bool? ProgrammaticPlacementAccepted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
PublisherPortalOnly
Whether this directory site is available only via Publisher Portal.
Declaration
[JsonProperty("publisherPortalOnly")]
public virtual bool? PublisherPortalOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
PubPaidPlacementAccepted
Whether this directory site accepts publisher-paid tags.
Declaration
[JsonProperty("pubPaidPlacementAccepted")]
public virtual bool? PubPaidPlacementAccepted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Implements
Google.Apis.Requests.IDirectResponseSchema