Get subsequence step and variant analytics
Returns engagement metrics grouped by zero-based step and variant for one subsequence. Results include only activity from the requested subsequence, excluding its parent campaign and sibling subsequences.
Requires one of the following scopes: subsequences:read, subsequences:all, all:read, all:all
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the subsequence to analyze.
"019ff689-bf93-700b-aa2e-69ea2eded018"
Query Parameters
Inclusive start of the analytics range. Accepts a date-only value (YYYY-MM-DD) or an ISO 8601 timestamp. Timestamps are normalized to their UTC calendar date.
"2024-01-01"
Inclusive end of the analytics range. Accepts a date-only value (YYYY-MM-DD) or an ISO 8601 timestamp. Timestamps are normalized to their UTC calendar date.
"2024-01-31"
Response
Engagement metrics grouped by subsequence step and variant.
Zero-based step index. 0 is the first step. Null when the event could not be attributed to a step.
"0"
Zero-based variant index. 0 is variant A, 1 is variant B, and so on. Null when the event could not be attributed to a variant.
"0"
Total emails sent from this step and variant.
100
Total open events attributed to this step and variant.
45
Number of unique leads that opened an email from this step and variant.
40
Total replies attributed to this step and variant.
12
Number of unique leads that replied to this step and variant.
11
Total automatic replies attributed to this step and variant.
2
Number of unique leads that sent an automatic reply to this step and variant.
2
Total link click events attributed to this step and variant.
18
Number of unique leads that clicked a link in this step and variant.
15