Class: Google::Apis::DisplayvideoV2::CmTrackingAd

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/displayvideo_v2/classes.rb,
lib/google/apis/displayvideo_v2/representations.rb,
lib/google/apis/displayvideo_v2/representations.rb

Overview

A Campaign Manager 360 tracking ad.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CmTrackingAd

Returns a new instance of CmTrackingAd.



2916
2917
2918
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 2916

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#cm_ad_idFixnum

Optional. The ad ID of the campaign manager 360 tracking Ad. Corresponds to the JSON property cmAdId

Returns:

  • (Fixnum)


2904
2905
2906
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 2904

def cm_ad_id
  @cm_ad_id
end

#cm_creative_idFixnum

Optional. The creative ID of the campaign manager 360 tracking Ad. Corresponds to the JSON property cmCreativeId

Returns:

  • (Fixnum)


2909
2910
2911
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 2909

def cm_creative_id
  @cm_creative_id
end

#cm_placement_idFixnum

Optional. The placement ID of the campaign manager 360 tracking Ad. Corresponds to the JSON property cmPlacementId

Returns:

  • (Fixnum)


2914
2915
2916
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 2914

def cm_placement_id
  @cm_placement_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2921
2922
2923
2924
2925
# File 'lib/google/apis/displayvideo_v2/classes.rb', line 2921

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