Show / Hide Table of Contents

Class DcmTrackingInfo

Details on the DCM tracking.

Inheritance
object
DcmTrackingInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX