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.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
long?

CmCreativeId

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

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