feat: add analytics overview endpoint

This commit is contained in:
ivannoskov
2026-01-06 16:55:31 +03:00
parent 52e65dff05
commit 1a5ce621bc
6 changed files with 332 additions and 1 deletions

View File

@@ -50,6 +50,12 @@ __all__ = (
'GetChannelAnalyticsInput',
'GetChannelAnalyticsOutput',
'SpendingDataPoint',
'NumberWithDelta',
'OverviewDailyPoint',
'OverviewChannelPerformance',
'OverviewProjectSpending',
'GetOverviewAnalyticsInput',
'GetOverviewAnalyticsOutput',
'GetSpendingAnalyticsInput',
'GetSpendingAnalyticsOutput',
'WorkspaceMembershipOutput',
@@ -82,9 +88,15 @@ from .analytics import (
GetCreativesAnalyticsOutput,
GetPlacementsAnalyticsInput,
GetPlacementsAnalyticsOutput,
GetOverviewAnalyticsInput,
GetSpendingAnalyticsInput,
GetSpendingAnalyticsOutput,
GetOverviewAnalyticsOutput,
NumberWithDelta,
PlacementAnalyticsOutput,
OverviewDailyPoint,
OverviewChannelPerformance,
OverviewProjectSpending,
SpendingDataPoint,
)
from .channel import (