feat: add projects analytics endpoint
This commit is contained in:
@@ -62,6 +62,12 @@ __all__ = (
|
||||
'GetOverviewAnalyticsOutput',
|
||||
'GetSpendingAnalyticsInput',
|
||||
'GetSpendingAnalyticsOutput',
|
||||
'DateGroupingType',
|
||||
'ProjectMetrics',
|
||||
'ProjectMetricsData',
|
||||
'ProjectAnalyticsPeriod',
|
||||
'GetProjectsAnalyticsInput',
|
||||
'GetProjectsAnalyticsOutput',
|
||||
'WorkspaceMembershipOutput',
|
||||
'GetWorkspacesOutput',
|
||||
'CreateWorkspaceInput',
|
||||
@@ -86,6 +92,7 @@ from .analytics import (
|
||||
ChannelAnalyticsOutput,
|
||||
CreativeAnalyticsOutput,
|
||||
DateGrouping,
|
||||
DateGroupingType,
|
||||
GetChannelAnalyticsInput,
|
||||
GetChannelAnalyticsOutput,
|
||||
GetCreativesAnalyticsInput,
|
||||
@@ -93,6 +100,8 @@ from .analytics import (
|
||||
GetPlacementsAnalyticsInput,
|
||||
GetPlacementsAnalyticsOutput,
|
||||
GetOverviewAnalyticsInput,
|
||||
GetProjectsAnalyticsInput,
|
||||
GetProjectsAnalyticsOutput,
|
||||
GetSpendingAnalyticsInput,
|
||||
GetSpendingAnalyticsOutput,
|
||||
GetOverviewAnalyticsOutput,
|
||||
@@ -101,6 +110,9 @@ from .analytics import (
|
||||
OverviewDailyPoint,
|
||||
OverviewChannelPerformance,
|
||||
OverviewProjectSpending,
|
||||
ProjectAnalyticsPeriod,
|
||||
ProjectMetrics,
|
||||
ProjectMetricsData,
|
||||
SpendingDataPoint,
|
||||
)
|
||||
from .channel import (
|
||||
|
||||
Reference in New Issue
Block a user