Get a list of statistics about Touchpoint activity scenes. Returns data about starts/skips/drops/redirects per scene.
Resource URL
/v2/applications/{communityApiKeyName}/touchpoint/activities/{activityID}/scenebreakdown
Available methods
| Method | Description |
|---|---|
| GET | Returns a breakdown of statistics for Touchpoint activity scenes. |
Parameters
Use the following parameters to control how data is returned:
| Parameter | Description | Example |
|---|---|---|
| Refine the response by field | To reduce the number of fields returned, specify the fields in a comma separated list. |
/activities/{activityID}/scenebreakdown?fields=name,starts
|
Available Fields
| Field | Description |
|---|---|
id
|
The ID of the scene. |
name
|
The string label for the scene. |
template_type
|
The template type of the scene. Possible values include:
|
position
|
The order in which the scenes are ordered in the Touchpoint activity builder. |
starts
|
|
skips
|
|
drops
|
|
redirects
|
|
Example: GET response
{
"scenes": [
{
"id": <scene id>,
"name": <scene name>,
"template_type": <scene template type>,
"position": 1,
"starts": {
"is_valid": true,
"count": 6
},
"skips": {
"is_valid": false
},
"drops": {
"is_valid": true,
"count": 2,
"percent": 28.57
},
"redirects": {
"is_valid": false
}
},
{
"id": <scene id>,
"name": <scene name>,
"template_type": "<scene template type>,
"position": 2,
"starts": {
"is_valid": true,
"count": 5
},
"skips": {
"is_valid": false
},
"drops": {
"is_valid": true,
"count": 5,
"percent": 100
},
"redirects": {
"is_valid": true,
"count": 0,
"percent": 0
}
}
]
}
1 Net Promoter, NPS, and the NPS-related emoticons are
registered U.S. trademarks, and Net Promoter Score and Net Promoter System are
service marks, of Bain & Company, Inc., NICE Systems, Inc. and Fred
Reichheld.