Class: AmazonAds::RecommendationTypes
- Defined in:
- lib/amazon_ads/apis/recommendation_types.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_query_recommendation_type(max_results: nil, next_token: nil) ⇒ Object
Query RecommendationTypes.
Methods inherited from API
Constructor Details
This class inherits a constructor from AmazonAds::API
Instance Method Details
#sb_query_recommendation_type(max_results: nil, next_token: nil) ⇒ Object
Query RecommendationTypes
7 8 9 |
# File 'lib/amazon_ads/apis/recommendation_types.rb', line 7 def sb_query_recommendation_type(max_results: nil, next_token: nil) request(:post, "/adsApi/v1/query/recommendationTypes/sb", json: { "maxResults" => max_results, "nextToken" => next_token }.compact) end |