This API provides capability to fetch suggested keywords, listing all the keywords in a campaign, and adding and deleting keywords in a Keyword Bid campaigns.
Usage:
To get a list of suggested keywords based on the item added in the ad group
To list all the keywords that are part of a campaign
To Add more keywords to already existing keyword bid campaign with help of this method
To update current state and bid of existing keywords using this method
Limitations:
Maximum 50 keywords can be added for each request and total number of keywords can be added is 1000
For SBA campaign, only 200 distinct bid keywords with 1 to 3 keyword-match types for each are permitted to be enabled per ad group
Similar keyword with different match types will be counted as separate entries, example: laptop-exact match and laptop-broad match will count as two entries. All existing ad groups with more than 1000 keyword-match type combinations will continue to function normally but for SBA campaigns, a maximum of 1000 “keyword-match Type” combinations can be included.
All characters in a keyword must not be special characters (API allows special characters, needs ticket fix)
Limit on keyword character length is 80
To understand details about ‘Request Header' or 'Authorization’,
please refer to the Authorization Guide
Add Keywords
Description: Add keywords to already existing keyword bid campaign. You can add your own keywords as well.
End Point: /api/v1/keywords
HTTP Method: POST
Body Parameters
Parameter
Description
Type
Required
Possible Values
campaignId
ID of the campaign
Integer
Y
Unique numeric identifier
adGroupId
ID of the group
Integer
Y
Unique numeric identifier
matchType
Matching criteria for the keywords
String
Y
Values can be: exact, phrase, broad
bid
Maximum cost per click for the keyword
Double
Y
Valid bid value. Some facts about bid parameter: Minimum bid amount is:
$0.20 for auto-bid campaigns
$0.30 for keyword-bid campaigns
$1.25 for Search Brand Amplifier campaigns
Bid amount will be restricted to first two decimal places for advertisers. Any decimal digit beyond the first 2 digits will be truncated without rounding off
State of the keyword. Values can be: Enabled, Paused, Archived
String
keywordText
Text that defines the keyword
String
matchType
Matching criteria for the keywords. Values can be: Exact, Pharse, Board
String
bid
Maximum cost per click for the keyword in dollars
Double
status
Status of the keyword added in the campaign and the values can be: approved, pending, rejected. Note: By default it should be "pending" for each new or re-enabled keyword
Description: Get a list of suggested keywords based on the item added in the ad group.
End Point: /api/v1/keyword_suggestions
HTTP Method: GET
Query Parameters
Parameter
Notes
Type
Required
Possible Values
adGroupId
ID of the group
Integer
Y
Unique numeric identifier
Note: Suggested bid parameter is an automated bid-price recommendation based on winning bids for recent similar ads within the category. The suggested bid values are refreshed daily.
Suggested keyword relevancy indicator. Score is simply a rank given to each keyword from 1 to n where n is the no. of keywords returned. Higher score represents higher relevancy.
Double
query
Suggested keyword for the item(s) added in the ad group
String
suggestedBid
Automated bid-price recommendations for exact match type
Double
suggestedbidBroad
Automated bid-price recommendations for board match type
Double
suggestedbidExact
Automated bid-price recommendations for exrta match type
Double
suggestedbidPhrase
Automated bid-price recommendations for pharse match type
Double
Note:suggestedBid and suggestedbidExact are same in value
Given ad group does not have any items. Please add items to get the keyword suggestions
403
Forbidden
User not Authenticated
You don't have access to this advertiser
404
Not Found
AdGroup not found
429
Too Many Requests
<Exception Message>
500
Internal Server Error
There was an error processing the request
Update Existing Keywords
Description: Update current state and bid of existing keywords.
End Point: /api/v1/keywords
HTTP Method: PUT
Body Parameters
Parameter
Description
Type
Required
Possible Values
keywordId
ID of the keyword
Integer
Y
Unique numeric identifier
bid
Maximum cost per click for the keyword
Double
Y
Valid bid value. Some facts about bid parameter: Minimum bid amount is:
$0.30 for keyword bidding campaigns.
$0.20 limit is for Auto bid campaigns.
$1.25 for Search Brand Amplifier campaigns.
For a keyword bid, the maximum bid amount should not exceed $100. Bid amount will be restricted to first two decimal places for advertisers. Any decimal digit beyond the first 2 digits will be truncated without rounding off
state
State of the keyword
String
Y
Status values can be: Enabled, Paused, Archived
Note: Either one of “bid” or “state” parameters is mandatory
A group of similar raw queries normalized into a single term by removing redundant information
String
rawQuery
Randomly chosen search keywords for a single item Note: Maximum character length is 60 characters
String
itemKeywordFrequency
A number of times, a keyword led to an item display. This element is based on the item’s appearance in the first 5 search result pages or in the top 200 results for the respective keywords. Possible values are: High, Medium, Low
String
trafficKeywordFrequency
Based on number of times when a keyword was searched. Possible values are: High, Medium, Low
Channel validation failed, valid values are 'WALMART' and 'ONLINE_GROCERY'
Item Id cannot be null
403
Forbidden
User not Authenticated
429
Too Many Requests
<Exception Message>
500
Internal Server Error
There was an error processing the request
FAQs for Suggested Bids
Q: What are suggested bids? A: Suggested bids is a feature that provides strategic pricing guidance to advertisers who set up Manual and Automatic Sponsored Products campaigns on our platform. This feature provides advertisers with a starting point for bids and is designed to help increase the probability of winning auctions with competitive bid suggestions.
Example: If 5 items were served the last 30 days for laptop, the average winning bids for those items will be the suggested CPC bid for the keyword laptop.
Q: What new level recommendations are you offering your advertisers with the enhancements? A: We are providing product type level suggestions for Automatic campaigns and keyword level suggestions for Manual campaigns
Q: How often are suggested bids updated? A: They are updated daily for each campaign
Q: Will the suggested bids feature consider a campaign’s budget & duration? A: No. The objective of this feature is to increase the probability of winning the auction and does not contemplate campaign pacing
Q: How do advertisers determine their starting bid? A: Our bid suggestion feature will help advertisers determine a starting bid for their SKUs and keywords
Q: Will suggested bids be different at placement level? A: No, there will be one suggested bid for all placements.
Q: Will each keyword match type have different bid suggestions? A: Yes, this feature offers different bid suggestions for the various match types, i.e., broad, phrase, and exact match keywords.
Q: When should advertiser use suggested bid? A:
When you need a comparison point: If you already know what your average CPC (Cost per Click), then the Suggested Bid can provide a helpful comparison point.
Looking for competitive insights: The suggested bid can give advertisers helpful insight into what the competition is bidding on and provide a good place to start.
Q: What is changing with the launch of suggested bid enhancements? A: See the pre and post launch comparison matrix below:
1. Product type (auto campaigns) 2. Keyword – match type (manual campaigns)
Supported KW match type (Manual campaigns)
None/Exact match
All match types (exact, phrase, broad)
Placement Level
All placements
All placements
Q: Are there any changes to the current suggest bids API endpoint? A: While there are no changes to the suggested bids API endpoint, there are additional fields that will be available in the JSON response.
Q: Are suggested bids & exact match suggested bids the same? A: Yes, the current suggested bids and exact match suggested bids are the same.