SharedSet
SharedSets are used for sharing criterion exclusions across multiple campaigns.
Columns
Name | Type | Behavior | Description |
CampaignId | Long | SEGMENT | Output only. The ID of the campaign. |
CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
SharedSetId | Long | ATTRIBUTE | Output only. The ID of this shared set. Read only. |
SharedSetMemberCount | Long | ATTRIBUTE | Output only. The number of shared criteria within this shared set. Read only. |
SharedSetName | String | ATTRIBUTE | 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. |
SharedSetReferenceCount | Long | ATTRIBUTE | Output only. The number of campaigns associated with this shared set. Read only. |
SharedSetResourceName | String | ATTRIBUTE | Immutable. The resource name of the shared set. Shared set resource names have the form: customers/{customer_id}/sharedSets/{shared_set_id} |
SharedSetStatus | String | ATTRIBUTE | Output only. The status of this shared set. Read only.
使用できる値は次のとおりです。ENABLED, REMOVED, UNKNOWN, UNSPECIFIED |
SharedSetType | String | ATTRIBUTE | Immutable. The type of this shared set: each shared set holds only a single kind of resource. Required. Immutable.
使用できる値は次のとおりです。ACCOUNT_LEVEL_NEGATIVE_KEYWORDS, BRANDS, NEGATIVE_KEYWORDS, NEGATIVE_PLACEMENTS, UNKNOWN, UNSPECIFIED |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似列フィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |