class Google::Apis::DisplayvideoV1::CmTrackingAd

A Campaign Manager 360 tracking ad.

Attributes

cm_ad_id[RW]

The ad ID of the campaign manager 360 tracking Ad. Corresponds to the JSON property `cmAdId` @return [Fixnum]

cm_creative_id[RW]

The creative ID of the campaign manager 360 tracking Ad. Corresponds to the JSON property `cmCreativeId` @return [Fixnum]

cm_placement_id[RW]

The placement ID of the campaign manager 360 tracking Ad. Corresponds to the JSON property `cmPlacementId` @return [Fixnum]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/displayvideo_v1/classes.rb, line 2581
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/displayvideo_v1/classes.rb, line 2586
def update!(**args)
  @cm_ad_id = args[:cm_ad_id] if args.key?(:cm_ad_id)
  @cm_creative_id = args[:cm_creative_id] if args.key?(:cm_creative_id)
  @cm_placement_id = args[:cm_placement_id] if args.key?(:cm_placement_id)
end