SharedSets are used for sharing criterion exclusions across multiple campaigns.
JSON representation |
---|
{ "resourceName": string, "type": enum ( |
Fields | |
---|---|
resourceName |
Immutable. The resource name of the shared set. Shared set resource names have the form:
|
type |
Immutable. The type of this shared set: each shared set holds only a single kind of resource. Required. Immutable. |
status |
Output only. The status of this shared set. Read only. |
id |
Output only. The ID of this shared set. Read only. |
name |
The name of this shared set. Required. Shared Sets must have names that are unique among active shared sets of the same type. The length of this string should be between 1 and 255 UTF-8 bytes, inclusive. |
memberCount |
Output only. The number of shared criteria within this shared set. Read only. |
referenceCount |
Output only. The number of campaigns associated with this shared set. Read only. |
SharedSetType
Enum listing the possible shared set types.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
NEGATIVE_KEYWORDS |
A set of keywords that can be excluded from targeting. |
NEGATIVE_PLACEMENTS |
A set of placements that can be excluded from targeting. |
ACCOUNT_LEVEL_NEGATIVE_KEYWORDS |
An account-level set of keywords that can be excluded from targeting. |
BRANDS |
A set of brands can be included or excluded from targeting. |
SharedSetStatus
Enum listing the possible shared set statuses.
Enums | |
---|---|
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
ENABLED |
The shared set is enabled. |
REMOVED |
The shared set is removed and can no longer be used. |