@pushwoosh/rpc-gateway-statistics-api 1.3.691 → 1.3.693

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/data.js CHANGED
@@ -87,12 +87,6 @@ export const data = {
87
87
  "type": "S",
88
88
  "key": "statisticsV1",
89
89
  "methods": {
90
- "GetTotalStatisticsByApplicationID": {
91
- "request": "pushwoosh.statistics.statistics.v1.StatisticsByApplicationIDRequest",
92
- "response": "pushwoosh.statistics.statistics.v1.TotalStatisticsByApplicationIDResponse",
93
- "method": "post",
94
- "path": "/api/v1/statistics/total_application_statistics"
95
- },
96
90
  "GetMessageDeliveryReport": {
97
91
  "request": "pushwoosh.statistics.statistics.v1.MessageDeliveryReportRequest",
98
92
  "response": "pushwoosh.statistics.statistics.v1.MessageDeliveryReportResponse",
@@ -171,12 +165,6 @@ export const data = {
171
165
  "method": "post",
172
166
  "path": "/api/v2/statistics/devices/getUnregisteredDevices"
173
167
  },
174
- "GetAccountTotalStatistics": {
175
- "request": "pushwoosh.statistics.statistics.v1.GetAccountTotalStatisticsRequest",
176
- "response": "pushwoosh.statistics.statistics.v1.GetAccountTotalStatisticsResponse",
177
- "method": "post",
178
- "path": "/api/v2/statistics/accounts/getTotalStatistics"
179
- },
180
168
  "GetMessagesTotalStatisticsCP": {
181
169
  "request": "pushwoosh.statistics.statistics.v1.GetMessagesTotalStatisticsCPRequest",
182
170
  "response": "pushwoosh.statistics.statistics.v1.GetMessagesTotalStatisticsCPResponse",
@@ -231,35 +219,11 @@ export const data = {
231
219
  "method": "post",
232
220
  "path": "/api/v2/statistics/messages/getMessagesFunnelStatistics"
233
221
  },
234
- "GetFrequencyCappingTotalStatisticsCP": {
235
- "request": "pushwoosh.statistics.statistics.v1.GetFrequencyCappingTotalStatisticsCPRequest",
236
- "response": "pushwoosh.statistics.statistics.v1.GetFrequencyCappingTotalStatisticsCPResponse",
237
- "method": "post",
238
- "path": "/api/v2/statistics/frequencyCapping/getTotalStatistics"
239
- },
240
222
  "GetUsersPAEStatisticsCP": {
241
223
  "request": "pushwoosh.statistics.statistics.v1.GetUsersPAEStatisticsCPRequest",
242
224
  "response": "pushwoosh.statistics.statistics.v1.GetUsersPAEStatisticsCPResponse",
243
225
  "method": "post",
244
226
  "path": "/api/v2/statistics/audience/getUsersPAEStatistics"
245
- },
246
- "GetMessageLog": {
247
- "request": "pushwoosh.statistics.statistics.v1.GetMessageLogRequest",
248
- "response": "pushwoosh.statistics.statistics.v1.GetMessageLogResponse",
249
- "method": "post",
250
- "path": "/api/v2/statistics/getMessageLog"
251
- },
252
- "GetEmailLinkStatistics": {
253
- "request": "pushwoosh.statistics.statistics.v1.GetEmailLinkStatisticsRequest",
254
- "response": "pushwoosh.statistics.statistics.v1.GetEmailLinkStatisticsResponse",
255
- "method": "post",
256
- "path": "/api/v2/statistics/emails/linksInteractions"
257
- },
258
- "GetEmailLinkHWIDs": {
259
- "request": "pushwoosh.statistics.statistics.v1.GetEmailLinkHWIDsRequest",
260
- "response": "pushwoosh.statistics.statistics.v1.GetEmailLinkHWIDsResponse",
261
- "method": "post",
262
- "path": "/api/v2/statistics/emails/linksInteractionsDevices"
263
227
  }
264
228
  }
265
229
  },
@@ -2345,48 +2309,6 @@ export const data = {
2345
2309
  }
2346
2310
  }
2347
2311
  },
