Show / Hide Table of Contents

Class CmTrackingAd

A Campaign Manager 360 tracking ad.

Inheritance
System.Object
CmTrackingAd
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 CmTrackingAd : IDirectResponseSchema

Properties

CmAdId

The ad ID of the campaign manager 360 tracking Ad.

Declaration
[JsonProperty("cmAdId")]
public virtual long? CmAdId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

CmCreativeId

The creative ID of the campaign manager 360 tracking Ad.

Declaration
[JsonProperty("cmCreativeId")]
public virtual long? CmCreativeId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

CmPlacementId

The placement ID of the campaign manager 360 tracking Ad.

Declaration
[JsonProperty("cmPlacementId")]
public virtual long? CmPlacementId { 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

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top