CadenceStats
Fetches stats for a cadence, by ID only.
Columns
| Name | Type | Description |
| Id [KEY] | Integer | The ID of the Cadence. |
| CadencePeopleCounts | Integer | The number of people that have ever been added to the cadence. |
| PeopleActedOnCount | Integer | The number of people that have been skipped, scheduled, or advanced in a cadence. |
| InProgressPeopleCount | Integer | The number of people that are currently in the cadence. |
| SentEmailsCount | Integer | The number of emails sent in the cadence. |
| BouncedCount | Integer | The number of emails that bounced in the cadence. |
| DeliveredCount | Integer | The number of emails that were successfully delivered in the cadence. |
| CallsCount | Integer | The number of calls made in the cadence. |
| RepliedCount | Integer | The number of emails that received a reply in the cadence. |
| ClickedCount | Integer | The number of links clicked in the cadence. |
| ViewedCount | Integer | The number of emails that were viewed in the cadence. |
| StepGroupCount | Integer | The number of step groups in the cadence. |
| DueActionCount | Integer | The number of due actions in the cadence. |
| RepliedRate | String | The percentage of emails that received a reply in the cadence. |
| ClickedRate | String | The percentage of delivered emails where a link was clicked. |
| ViewedRate | String | The percentage of emails that were viewed in the cadence. |
| MeetingsBookedCount | Integer | The number of meetings booked and attributed to the cadence. |
| OpportunitiesCreatedCount | Integer | The number of opportunities created and attributed to the cadence. |
| OpportunitiesCreatedRate | String | The percentage of people who turned into an opportunity after being added to the cadence. |
| MeetingsBookedRate | String | The percentage of people who booked a meeting after being added to the cadence. |
| OutcomeAttributionEnabled | Boolean | Whether or not outcome attribution is enabled for the cadence. |
| CadenceDuration | Integer | The duration of the cadence in days. |