The following is an example of a Target:
{
"targetId": 33,
"name": "GOTV Targets",
"type": "Dynamic",
"description": null,
"points": 5,
"areSubgroupsSticky": false,
"status": "Ready",
"subgroups": [
{
"fullName": "Excellent Voters",
"name": "Excellent",
"subgroupId": 123,
"isAssociatedWithBadges": false
},
{
"fullName": "Warm Voters",
"name": "Warm",
"subgroupId": 456,
"isAssociatedWithBadges": false
}
]
}
Target
Each Target has the following properties:
Property | Type | Description |
---|---|---|
| int | Unique identifier for a Target. |
| string | The name given to the Target when it was created. |
| string | Can be |
| string | The description given to the Target when it was created. |
| int | The number of points used by a Target. |
| bool | Indicates that any contact that meets the criteria of a Subgroup will remain in that Subgroup and not be reassigned based on new data. |
| string | Can be one of |
| array | An array of Subgroup objects. |
Subgroup
Each Subgroup has the following properties:
Property | Type | Description |
---|---|---|
| int | The long name for the Subgroup. |
| string | The medium name for the Subgroup. |
| int | Unique identifier for a Subgroup. |
| bool | Indicates whether the Subgroup name is displayed on the contact record in the UI. |