Class CmTrackingAd
A Campaign Manager 360 tracking ad.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.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 |