Class DV3Ids
DV360 IDs related to the custom event.
Inheritance
System.Object
DV3Ids
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 DV3Ids : IDirectResponseSchema
Properties
DvCampaignId
Campaign ID for DV360.
Declaration
[JsonProperty("dvCampaignId")]
public virtual long? DvCampaignId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
DvCreativeId
Creative ID for DV360.
Declaration
[JsonProperty("dvCreativeId")]
public virtual long? DvCreativeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
DvInsertionOrderId
Insertion Order ID for DV360.
Declaration
[JsonProperty("dvInsertionOrderId")]
public virtual long? DvInsertionOrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
DvLineItemId
Line Item ID for DV360.
Declaration
[JsonProperty("dvLineItemId")]
public virtual long? DvLineItemId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
DvSiteId
Site ID for DV360.
Declaration
[JsonProperty("dvSiteId")]
public virtual long? DvSiteId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Kind
Identifies what kind of resource this is. Value: the fixed string "dfareporting#dV3Ids".
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema