Show / Hide Table of Contents

Class CmTrackingAd

A Campaign Manager 360 tracking ad.

Inheritance
object
CmTrackingAd
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.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class CmTrackingAd : IDirectResponseSchema

Properties

CmAdId

Optional. The ad ID of the campaign manager 360 tracking Ad.

Declaration
[JsonProperty("cmAdId")]
public virtual long? CmAdId { get; set; }
Property Value
Type Description
long?

CmCreativeId

Optional. The creative ID of the campaign manager 360 tracking Ad.

Declaration
[JsonProperty("cmCreativeId")]
public virtual long? CmCreativeId { get; set; }
Property Value
Type Description
long?

CmPlacementId

Optional. The placement ID of the campaign manager 360 tracking Ad.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX