Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
Output only. The status of this campaign shared set. Read only.
campaign
string
Immutable. The campaign to which the campaign shared set belongs.
sharedSet
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.
CampaignSharedSetStatus
Enum listing the possible campaign shared set statuses.
Enums
UNSPECIFIED
Not specified.
UNKNOWN
Used for return value only. Represents value unknown in this version.
ENABLED
The campaign shared set is enabled.
REMOVED
The campaign shared set is removed and can no longer be used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-06 UTC."],[[["CampaignSharedSets manage shared sets linked to Google Ads campaigns, impacting ad targeting by including or excluding audiences or content."],["They have a defined structure represented in JSON format, encompassing crucial details such as resource name, status, linked campaign, and the specific shared set."],["The status of a CampaignSharedSet can be Enabled, Removed, or Unknown, indicating its operational state within the campaign."],["CampaignSharedSets leverage shared sets, which can belong to different customer accounts but necessitate a manager-client relationship for effective use."],["These sets are applied in various campaign types, including Search, Display, and Shopping, with restrictions on using specific shared set types with certain campaign types, like negative keyword sets with Shopping campaigns."]]],["CampaignSharedSets manage shared sets within a campaign. Key data includes `resourceName`, `status`, `campaign`, and `sharedSet`. The `resourceName` identifies the set, while `status` indicates if it's `ENABLED` or `REMOVED`. `campaign` specifies the associated campaign, and `sharedSet` denotes the shared set, which can be a negative keyword set from another managed customer. `CampaignSharedSetStatus` details possible statuses: `UNSPECIFIED`, `UNKNOWN`, `ENABLED`, and `REMOVED`.\n"]]