SharedSet

  • SharedSets allow you to share criterion exclusions across multiple campaigns.

  • Shared sets have fields for resource name, type, status, ID, name, member count, and reference count.

  • The resource name is immutable and identifies the shared set using customer and shared set IDs.

  • The type of shared set is immutable and required, indicating the kind of resource it holds.

  • Output-only fields include status, ID, member count, and reference count, providing read-only information about the shared set.

SharedSets are used for sharing criterion exclusions across multiple campaigns.

Fields

resource_name

string

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

customers/{customer_id}/sharedSets/{shared_set_id}

type

SharedSetType

Immutable. The type of this shared set: each shared set holds only a single kind of resource. Required. Immutable.

status

SharedSetStatus

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

id

int64

Output only. The ID of this shared set. Read only.

name

string

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.

member_count

int64

Output only. The number of shared criteria within this shared set. Read only.

reference_count

int64

Output only. The number of campaigns associated with this shared set. Read only.