Activities
Returns basic activity data that is used to fill in other tables.
Columns
| Name | Type | Description |
| Id [KEY] | Long | The Id of the activity. Acts as a primary key and is set by Adobe Target. |
| Type | String | A string representing the endpoint to use when searching for this activity. Can be AB or XT. |
| ThirdPartyId | String | A third party ID value. |
| Name | String | The name of the activity. |
| StartsAt | Datetime | The ISO 8601 date-hour value at which the activity will begin being used. |
| EndsAt | Datetime | The ISO 8601 date-hour value at which the activity will stop being used. |
| State | String | The current state of the activity. Can only have a limited set of values. |
| Priority | String | A number between 0 and 999 representing the priority of executing the activity. Defaults to 5. |
| ModifiedAt | Datetime | The ISO 8601 date-hour value representing the last time that this activity had some value changed. |
| AutoAllocateTraffic.Enabled | Boolean | Whether the activity's traffic is allocated automatically. |
| AutoAllocateTraffic.successEvaluationCriteria | String | The criteria used to determine success. Contains a limited number of options. |
| Workspace | String | The workspace ID in which this activity was created an assigned. |
| PropertyIds | String | A list of the properties that this activity applies to. Represented in output in the form of [0, 1, 2...]. |