CustomAudience
A custom audience. This is a list of users by interest.
Columns
Name | Type | Behavior | Description |
CustomAudienceDescription | String | ATTRIBUTE | Description of this custom audience. |
CustomAudienceId | Long | ATTRIBUTE | Output only. ID of the custom audience. |
CustomAudienceMembers | String | ATTRIBUTE | List of custom audience members that this custom audience is composed of. Members can be added during CustomAudience creation. If members are presented in UPDATE operation, existing members will be overridden. |
CustomAudienceName | String | ATTRIBUTE | Name of the custom audience. It should be unique for all custom audiences created by a customer. This field is required for creating operations. |
CustomAudienceResourceName | String | ATTRIBUTE | Immutable. The resource name of the custom audience. Custom audience resource names have the form: customers/{customer_id}/customAudiences/{custom_audience_id} |
CustomAudienceStatus | String | ATTRIBUTE | Output only. Status of this custom audience. Indicates whether the custom audience is enabled or removed.
The allowed values are ENABLED, REMOVED, UNKNOWN, UNSPECIFIED. |
CustomAudienceType | String | ATTRIBUTE | Type of the custom audience. ('INTEREST' OR 'PURCHASE_INTENT' is not allowed for newly created custom audience but kept for existing audiences)
The allowed values are AUTO, INTEREST, PURCHASE_INTENT, SEARCH, UNKNOWN, UNSPECIFIED. |
CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
Name | Type | Description |
ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |