Creates one or more keywords. Note that state can't be set at keyword creation. Keywords submitted for creation have state set to pending while under moderation review. Note that moderation review may take up to 72 hours.
Gets a keyword specified by identifier.
Gets an array of keywords, filtered by optional criteria
Optional
params: { count: undefined | number; startIndex: undefined | number } & { adGroupIdFilter: undefined | number[]; campaignIdFilter: undefined | number[]; keywordIdFilter: undefined | number[]; keywordText: undefined | string; matchTypeFilter: undefined | ("exact" | "broad" | "phrase")[]; stateFilter: undefined | "paused" | "enabled" | "archived" }Updates one or more keywords. Keywords submitted for update have state set to pending while under moderation review. Note that moderation may take up to 72 hours.
Static
create
Archives a keyword specified by identifier. This operation is equivalent to an update operation that sets the status field to 'archived'. Note that setting the status field to 'archived' is permanent and can't be undone. See Developer Notes for more information.
Returns