2348
- "pushwoosh.statistics.statistics.v2.MessagesService": {
2349
- "type": "S",
2350
- "key": "messages",
2351
- "methods": {
2352
- "List": {
2353
- "request": "pushwoosh.statistics.statistics.v2.ListRequest",
2354
- "response": "pushwoosh.statistics.statistics.v2.ListResponse",
2355
- "method": "post",
2356
- "path": "/api/v2/messages:list"
2357
- },
2358
- "LoadByCodes": {
2359
- "request": "pushwoosh.statistics.statistics.v2.LoadByCodesRequest",
2360
- "response": "pushwoosh.statistics.statistics.v2.LoadByCodesResponse",
2361
- "method": "post",
2362
- "path": "/api/v2/messages:load-by-codes"
2363
- },
2364
- "GetByIDs": {
2365
- "request": "pushwoosh.statistics.statistics.v2.GetByIDsRequest",
2366
- "response": "pushwoosh.statistics.statistics.v2.GetByIDsResponse",
2367
- "method": "post",
2368
- "path": "/api/v2/messages:get-by-ids"
2369
- },
2370
- "LoadByCode": {
2371
- "request": "pushwoosh.statistics.statistics.v2.LoadByCodeRequest",
2372
- "response": "pushwoosh.statistics.statistics.v2.LoadByCodeResponse",
2373
- "method": "post",
2374
- "path": "/api/v2/messages:load-by-code"
2375
- },
2376
- "GetByID": {
2377
- "request": "pushwoosh.statistics.statistics.v2.GetByIDRequest",
2378
- "response": "pushwoosh.statistics.statistics.v2.GetByIDResponse",
2379
- "method": "post",
2380
- "path": "/api/v2/messages:get-by-id"
2381
- },
2382
- "Load": {
2383
- "request": "pushwoosh.statistics.statistics.v2.LoadRequest",
2384
- "response": "pushwoosh.statistics.statistics.v2.LoadResponse",
2385
- "method": "post",
2386
- "path": "/api/v2/messages:load"
2387
- }
2388
- }
2389
- },
2390
2312
  "pushwoosh.statistics.statistics.v2.ListRequest.Filter": {
2391
2313
  "type": "I",
2392
2314
  "fields": {
@@ -2899,30 +2821,6 @@ export const data = {
2899
2821
  }
2900
2822
  }
2901
2823
  },
