CampaignSharedSet

  • CampaignSharedSets manage shared sets linked to a campaign.

  • Theresource_name field is immutable and identifies the campaign shared set using a specific format.

  • Thestatus field indicates the read-only status of the campaign shared set.

  • Thecampaign field identifies the campaign the shared set belongs to and is immutable.

  • Theshared_set field specifies the immutable shared set associated with the campaign, with certain restrictions based on campaign type and customer relationship.

CampaignSharedSets are used for managing the shared sets associated with a campaign.

Proto definition

Fields

campaign

string

Immutable. The campaign to which the campaign shared set belongs.

resource_name

string

Immutable. The resource name of the campaign shared set. Campaign shared set resource names have the form:

customers/{customer_id}/campaignSharedSets/{campaign_id}~{shared_set_id}

shared_set

string

Immutable. The shared set associated with the campaign. This may be a negative keyword shared set of another customer. This customer should be a manager of the other customer, otherwise the campaign shared set will exist but have no serving effect. Only negative keyword shared sets can be associated with Shopping campaigns. Only negative placement shared sets can be associated with Display mobile app campaigns.

status

CampaignSharedSetStatus

Output only. The status of this campaign shared set. Read only.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-12 UTC.