Soenneker.Instantly.Analytics
4.0.1635
Prefix Reserved
dotnet add package Soenneker.Instantly.Analytics --version 4.0.1635
NuGet\Install-Package Soenneker.Instantly.Analytics -Version 4.0.1635
<PackageReference Include="Soenneker.Instantly.Analytics" Version="4.0.1635" />
<PackageVersion Include="Soenneker.Instantly.Analytics" Version="4.0.1635" />
<PackageReference Include="Soenneker.Instantly.Analytics" />
paket add Soenneker.Instantly.Analytics --version 4.0.1635
#r "nuget: Soenneker.Instantly.Analytics, 4.0.1635"
#:package Soenneker.Instantly.Analytics@4.0.1635
#addin nuget:?package=Soenneker.Instantly.Analytics&version=4.0.1635
#tool nuget:?package=Soenneker.Instantly.Analytics&version=4.0.1635
Soenneker.Instantly.Analytics
Retrieve campaign metrics for one campaign or the entire Instantly workspace, plus a campaign overview.
Install
dotnet add package Soenneker.Instantly.Analytics
Configure and register
{
"Instantly": {
"ApiKey": "<API key>"
}
}
using Soenneker.Instantly.Analytics.Registrars;
services.AddInstantlyAnalyticsUtilAsScoped();
The scoped analytics service deliberately uses the singleton generated-client provider. Use AddInstantlyAnalyticsUtilAsSingleton() when the operation layer should also live for the application lifetime.
Campaign metrics
using Soenneker.Instantly.Analytics.Abstract;
using Soenneker.Instantly.OpenApiClient.Models;
GetCampaignAnalytics200ResponseSchemaItem? metrics =
await analytics.GetCampaignCount(
campaignId,
startAt: new DateTimeOffset(2026, 8, 1, 0, 0, 0, TimeSpan.Zero),
endAt: new DateTimeOffset(2026, 8, 31, 0, 0, 0, TimeSpan.Zero),
cancellationToken: cancellationToken);
Dates are sent as yyyy-MM-dd. GetCampaignCount returns the first analytics row for the requested campaign, or null when the API returns no rows.
All campaign metrics
List<GetCampaignAnalytics200ResponseSchemaItem>? metrics =
await analytics.GetCampaignsCounts(
startAt,
endAt,
cancellationToken);
Omit endAt to let Instantly use its current-date behavior.
Campaign overview
GetCampaignAnalyticsOverview200Response? overview =
await analytics.GetCampaignSummary(
campaignId,
cancellationToken);
API and deserialization failures are surfaced to the caller; nullable results indicate that Instantly returned no response body or no analytics row.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Soenneker.Instantly.ClientUtil (>= 4.0.658)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Soenneker.Instantly.Analytics:
| Package | Downloads |
|---|---|
|
Soenneker.Instantly.Suite
Registers Instantly account, analytics, DFY, lead, Unibox, and email-verification operations together |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 4.0.1635 | 0 | 9/13/2026 |
| 4.0.1634 | 0 | 9/13/2026 |
| 4.0.1633 | 0 | 9/13/2026 |
| 4.0.1632 | 40 | 9/12/2026 |
| 4.0.1631 | 56 | 9/12/2026 |
| 4.0.1630 | 46 | 9/12/2026 |
| 4.0.1629 | 54 | 9/12/2026 |
| 4.0.1628 | 67 | 9/11/2026 |
| 4.0.1627 | 69 | 9/10/2026 |
| 4.0.1626 | 55 | 9/9/2026 |
| 4.0.1625 | 61 | 9/9/2026 |
| 4.0.1624 | 45 | 9/9/2026 |
| 4.0.1623 | 108 | 9/9/2026 |
| 4.0.1622 | 43 | 9/9/2026 |
| 4.0.1621 | 77 | 9/9/2026 |
| 4.0.1620 | 85 | 9/8/2026 |
| 4.0.1619 | 109 | 9/8/2026 |
| 4.0.1618 | 102 | 9/8/2026 |
| 4.0.1617 | 98 | 9/8/2026 |
| 4.0.1616 | 111 | 9/8/2026 |
Updated NuGet packages
NuGet-Builder-Operation: f46f09bce4b74555acffb53382b07e03