Creates one or more keywords. Successfully created keywords will be assigned a unique keywordId.
Retrieves a keyword by ID. Note that this call returns the minimal set of keyword fields, but is more efficient than getBiddableKeywordEx
Retrieves a keyword and its extended fields by ID. Note that this call returns the complete set of keyword fields (including serving status and other read-only fields), but is less efficient than getBiddableKeyword. There is no extended keywords interface for Sponsored Brands.
Retrieves a list of keywords satisfying optional criteria for Sponsored Products. List keyword operations are not supported for Sponsored Brands.
Optional
params: { count: undefined | number; startIndex: undefined | number } & { adGroupIdFilter: undefined | number[]; campaignIdFilter: undefined | number[]; keywordText: undefined | string; matchTypeFilter: undefined | "exact" | "broad" | "phrase"; stateFilter: undefined | "paused" | "enabled" | "archived" }Retrieves a list of keywords and its extended fields satisfying optional criteria for Sponsored Products. List keyword operations are not supported for Sponsored Brands.
Optional
params: { count: undefined | number; startIndex: undefined | number } & { adGroupIdFilter: undefined | number[]; campaignIdFilter: undefined | number[]; keywordText: undefined | string; matchTypeFilter: undefined | "exact" | "broad" | "phrase"; stateFilter: undefined | "paused" | "enabled" | "archived" } & { campaignType: undefined | "exact" | "broad" | "phrase"; keywordIdFilter: undefined | number[] }Updates one or more keywords. While keywords are in a pending state you can only update the bid amount, or archive them. You cannot change the state from pending
Static
create
Sets the keyword status to archived. This same operation can be performed via an update, but is included for completeness. Archived entities cannot be made active again. See developer notes for more information.
Returns