Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.8 KB

CreateKeywordRequest.md

File metadata and controls

12 lines (9 loc) · 1.8 KB

# CreateKeywordRequest

Properties

Name Type Description Notes
adGroupId string This <b>adGroupId</b> is created when an ad group is first created and associated with a campaign. This is the ad group that the corresponding keyword will be added to. This ad group must be a part of the campaign that is specified in the call URI. Use the <a href=&quot;/api-docs/sell/marketing/resources/adgroup/methods/getAdGroups&quot;>getAdGroups</a> method to retrieve the ad group IDs for a seller, and <a href=&quot;/api-docs/sell/marketing/resources/keywords/methods/getKeywords&quot;>getKeywords</a> to retrieve the keyword IDs for a seller's keywords. [optional]
bid \macropage\SDKs\ebay\rest\marketing\Model\Amount [optional]
keywordText string The text of the keyword. Keywords are not case sensitive and compound words can be used without additional encoding (for example, tennis ball).<br><br><b>Maximum number of characters:</b> 100<br><br><b>Maximum number of words:</b> 10 [optional]
matchType string A field that defines the match type for the keyword.<br /><br /><b>Valid Values:</b><ul><li><code>BROAD</code></li><li><code>EXACT</code></li><li><code>PHRASE</code></li></ul> For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/marketing/types/pls:MatchTypeEnum&#39;&gt;eBay API documentation</a> [optional]

[Back to Model list] [Back to API list] [Back to README]