Get Campaign Variant Stats
Returns per-variant statistics for a campaign, broken down by step and arm, including sent, accepted, replied, positive_replied, and positive_reply_rate. A positive reply is counted when a contact carries an auto:interested or auto:wants_meeting tag, giving you a clear read on which message variants actually convert. Returns empty when nothing is enrolled in the campaign.
Example prompt: Show me per-variant stats for the gtm-engineers-apr26 campaign so I can see which arm replies best
[
{
"step": 1,
"arm": "A",
"sent": 120,
"accepted": 48,
"replied": 19,
"positive_replied": 7,
"positive_reply_rate": 0.058
}
]What you can build
Parameters
Inputs accepted by get_variant_stats.
| Name | Type | Description |
|---|---|---|
| campaign_id | string | Campaign slug (e.g. 'gtm-engineers-apr26') from list_campaigns |
Related tools
Manage A/B Variants
List, add, or remove A/B message variants on a LinkedIn campaign step. Limits split evenly across arms; retired arms fall back to the base template.
Get Campaign Details
Fetch one LinkedIn campaign with state, stats, health, and outreach config, or list all campaigns. Parallel slice loading via the include parameter.
Get Analytics
One unified analytics endpoint for posts, profile, campaigns, invitations, messages, and more across day, week, or month periods.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.