Class: AmazonAds::BrandedKeywordsPricings

Inherits:
API
  • Object
show all
Defined in:
lib/amazon_ads/apis/branded_keywords_pricings.rb

Constant Summary

Constants inherited from API

API::ENDPOINTS

Instance Attribute Summary

Attributes inherited from API

#access_token, #account_id, #profile_id, #region, #retries

Instance Method Summary collapse

Methods inherited from API

#endpoint, #http, #initialize

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

Signature:

  • (?branded_keywords_pricings: Array[untyped]?) -> HTTP::Response



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