Class DcmTrackingInfo
Details on the DCM tracking.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class DcmTrackingInfo : IDirectResponseSchema
Properties
CreativeId
Required. The DCM creative id.
Declaration
[JsonProperty("creativeId")]
public virtual long? CreativeId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PlacementId
Required. The DCM placement id.
Declaration
[JsonProperty("placementId")]
public virtual long? PlacementId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
TrackingAdId
Required. The DCM tracking ad id.
Declaration
[JsonProperty("trackingAdId")]
public virtual long? TrackingAdId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |