KeywordPlanCampaignKeywordOperation

  • Describes a single operation on a Keyword Plan campaign keyword.

  • The update_mask field uses a FieldMask to specify which fields are modified during an update operation.

  • The operation field is a union that can be one of three types: create, update, or remove.

  • Each operation (create, update, remove) has specific requirements for the resource name.

A single operation (create, update, remove) on a Keyword Plan campaign keyword.

Fields

update_mask

FieldMask

The FieldMask that determines which resource fields are modified in an update.

Union field

operation

operation. The mutate operation. operation can be only one of the following:

create

KeywordPlanCampaignKeyword

Create operation: No resource name is expected for the new Keyword Plan campaign keyword.

update

KeywordPlanCampaignKeyword

Update operation: The Keyword Plan campaign keyword expected to have a valid resource name.

remove

string

Remove operation: A resource name for the removed Keyword Plan campaign keywords expected in this format:

customers/{customer_id}/keywordPlanCampaignKeywords/{kp_campaign_keyword_id}