google_api_display_video v0.11.0 GoogleApi.DisplayVideo.V1.Model.CmTrackingAd View Source

A Campaign Manager tracking ad.

Attributes

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

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.