View Source GoogleApi.DisplayVideo.V1.Model.CmTrackingAd (google_api_display_video v0.35.0)

A Campaign Manager 360 tracking ad.

Attributes

  • cmAdId (type: String.t, default: nil) - The ad ID of the campaign manager 360 tracking Ad.
  • cmCreativeId (type: String.t, default: nil) - The creative ID of the campaign manager 360 tracking Ad.
  • cmPlacementId (type: String.t, default: nil) - The placement ID of the campaign manager 360 tracking Ad.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DisplayVideo.V1.Model.CmTrackingAd{
  cmAdId: String.t() | nil,
  cmCreativeId: String.t() | nil,
  cmPlacementId: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.