2902
- "pushwoosh.statistics.statistics.v2.overview.OverviewService": {
2903
- "type": "S",
2904
- "key": "overview",
2905
- "methods": {
2906
- "Get": {
2907
- "request": "pushwoosh.statistics.statistics.v2.overview.GetRequest",
2908
- "response": "pushwoosh.statistics.statistics.v2.overview.GetResponse",
2909
- "method": "get",
2910
- "path": "/api/v2/overview"
2911
- },
2912
- "GetMessagesStatByApplications": {
2913
- "request": "pushwoosh.statistics.statistics.v2.overview.GetMessagesStatByApplicationsRequest",
2914
- "response": "pushwoosh.statistics.statistics.v2.overview.GetMessagesStatByApplicationsResponse",
2915
- "method": "get",
2916
- "path": "/api/v2/statistics/overview/getMessagesByApplications"
2917
- },
2918
- "GetAudienceStatByApplications": {
2919
- "request": "pushwoosh.statistics.statistics.v2.overview.GetAudienceStatByApplicationsRequest",
2920
- "response": "pushwoosh.statistics.statistics.v2.overview.GetAudienceStatByApplicationsResponse",
2921
- "method": "get",
2922
- "path": "/api/v2/statistics/overview/getAudienceByApplications"
2923
- }
2924
- }
2925
- },
2926
2824
  "pushwoosh.statistics.statistics.v2.overview.GetRequest": {
2927
2825
  "type": "I",
2928
2826
  "fields": {
@@ -3026,12 +2924,6 @@ export const data = {
3026
2924
  "type": "S",
3027
2925
  "key": "statisticsV2",
3028
2926
  "methods": {
3029
- "GetBouncedEmails": {
3030
- "request": "pushwoosh.statistics.statistics.v2.statistics.GetBouncedEmailsRequest",
3031
- "response": "pushwoosh.statistics.statistics.v2.statistics.GetBouncedEmailsResponse",
3032
- "method": "post",
3033
- "path": "/api/v2/statistics/emails/bouncedEmails"
3034
- },
3035
2927
  "GetMessagesStatistics": {
3036
2928
  "request": "pushwoosh.statistics.statistics.v2.statistics.GetMessagesStatisticsRequest",
3037
2929
  "response": "pushwoosh.statistics.statistics.v2.statistics.GetMessagesStatisticsResponse",
@@ -3103,42 +2995,6 @@ export const data = {
3103
2995
  "response": "pushwoosh.statistics.statistics.v2.statistics.GetActiveAudienceResponse",
3104
2996
  "method": "post",
3105
2997
  "path": "/api/v2/statistics/audience/getActiveAudience"
3106
- },
3107
- "GetUniqueEmailRecipients": {
3108
- "request": "pushwoosh.statistics.statistics.v2.statistics.GetUniqueEmailRecipientsRequest",
3109
- "response": "pushwoosh.statistics.statistics.v2.statistics.GetUniqueEmailRecipientsResponse",
3110
- "method": "post",
3111
- "path": "/api/v2/statistics/emails/getUniqueRecipients"
3112
- },
3113
- "GetSubscriptionFormStatistics": {
3114
- "request": "pushwoosh.statistics.statistics.v2.statistics.GetSubscriptionFormStatisticsRequest",
3115
- "response": "pushwoosh.statistics.statistics.v2.statistics.GetSubscriptionFormStatisticsResponse",
3116
- "method": "post",
3117
- "path": "/api/v2/statistics/emails/getSubscriptionFormStatistics"
3118
- },
3119
- "GetPopupFormsStatistics": {
3120
- "request": "pushwoosh.statistics.statistics.v2.statistics.GetPopupFormsStatisticsRequest",
3121
- "response": "pushwoosh.statistics.statistics.v2.statistics.GetPopupFormsStatisticsResponse",
3122
- "method": "post",
3123
- "path": "/api/v2/statistics/forms/getPopupFormsStatistics"
3124
- },
3125
- "GetInboundWebhookActivityLog": {
3126
- "request": "pushwoosh.statistics.statistics.v2.statistics.GetInboundWebhookActivityLogRequest",
3127
- "response": "pushwoosh.statistics.statistics.v2.statistics.GetInboundWebhookActivityLogResponse",
3128
- "method": "post",
3129
- "path": "/api/v2/statistics/inboundWebhooks/getActivityLog"
3130
- },
3131
- "GetInboundWebhooksStatus": {
3132
- "request": "pushwoosh.statistics.statistics.v2.statistics.GetInboundWebhooksStatusRequest",
3133
- "response": "pushwoosh.statistics.statistics.v2.statistics.GetInboundWebhooksStatusResponse",
3134
- "method": "post",
3135
- "path": "/api/v2/statistics/inboundWebhooks/getStatus"
3136
- },
3137
- "GetUserFCSuppressions": {
3138
- "request": "pushwoosh.statistics.statistics.v2.statistics.GetUserFCSuppressionsRequest",
3139
- "response": "pushwoosh.statistics.statistics.v2.statistics.GetUserFCSuppressionsResponse",
3140
- "method": "post",
3141
- "path": "/api/v2/statistics/frequencyCapping/userSuppressionsList"
3142
2998
  }
3143
2999
  }
3144
3000
  },
package/index.d.ts CHANGED
@@ -1,13 +1,9 @@
1
1
  import { StatisticsService as pushwoosh_statistics_statistics_v1_StatisticsService } from './pushwoosh_statistics_statistics_v1';
2
2
  import { DashboardsService as pushwoosh_statistics_statistics_v2_dashboards_DashboardsService } from './pushwoosh_statistics_statistics_v2_dashboards';
3
- import { MessagesService as pushwoosh_statistics_statistics_v2_MessagesService } from './pushwoosh_statistics_statistics_v2';
4
- import { OverviewService as pushwoosh_statistics_statistics_v2_overview_OverviewService } from './pushwoosh_statistics_statistics_v2_overview';
5
3
  import { StatisticsService as pushwoosh_statistics_statistics_v2_statistics_StatisticsService } from './pushwoosh_statistics_statistics_v2_statistics';
6
4
  export type API = {
7
5
  statisticsV1: pushwoosh_statistics_statistics_v1_StatisticsService;
8
6
  dashboards: pushwoosh_statistics_statistics_v2_dashboards_DashboardsService;
9
- messages: pushwoosh_statistics_statistics_v2_MessagesService;
10
- overview: pushwoosh_statistics_statistics_v2_overview_OverviewService;
11
7
  statisticsV2: pushwoosh_statistics_statistics_v2_statistics_StatisticsService;
12
8
  };
13
9
  export { data } from './data';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pushwoosh/rpc-gateway-statistics-api",
3
- "version": "1.3.691",
3
+ "version": "1.3.693",
4
4
  "description": "Statistics API gateway HTTP API Types and Data",
5
5
  "main": "index.js",
6
6
  "module": "index.js",
@@ -2,7 +2,6 @@ import { RpcMethod } from './commonTypes';
2
2
  import { Source as pushwoosh_statistics_types_Source } from './pushwoosh_statistics_types';
3
3
  import { TimeInterval as pushwoosh_statistics_types_TimeInterval } from './pushwoosh_statistics_types';
4
4
  import { DateRange as pushwoosh_statistics_types_DateRange } from './pushwoosh_statistics_types';
5
- export type StatisticsService_GetTotalStatisticsByApplicationID = RpcMethod<StatisticsByApplicationIDRequest, TotalStatisticsByApplicationIDResponse>;
6
5
  export type StatisticsService_GetMessageDeliveryReport = RpcMethod<MessageDeliveryReportRequest, MessageDeliveryReportResponse>;
7
6
  export type StatisticsService_GetMessagesList = RpcMethod<MessagesListRequest, MessagesListResponse>;
8
7
  export type StatisticsService_GetMessageEmailStatistics = RpcMethod<GetMessageEmailStatisticsRequest, GetMessageEmailStatisticsResponse>;
@@ -16,7 +15,6 @@ export type StatisticsService_GetActiveUsersCount = RpcMethod<GetActiveUsersCoun
16
15
  export type StatisticsService_GetSubscribers = RpcMethod<GetSubscribersRequest, GetSubscribersResponse>;
17
16
  export type StatisticsService_GetApplicationTotalMetricsStatistics = RpcMethod<GetApplicationTotalMetricsStatisticsRequest, GetApplicationTotalMetricsStatisticsResponse>;
18
17
  export type StatisticsService_GetUnregisteredDevices = RpcMethod<GetUnregisteredDevicesRequest, GetUnregisteredDevicesResponse>;
19
- export type StatisticsService_GetAccountTotalStatistics = RpcMethod<GetAccountTotalStatisticsRequest, GetAccountTotalStatisticsResponse>;
20
18
  export type StatisticsService_GetMessagesTotalStatisticsCP = RpcMethod<GetMessagesTotalStatisticsCPRequest, GetMessagesTotalStatisticsCPResponse>;
21
19
  export type StatisticsService_GetInappTotalStatisticsCP = RpcMethod<GetInappTotalStatisticsCPRequest, GetInappTotalStatisticsCPResponse>;
22
20
  export type StatisticsService_GetEmailClicksTotalStatisticsCP = RpcMethod<GetEmailClicksTotalStatisticsCPRequest, GetEmailClicksTotalStatisticsCPResponse>;
@@ -26,15 +24,9 @@ export type StatisticsService_GetRetentionTotalStatisticsCP = RpcMethod<GetReten
26
24
  export type StatisticsService_GetEngagementTotalStatisticsCP = RpcMethod<GetEngagementTotalStatisticsCPRequest, GetEngagementTotalStatisticsCPResponse>;
27
25
  export type StatisticsService_GetActiveUsersTotalStatisticsCP = RpcMethod<GetActiveUsersTotalStatisticsCPRequest, GetActiveUsersTotalStatisticsCPResponse>;
28
26
  export type StatisticsService_GetMessagesFunnelStatisticsCP = RpcMethod<GetMessagesFunnelStatisticsCPRequest, GetMessagesFunnelStatisticsCPResponse>;
29
- export type StatisticsService_GetFrequencyCappingTotalStatisticsCP = RpcMethod<GetFrequencyCappingTotalStatisticsCPRequest, GetFrequencyCappingTotalStatisticsCPResponse>;
30
27
  export type StatisticsService_GetUsersPAEStatisticsCP = RpcMethod<GetUsersPAEStatisticsCPRequest, GetUsersPAEStatisticsCPResponse>;
31
- export type StatisticsService_GetMessageLog = RpcMethod<GetMessageLogRequest, GetMessageLogResponse>;
32
- export type StatisticsService_GetEmailLinkStatistics = RpcMethod<GetEmailLinkStatisticsRequest, GetEmailLinkStatisticsResponse>;
33
- export type StatisticsService_GetEmailLinkHWIDs = RpcMethod<GetEmailLinkHWIDsRequest, GetEmailLinkHWIDsResponse>;
34
28
  /** StatisticsService provides statistics operations for messages, campaigns, and applications */
35
29
  export interface StatisticsService {
36
- /** GetTotalStatisticsByApplicationID returns aggregated statistics for campaigns by application ID */
37
- GetTotalStatisticsByApplicationID: StatisticsService_GetTotalStatisticsByApplicationID;
38
30
  /** TODO: delete? */
39
31
  GetMessageDeliveryReport: StatisticsService_GetMessageDeliveryReport;
40
32
  /** TODO: delete? used in push history */
@@ -61,8 +53,6 @@ export interface StatisticsService {
61
53
  GetApplicationTotalMetricsStatistics: StatisticsService_GetApplicationTotalMetricsStatistics;
62
54
  /** GetUnregisteredDevices returns list of devices that unregistered in the specified time period */
63
55
  GetUnregisteredDevices: StatisticsService_GetUnregisteredDevices;
64
- /** GetAccountTotalStatistics returns account-level statistics including MAU and message sends */
65
- GetAccountTotalStatistics: StatisticsService_GetAccountTotalStatistics;
66
56
  /** GetMessagesTotalStatisticsCP returns message statistics for control panel overview */
67
57
  GetMessagesTotalStatisticsCP: StatisticsService_GetMessagesTotalStatisticsCP;
68
58
  /** GetInappTotalStatisticsCP returns in-app message statistics for control panel */
@@ -81,16 +71,8 @@ export interface StatisticsService {
81
71
  GetActiveUsersTotalStatisticsCP: StatisticsService_GetActiveUsersTotalStatisticsCP;
82
72
  /** GetMessagesFunnelStatisticsCP returns message funnel conversion statistics */
83
73
  GetMessagesFunnelStatisticsCP: StatisticsService_GetMessagesFunnelStatisticsCP;
84
- /** GetFrequencyCappingTotalStatisticsCP returns frequency capping totals for the application across all channels for the period */
85
- GetFrequencyCappingTotalStatisticsCP: StatisticsService_GetFrequencyCappingTotalStatisticsCP;
86
74
  /** GetUsersPAEStatisticsCP returns Push Active Enabled (PAE) user statistics */
87
75
  GetUsersPAEStatisticsCP: StatisticsService_GetUsersPAEStatisticsCP;
88
- /** GetMessageLog returns detailed tracking log for messages */
89
- GetMessageLog: StatisticsService_GetMessageLog;
90
- /** GetEmailLinkStatistics returns email link click statistics with optional full link details */
91
- GetEmailLinkStatistics: StatisticsService_GetEmailLinkStatistics;
92
- /** GetEmailLinkHWIDs returns device IDs that clicked email links */
93
- GetEmailLinkHWIDs: StatisticsService_GetEmailLinkHWIDs;
94
76
  }
95
77
  /** StatisticsByApplicationIDRequest represents a request for application statistics */
96
78
  export type StatisticsByApplicationIDRequest = {
@@ -1,22 +1,8 @@
1
- import { RpcMethod, JsonObject } from './commonTypes';
1
+ import { JsonObject } from './commonTypes';
2
2
  import { Platform as pushwoosh_statistics_types_Platform } from './pushwoosh_statistics_types';
3
3
  import { DateRange as pushwoosh_statistics_types_DateRange } from './pushwoosh_statistics_types';
4
4
  import { Source as pushwoosh_statistics_types_Source } from './pushwoosh_statistics_types';
5
5
  import { MessageType as pushwoosh_statistics_types_MessageType } from './pushwoosh_statistics_types';
6
- export type MessagesService_List = RpcMethod<ListRequest, ListResponse>;
7
- export type MessagesService_LoadByCodes = RpcMethod<LoadByCodesRequest, LoadByCodesResponse>;
8
- export type MessagesService_GetByIDs = RpcMethod<GetByIDsRequest, GetByIDsResponse>;
9
- export type MessagesService_LoadByCode = RpcMethod<LoadByCodeRequest, LoadByCodeResponse>;
10
- export type MessagesService_GetByID = RpcMethod<GetByIDRequest, GetByIDResponse>;
11
- export type MessagesService_Load = RpcMethod<LoadRequest, LoadResponse>;
12
- export interface MessagesService {
13
- List: MessagesService_List;
14
- LoadByCodes: MessagesService_LoadByCodes;
15
- GetByIDs: MessagesService_GetByIDs;
16
- LoadByCode: MessagesService_LoadByCode;
17
- GetByID: MessagesService_GetByID;
18
- Load: MessagesService_Load;
19
- }
20
6
  export type ListRequest_Filter = {
21
7
  platforms: pushwoosh_statistics_types_Platform[];
22
8
  dateRange: pushwoosh_statistics_types_DateRange;
@@ -1,13 +1,3 @@
1
- import { RpcMethod } from './commonTypes';
2
- export type OverviewService_Get = RpcMethod<GetRequest, GetResponse>;
3
- export type OverviewService_GetMessagesStatByApplications = RpcMethod<GetMessagesStatByApplicationsRequest, GetMessagesStatByApplicationsResponse>;
4
- export type OverviewService_GetAudienceStatByApplications = RpcMethod<GetAudienceStatByApplicationsRequest, GetAudienceStatByApplicationsResponse>;
5
- export interface OverviewService {
6
- /** Get returns overview statistics for pushwoosh. */
7
- Get: OverviewService_Get;
8
- GetMessagesStatByApplications: OverviewService_GetMessagesStatByApplications;
9
- GetAudienceStatByApplications: OverviewService_GetAudienceStatByApplications;
10
- }
11
1
  export type GetRequest = {
12
2
  /**
13
3
  * day to get statistics for.
@@ -1,6 +1,5 @@
1
1
  import { RpcMethod } from './commonTypes';
2
2
  import { TimeInterval as pushwoosh_statistics_types_TimeInterval } from './pushwoosh_statistics_types';
3
- export type StatisticsService_GetBouncedEmails = RpcMethod<GetBouncedEmailsRequest, GetBouncedEmailsResponse>;
4
3
  export type StatisticsService_GetMessagesStatistics = RpcMethod<GetMessagesStatisticsRequest, GetMessagesStatisticsResponse>;
5
4
  export type StatisticsService_GetCampaignStatistics = RpcMethod<GetCampaignStatisticsRequest, GetCampaignStatisticsResponse>;
6
5
  export type StatisticsService_GetCampaignLinkClicks = RpcMethod<GetCampaignLinkClicksRequest, GetCampaignLinkClicksResponse>;
@@ -13,16 +12,8 @@ export type StatisticsService_GetDAUStatistics = RpcMethod<GetDAUStatisticsReque
13
12
  export type StatisticsService_GetPushApplicationStatistics = RpcMethod<GetPushApplicationStatisticsRequest, GetPushApplicationStatisticsResponse>;
14
13
  export type StatisticsService_GetEmailApplicationStatistics = RpcMethod<GetEmailApplicationStatisticsRequest, GetEmailApplicationStatisticsResponse>;
15
14
  export type StatisticsService_GetActiveAudience = RpcMethod<GetActiveAudienceRequest, GetActiveAudienceResponse>;
16
- export type StatisticsService_GetUniqueEmailRecipients = RpcMethod<GetUniqueEmailRecipientsRequest, GetUniqueEmailRecipientsResponse>;
17
- export type StatisticsService_GetSubscriptionFormStatistics = RpcMethod<GetSubscriptionFormStatisticsRequest, GetSubscriptionFormStatisticsResponse>;
18
- export type StatisticsService_GetPopupFormsStatistics = RpcMethod<GetPopupFormsStatisticsRequest, GetPopupFormsStatisticsResponse>;
19
- export type StatisticsService_GetInboundWebhookActivityLog = RpcMethod<GetInboundWebhookActivityLogRequest, GetInboundWebhookActivityLogResponse>;
20
- export type StatisticsService_GetInboundWebhooksStatus = RpcMethod<GetInboundWebhooksStatusRequest, GetInboundWebhooksStatusResponse>;
21
- export type StatisticsService_GetUserFCSuppressions = RpcMethod<GetUserFCSuppressionsRequest, GetUserFCSuppressionsResponse>;
22
15
  /** StatisticsService provides various statistics operations */
23
16
  export interface StatisticsService {
24
- /** GetBouncedEmails returns list of bounced email addresses for messages or campaigns */
25
- GetBouncedEmails: StatisticsService_GetBouncedEmails;
26
17
  /** GetMessagesStatistics returns message statistics grouped by platform and time intervals */
27
18
  GetMessagesStatistics: StatisticsService_GetMessagesStatistics;
28
19
  /** GetCampaignStatistics returns detailed campaign statistics with time series data */
@@ -47,18 +38,6 @@ export interface StatisticsService {
47
38
  GetEmailApplicationStatistics: StatisticsService_GetEmailApplicationStatistics;
48
39
  /** GetActiveAudience returns active users and active devices groped by application and platform */
49
40
  GetActiveAudience: StatisticsService_GetActiveAudience;
50
- /** GetUniqueEmailRecipients returns count of unique email HWIDs that received at least one successful send in the given period */
51
- GetUniqueEmailRecipients: StatisticsService_GetUniqueEmailRecipients;
52
- /** GetSubscriptionFormStatistics returns subscription form statistics (views, submissions, conversions) */
53
- GetSubscriptionFormStatistics: StatisticsService_GetSubscriptionFormStatistics;
54
- /** GetPopupFormsStatistics returns popup forms statistics (visits, impressions) */
55
- GetPopupFormsStatistics: StatisticsService_GetPopupFormsStatistics;
56
- /** GetInboundWebhookActivityLog returns activity log for inbound webhooks */
57
- GetInboundWebhookActivityLog: StatisticsService_GetInboundWebhookActivityLog;
58
- /** GetInboundWebhooksStatus returns status of webhooks based on their last log entry */
59
- GetInboundWebhooksStatus: StatisticsService_GetInboundWebhooksStatus;
60
- /** GetUserFCSuppressions returns list of messages from which user was excluded by frequency capping */
61
- GetUserFCSuppressions: StatisticsService_GetUserFCSuppressions;
62
41
  }
63
42
  /** EmailEventType represents different types of email delivery events */
64
43
  export type EmailEventType =