Class: AmazonAds::BrandedKeywordsPricings
- Defined in:
- lib/amazon_ads/apis/branded_keywords_pricings.rb
Constant Summary
Constants inherited from API
Instance Attribute Summary
Attributes inherited from API
#access_token, #account_id, #profile_id, #region, #retries
Instance Method Summary collapse
-
#sb_create_branded_keywords_pricing(branded_keywords_pricings: nil) ⇒ Object
Create brandedKeywords pricing.
Methods inherited from API
Constructor Details
This class inherits a constructor from AmazonAds::API
Instance Method Details
#sb_create_branded_keywords_pricing(branded_keywords_pricings: nil) ⇒ Object
Create brandedKeywords pricing
7 8 9 |
# File 'lib/amazon_ads/apis/branded_keywords_pricings.rb', line 7 def sb_create_branded_keywords_pricing(branded_keywords_pricings: nil) request(:post, "/adsApi/v1/create/brandedKeywordsPricings/sb", json: { "brandedKeywordsPricings" => branded_keywords_pricings }.compact) end |