Goal
Representation of goals.
Columns
| Name | Type | Behavior | Description |
| CustomerId | Long | ATTRIBUTE | Output only. The ID of the customer. |
| GoalGoalId | Long | ATTRIBUTE | Output only. The ID of this goal. |
| GoalGoalType | String | ATTRIBUTE | Output only. The type of this goal.
使用できる値は次のとおりです。CUSTOMER_RETENTION, UNKNOWN |
| GoalOptimizationEligibility | String | ATTRIBUTE | Output only. Indicates if this goal is eligible for campaign optimization.
使用できる値は次のとおりです。ELIGIBLE, INELIGIBLE, UNKNOWN |
| GoalOwnerCustomer | String | ATTRIBUTE | Output only. The resource name of the goal owner customer. |
| GoalResourceName | String | ATTRIBUTE | Immutable. The resource name of the goal. |
| GoalRetentionGoalSettingsValueSettingsAdditionalHighLifetimeValue | Double | ATTRIBUTE | High lifetime value of the lifecycle goal. For example, for customer acquisition goals, high lifetime value is the incremental conversion value for lapsed customers who are of high value. High lifetime value should be greater than value, if set. |
| GoalRetentionGoalSettingsValueSettingsAdditionalValue | Double | ATTRIBUTE | Value of the lifecycle goal. For example, for retention goals, value is the incremental conversion value for lapsed customers who are not of high value. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるデータを詳細に制御することができます。
| Name | Type | Description |
| ManagerId | Long | Id of the manager account on behalf of which you are requesting customer data. |