KeywordPlanCampaignOperation

  • This content describes a single operation (create, update, or remove) on a Keyword Plan campaign.

  • The update_mask field is used to specify which resource fields are modified during an update operation.

  • The operation field determines the type of mutate operation, which can be create, update, or remove.

  • A create operation does not require a resource name, while update requires a valid resource name and remove requires a specific format for the resource name.

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

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

KeywordPlanCampaign

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

update

KeywordPlanCampaign

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

remove

string

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

customers/{customer_id}/keywordPlanCampaigns/{keywordPlan_campaign_id}