CustomInterest
A custom interest. This is a list of users by interest.
Columns
Name | Type | Behavior | Description |
CustomInterestDescription | String | ATTRIBUTE | Description of this custom interest audience. |
CustomInterestId | Long | ATTRIBUTE | Output only. Id of the custom interest. |
CustomInterestMembers | String | ATTRIBUTE | List of custom interest members that this custom interest is composed of. Members can be added during CustomInterest creation. If members are presented in UPDATE operation, existing members will be overridden. |
CustomInterestName | String | ATTRIBUTE | Name of the custom interest. It should be unique across the same custom affinity audience. This field is required for create operations. |
CustomInterestResourceName | String | ATTRIBUTE | Immutable. The resource name of the custom interest. Custom interest resource names have the form: customers/{customer_id}/customInterests/{custom_interest_id} |
CustomInterestStatus | String | ATTRIBUTE | Status of this custom interest. Indicates whether the custom interest is enabled or removed.
The allowed values are ENABLED, REMOVED, UNKNOWN, UNSPECIFIED. |
CustomInterestType | String | ATTRIBUTE | Type of the custom interest, CUSTOM_AFFINITY or CUSTOM_INTENT. By default the type is set to CUSTOM_AFFINITY.
The allowed values are CUSTOM_AFFINITY, CUSTOM_INTENT, 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. |