Class ThirdPartyOnlyConfig
Settings for advertisers that use third-party ad servers only.
Inheritance
System.Object
ThirdPartyOnlyConfig
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.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class ThirdPartyOnlyConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PixelOrderIdReportingEnabled
Whether or not order ID reporting for pixels is enabled. This value cannot be changed once set to true
.
Declaration
[JsonProperty("pixelOrderIdReportingEnabled")]
public virtual bool? PixelOrderIdReportingEnabled { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Implements
Google.Apis.Requests.IDirectResponseSchema