SharedSet

SharedSets are used for sharing criterion exclusions across multiple campaigns.

Proto definition

Fields

id

int64

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

member_count

int64

Output only. The number of shared criteria within 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.

reference_count

int64

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

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}

status

SharedSetStatus

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

type

SharedSetType

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