Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationShoppingTargetAllOffersRecommendation
- Inherits:
-
Object
- Object
- Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationShoppingTargetAllOffersRecommendation
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/searchads360_v23/classes.rb,
lib/google/apis/searchads360_v23/representations.rb,
lib/google/apis/searchads360_v23/representations.rb
Overview
The shopping recommendation to create a catch-all campaign that targets all offers.
Instance Attribute Summary collapse
-
#feed_label ⇒ String
Output only.
-
#merchant ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationMerchantInfo
The Merchant Center account details.
-
#untargeted_offers_count ⇒ Fixnum
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRecommendationShoppingTargetAllOffersRecommendation
constructor
A new instance of GoogleAdsSearchads360V23ResourcesRecommendationShoppingTargetAllOffersRecommendation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesRecommendationShoppingTargetAllOffersRecommendation
Returns a new instance of GoogleAdsSearchads360V23ResourcesRecommendationShoppingTargetAllOffersRecommendation.
18800 18801 18802 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18800 def initialize(**args) update!(**args) end |
Instance Attribute Details
#feed_label ⇒ String
Output only. The offer feed label.
Corresponds to the JSON property feedLabel
18788 18789 18790 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18788 def feed_label @feed_label end |
#merchant ⇒ Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesRecommendationMerchantInfo
The Merchant Center account details.
Corresponds to the JSON property merchant
18793 18794 18795 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18793 def merchant @merchant end |
#untargeted_offers_count ⇒ Fixnum
Output only. The number of untargeted offers.
Corresponds to the JSON property untargetedOffersCount
18798 18799 18800 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18798 def untargeted_offers_count @untargeted_offers_count end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18805 18806 18807 18808 18809 |
# File 'lib/google/apis/searchads360_v23/classes.rb', line 18805 def update!(**args) @feed_label = args[:feed_label] if args.key?(:feed_label) @merchant = args[:merchant] if args.key?(:merchant) @untargeted_offers_count = args[:untargeted_offers_count] if args.key?(:untargeted_offers_count) end |