@pushwoosh/rpc-gateway-statistics-api 1.3.689

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 ADDED
@@ -0,0 +1,4192 @@
1
+ /* eslint-disable */
2
+ /* Autogenerated code */
3
+ export const data = {
4
+ "pushwoosh.statistics.types.TimeInterval": {
5
+ "type": "E",
6
+ "values": [
7
+ "TIME_INTERVAL_UNSPECIFIED",
8
+ "HOUR",
9
+ "DAY",
10
+ "WEEK",
11
+ "MONTH",
12
+ "MINUTE"
13
+ ]
14
+ },
15
+ "pushwoosh.statistics.types.Source": {
16
+ "type": "E",
17
+ "values": [
18
+ "SOURCE_UNSPECIFIED",
19
+ "AB_EXPERIMENT",
20
+ "AB_TEST",
21
+ "API",
22
+ "AUTO_PUSH",
23
+ "CP",
24
+ "CSV",
25
+ "CUSTOMER_JOURNEY",
26
+ "EMAIL_API",
27
+ "EMAIL_CP",
28
+ "GEO_ZONE",
29
+ "PUSH_ON_EVENT",
30
+ "RSS",
31
+ "SYSTEM",
32
+ "TWITTER",
33
+ "TARGETED",
34
+ "LIVE_ACTIVITY_API"
35
+ ]
36
+ },
37
+ "pushwoosh.statistics.types.MessageType": {
38
+ "type": "E",
39
+ "values": [
40
+ "MESSAGE_TYPE_UNSPECIFIED",
41
+ "TRANSACTIONAL",
42
+ "BROADCAST",
43
+ "ALL"
44
+ ]
45
+ },
46
+ "pushwoosh.statistics.types.Platform": {
47
+ "type": "E",
48
+ "values": [
49
+ "PLATFORM_UNSPECIFIED",
50
+ "IOS",
51
+ "BLACKBERRY",
52
+ "ANDROID",
53
+ "ASHA",
54
+ "WINDOWS_PHONE",
55
+ "BADA",
56
+ "OSX",
57
+ "WINDOWS",
58
+ "AMAZON",
59
+ "SAFARI",
60
+ "CHROME",
61
+ "FIREFOX",
62
+ "IE",
63
+ "EMAIL",
64
+ "FB_MESSENGER",
65
+ "BAIDU_ANDROID",
66
+ "HUAWEI_ANDROID",
67
+ "SMS",
68
+ "XIAOMI",
69
+ "WEB"
70
+ ]
71
+ },
72
+ "pushwoosh.statistics.types.DateRange": {
73
+ "type": "I",
74
+ "fields": {
75
+ "dateFrom": {
76
+ "type": "string"
77
+ },
78
+ "dateTo": {
79
+ "type": "string"
80
+ },
81
+ "interval": {
82
+ "type": "pushwoosh.statistics.types.TimeInterval"
83
+ }
84
+ }
85
+ },
86
+ "pushwoosh.statistics.statistics.v1.StatisticsService": {
87
+ "type": "S",
88
+ "key": "statisticsV1",
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
+ "GetMessageDeliveryReport": {
97
+ "request": "pushwoosh.statistics.statistics.v1.MessageDeliveryReportRequest",
98
+ "response": "pushwoosh.statistics.statistics.v1.MessageDeliveryReportResponse",
99
+ "method": "post",
100
+ "path": "/api/v2/statistics/messages/getDeliveryReport"
101
+ },
102
+ "GetMessagesList": {
103
+ "request": "pushwoosh.statistics.statistics.v1.MessagesListRequest",
104
+ "response": "pushwoosh.statistics.statistics.v1.MessagesListResponse",
105
+ "method": "post",
106
+ "path": "/api/v2/statistics/messages/getList"
107
+ },
108
+ "GetMessageEmailStatistics": {
109
+ "request": "pushwoosh.statistics.statistics.v1.GetMessageEmailStatisticsRequest",
110
+ "response": "pushwoosh.statistics.statistics.v1.GetMessageEmailStatisticsResponse",
111
+ "method": "post",
112
+ "path": "/api/v2/statistics/messages/getEmailStatistics"
113
+ },
114
+ "GetMessageEmailLinkStatistics": {
115
+ "request": "pushwoosh.statistics.statistics.v1.GetMessageEmailLinkStatisticsRequest",
116
+ "response": "pushwoosh.statistics.statistics.v1.GetMessageEmailLinkStatisticsResponse",
117
+ "method": "post",
118
+ "path": "/api/v2/statistics/messages/getEmailLinkStatistics"
119
+ },
120
+ "GetMessageHistory": {
121
+ "request": "pushwoosh.statistics.statistics.v1.GetMessageHistoryRequest",
122
+ "response": "pushwoosh.statistics.statistics.v1.GetMessageHistoryResponse",
123
+ "method": "post",
124
+ "path": "/api/v2/statistics/application/getMessageHistory"
125
+ },
126
+ "GetMessageDetailStatistics": {
127
+ "request": "pushwoosh.statistics.statistics.v1.GetMessageDetailStatisticsRequest",
128
+ "response": "pushwoosh.statistics.statistics.v1.GetMessageDetailStatisticsResponse",
129
+ "method": "post",
130
+ "path": "/api/v2/statistics/messages/getDetailStatistics"
131
+ },
132
+ "GetMessagesTotalStatistics": {
133
+ "request": "pushwoosh.statistics.statistics.v1.GetMessagesTotalStatisticsRequest",
134
+ "response": "pushwoosh.statistics.statistics.v1.GetMessagesTotalStatisticsResponse",
135
+ "method": "post",
136
+ "path": "/api/v2/statistics/messages/getMessagesTotalStatistics"
137
+ },
138
+ "GetApplicationsSubscribersStatistics": {
139
+ "request": "pushwoosh.statistics.statistics.v1.GetApplicationsSubscribersStatisticsRequest",
140
+ "response": "pushwoosh.statistics.statistics.v1.GetApplicationsSubscribersStatisticsResponse",
141
+ "method": "post",
142
+ "path": "/api/v2/statistics/application/getSubscribersStatistics"
143
+ },
144
+ "GetApplicationsSubscribersStatisticsInternal": {
145
+ "request": "pushwoosh.statistics.statistics.v1.GetApplicationsSubscribersStatisticsInternalRequest",
146
+ "response": "pushwoosh.statistics.statistics.v1.GetApplicationsSubscribersStatisticsInternalResponse",
147
+ "method": "post",
148
+ "path": "/api/v2/statistics/application/getSubscribersStatisticsInternal"
149
+ },
150
+ "GetActiveUsersCount": {
151
+ "request": "pushwoosh.statistics.statistics.v1.GetActiveUsersCountRequest",
152
+ "response": "pushwoosh.statistics.statistics.v1.GetActiveUsersCountResponse",
153
+ "method": "post",
154
+ "path": "/api/v2/statistics/audience/getActiveUsersCount"
155
+ },
156
+ "GetSubscribers": {
157
+ "request": "pushwoosh.statistics.statistics.v1.GetSubscribersRequest",
158
+ "response": "pushwoosh.statistics.statistics.v1.GetSubscribersResponse",
159
+ "method": "post",
160
+ "path": "/api/v2/statistics/audience/getSubscribers"
161
+ },
162
+ "GetApplicationTotalMetricsStatistics": {
163
+ "request": "pushwoosh.statistics.statistics.v1.GetApplicationTotalMetricsStatisticsRequest",
164
+ "response": "pushwoosh.statistics.statistics.v1.GetApplicationTotalMetricsStatisticsResponse",
165
+ "method": "post",
166
+ "path": "/api/v2/statistics/application/getApplicationTotalMetricsStatistics"
167
+ },
168
+ "GetUnregisteredDevices": {
169
+ "request": "pushwoosh.statistics.statistics.v1.GetUnregisteredDevicesRequest",
170
+ "response": "pushwoosh.statistics.statistics.v1.GetUnregisteredDevicesResponse",
171
+ "method": "post",
172
+ "path": "/api/v2/statistics/devices/getUnregisteredDevices"
173
+ },
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
+ "GetMessagesTotalStatisticsCP": {
181
+ "request": "pushwoosh.statistics.statistics.v1.GetMessagesTotalStatisticsCPRequest",
182
+ "response": "pushwoosh.statistics.statistics.v1.GetMessagesTotalStatisticsCPResponse",
183
+ "method": "post",
184
+ "path": "/api/v2/statistics/messages/getMessagesTotalStatisticsCP"
185
+ },
186
+ "GetInappTotalStatisticsCP": {
187
+ "request": "pushwoosh.statistics.statistics.v1.GetInappTotalStatisticsCPRequest",
188
+ "response": "pushwoosh.statistics.statistics.v1.GetInappTotalStatisticsCPResponse",
189
+ "method": "post",
190
+ "path": "/api/v2/statistics/messages/getInappTotalStatistics"
191
+ },
192
+ "GetEmailClicksTotalStatisticsCP": {
193
+ "request": "pushwoosh.statistics.statistics.v1.GetEmailClicksTotalStatisticsCPRequest",
194
+ "response": "pushwoosh.statistics.statistics.v1.GetEmailClicksTotalStatisticsCPResponse",
195
+ "method": "post",
196
+ "path": "/api/v2/statistics/messages/getEmailLinksClicksTotalStatistics"
197
+ },
198
+ "GetAverageCTRTotalStatisticsCP": {
199
+ "request": "pushwoosh.statistics.statistics.v1.GetAverageCTRTotalStatisticsCPRequest",
200
+ "response": "pushwoosh.statistics.statistics.v1.GetAverageCTRTotalStatisticsCPResponse",
201
+ "method": "post",
202
+ "path": "/api/v2/statistics/messages/getAverageCTRTotalStatistics"
203
+ },
204
+ "GetSubscribersTotalStatisticsCP": {
205
+ "request": "pushwoosh.statistics.statistics.v1.GetSubscribersTotalStatisticsCPRequest",
206
+ "response": "pushwoosh.statistics.statistics.v1.GetSubscribersTotalStatisticsCPResponse",
207
+ "method": "post",
208
+ "path": "/api/v2/statistics/audience/getSubscribersTotalStatistics"
209
+ },
210
+ "GetRetentionTotalStatisticsCP": {
211
+ "request": "pushwoosh.statistics.statistics.v1.GetRetentionTotalStatisticsCPRequest",
212
+ "response": "pushwoosh.statistics.statistics.v1.GetRetentionTotalStatisticsCPResponse",
213
+ "method": "post",
214
+ "path": "/api/v2/statistics/audience/getRetentionTotalStatistics"
215
+ },
216
+ "GetEngagementTotalStatisticsCP": {
217
+ "request": "pushwoosh.statistics.statistics.v1.GetEngagementTotalStatisticsCPRequest",
218
+ "response": "pushwoosh.statistics.statistics.v1.GetEngagementTotalStatisticsCPResponse",
219
+ "method": "post",
220
+ "path": "/api/v2/statistics/audience/getEngagementTotalStatistics"
221
+ },
222
+ "GetActiveUsersTotalStatisticsCP": {
223
+ "request": "pushwoosh.statistics.statistics.v1.GetActiveUsersTotalStatisticsCPRequest",
224
+ "response": "pushwoosh.statistics.statistics.v1.GetActiveUsersTotalStatisticsCPResponse",
225
+ "method": "post",
226
+ "path": "/api/v2/statistics/audience/getActiveUsersTotalStatistics"
227
+ },
228
+ "GetMessagesFunnelStatisticsCP": {
229
+ "request": "pushwoosh.statistics.statistics.v1.GetMessagesFunnelStatisticsCPRequest",
230
+ "response": "pushwoosh.statistics.statistics.v1.GetMessagesFunnelStatisticsCPResponse",
231
+ "method": "post",
232
+ "path": "/api/v2/statistics/messages/getMessagesFunnelStatistics"
233
+ },
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
+ "GetUsersPAEStatisticsCP": {
241
+ "request": "pushwoosh.statistics.statistics.v1.GetUsersPAEStatisticsCPRequest",
242
+ "response": "pushwoosh.statistics.statistics.v1.GetUsersPAEStatisticsCPResponse",
243
+ "method": "post",
244
+ "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
+ }
264
+ }
265
+ },
266
+ "pushwoosh.statistics.statistics.v1.StatisticsByApplicationIDRequest": {
267
+ "type": "I",
268
+ "fields": {
269
+ "applicationId": {
270
+ "type": "number"
271
+ },
272
+ "campaignIds": {
273
+ "type": "number",
274
+ "array": true
275
+ },
276
+ "fromRfc3339": {
277
+ "type": "string"
278
+ },
279
+ "toRfc3339": {
280
+ "type": "string"
281
+ },
282
+ "withUniq": {
283
+ "type": "boolean"
284
+ }
285
+ }
286
+ },
287
+ "pushwoosh.statistics.statistics.v1.TotalStatisticsByApplicationIDResponse": {
288
+ "type": "I",
289
+ "fields": {
290
+ "campaigns": {
291
+ "type": "pushwoosh.statistics.statistics.v1.TotalEventCollection",
292
+ "array": true
293
+ }
294
+ }
295
+ },
296
+ "pushwoosh.statistics.statistics.v1.TotalEventCollection": {
297
+ "type": "I",
298
+ "fields": {
299
+ "campaignId": {
300
+ "type": "number"
301
+ },
302
+ "sends": {
303
+ "type": "number"
304
+ },
305
+ "opens": {
306
+ "type": "number"
307
+ },
308
+ "unsubs": {
309
+ "type": "number"
310
+ },
311
+ "linkClicked": {
312
+ "type": "number"
313
+ },
314
+ "shows": {
315
+ "type": "number"
316
+ },
317
+ "interactions": {
318
+ "type": "number"
319
+ },
320
+ "skipped": {
321
+ "type": "number"
322
+ },
323
+ "deliveries": {
324
+ "type": "number"
325
+ },
326
+ "totalOpens": {
327
+ "type": "number"
328
+ },
329
+ "totalDeliveries": {
330
+ "type": "number"
331
+ },
332
+ "hardBounces": {
333
+ "type": "number"
334
+ },
335
+ "softBounces": {
336
+ "type": "number"
337
+ },
338
+ "complaints": {
339
+ "type": "number"
340
+ },
341
+ "errors": {
342
+ "type": "number"
343
+ },
344
+ "unshowableSends": {
345
+ "type": "number"
346
+ },
347
+ "rejects": {
348
+ "type": "number"
349
+ },
350
+ "publishesErrors": {
351
+ "type": "number"
352
+ },
353
+ "frequencyCappingUniqueUsers": {
354
+ "type": "number"
355
+ },
356
+ "frequencyCappingSuppressions": {
357
+ "type": "number"
358
+ }
359
+ }
360
+ },
361
+ "pushwoosh.statistics.statistics.v1.MessageDeliveryReportRequest": {
362
+ "type": "I",
363
+ "fields": {
364
+ "messageId": {
365
+ "type": "number"
366
+ }
367
+ }
368
+ },
369
+ "pushwoosh.statistics.statistics.v1.MessageDeliveryReportError": {
370
+ "type": "I",
371
+ "fields": {
372
+ "error": {
373
+ "type": "string"
374
+ },
375
+ "tooltip": {
376
+ "type": "string"
377
+ },
378
+ "count": {
379
+ "type": "number"
380
+ }
381
+ }
382
+ },
383
+ "pushwoosh.statistics.statistics.v1.MessageDeliveryReport": {
384
+ "type": "I",
385
+ "fields": {
386
+ "platform": {
387
+ "type": "string"
388
+ },
389
+ "total": {
390
+ "type": "number"
391
+ },
392
+ "errors": {
393
+ "type": "pushwoosh.statistics.statistics.v1.MessageDeliveryReportError",
394
+ "array": true
395
+ }
396
+ }
397
+ },
398
+ "pushwoosh.statistics.statistics.v1.MessageDeliveryReportResponse": {
399
+ "type": "I",
400
+ "fields": {
401
+ "messageDeliveryReport": {
402
+ "type": "pushwoosh.statistics.statistics.v1.MessageDeliveryReport",
403
+ "array": true
404
+ }
405
+ }
406
+ },
407
+ "pushwoosh.statistics.statistics.v1.MessageStatus": {
408
+ "type": "E",
409
+ "values": [
410
+ "MESSAGE_STATUS_UNSPECIFIED",
411
+ "MESSAGE_STATUS_CANCELED",
412
+ "MESSAGE_STATUS_CREATING",
413
+ "MESSAGE_STATUS_DONE",
414
+ "MESSAGE_STATUS_FAIL",
415
+ "MESSAGE_STATUS_PENDING",
416
+ "MESSAGE_STATUS_PROCESSING",
417
+ "MESSAGE_STATUS_WAITING",
418
+ "MESSAGE_STATUS_DELETED"
419
+ ]
420
+ },
421
+ "pushwoosh.statistics.statistics.v1.MessagesListRequest": {
422
+ "type": "I",
423
+ "fields": {
424
+ "lastMessageId": {
425
+ "type": "number"
426
+ },
427
+ "createdVia": {
428
+ "type": "pushwoosh.statistics.types.Source"
429
+ },
430
+ "campaignCode": {
431
+ "type": "string"
432
+ },
433
+ "applicationCode": {
434
+ "type": "string"
435
+ },
436
+ "messageId": {
437
+ "type": "number"
438
+ },
439
+ "messageCode": {
440
+ "type": "string"
441
+ },
442
+ "status": {
443
+ "type": "pushwoosh.statistics.statistics.v1.MessageStatus"
444
+ },
445
+ "limit": {
446
+ "type": "number"
447
+ },
448
+ "searchContent": {
449
+ "type": "string"
450
+ }
451
+ }
452
+ },
453
+ "pushwoosh.statistics.statistics.v1.MessagesItem": {
454
+ "type": "I",
455
+ "fields": {
456
+ "messageId": {
457
+ "type": "number"
458
+ },
459
+ "status": {
460
+ "type": "pushwoosh.statistics.statistics.v1.MessageStatus"
461
+ },
462
+ "content": {
463
+ "type": "string"
464
+ },
465
+ "sendDate": {
466
+ "type": "string"
467
+ },
468
+ "createdVia": {
469
+ "type": "pushwoosh.statistics.types.Source"
470
+ },
471
+ "hasError": {
472
+ "type": "boolean"
473
+ },
474
+ "hasReports": {
475
+ "type": "boolean"
476
+ },
477
+ "abTestId": {
478
+ "type": "number"
479
+ }
480
+ }
481
+ },
482
+ "pushwoosh.statistics.statistics.v1.MessagesListResponse": {
483
+ "type": "I",
484
+ "fields": {
485
+ "messages": {
486
+ "type": "pushwoosh.statistics.statistics.v1.MessagesItem",
487
+ "array": true
488
+ }
489
+ }
490
+ },
491
+ "pushwoosh.statistics.statistics.v1.GetMessageEmailStatisticsRequest": {
492
+ "type": "I",
493
+ "fields": {
494
+ "messageId": {
495
+ "type": "number"
496
+ }
497
+ }
498
+ },
499
+ "pushwoosh.statistics.statistics.v1.MessageMetricWithTimestamp": {
500
+ "type": "I",
501
+ "fields": {
502
+ "timestamp": {
503
+ "type": "string"
504
+ },
505
+ "sends": {
506
+ "type": "number"
507
+ },
508
+ "opens": {
509
+ "type": "number"
510
+ },
511
+ "deliveries": {
512
+ "type": "number"
513
+ },
514
+ "hardBounces": {
515
+ "type": "number"
516
+ },
517
+ "softBounces": {
518
+ "type": "number"
519
+ },
520
+ "rejects": {
521
+ "type": "number"
522
+ },
523
+ "confirmedSends": {
524
+ "type": "number"
525
+ },
526
+ "inboxOpens": {
527
+ "type": "number"
528
+ },
529
+ "unsubs": {
530
+ "type": "number"
531
+ },
532
+ "complaints": {
533
+ "type": "number"
534
+ },
535
+ "uniqOpens": {
536
+ "type": "number"
537
+ },
538
+ "uniqInboxOpens": {
539
+ "type": "number"
540
+ },
541
+ "unshowableSends": {
542
+ "type": "number"
543
+ },
544
+ "linksClicks": {
545
+ "type": "number"
546
+ }
547
+ }
548
+ },
549
+ "pushwoosh.statistics.statistics.v1.EmailLink": {
550
+ "type": "I",
551
+ "fields": {
552
+ "link": {
553
+ "type": "string"
554
+ },
555
+ "count": {
556
+ "type": "number"
557
+ },
558
+ "conversion": {
559
+ "type": "number"
560
+ }
561
+ }
562
+ },
563
+ "pushwoosh.statistics.statistics.v1.GetMessageEmailStatisticsResponse": {
564
+ "type": "I",
565
+ "fields": {
566
+ "metrics": {
567
+ "type": "pushwoosh.statistics.statistics.v1.MessageMetricWithTimestamp",
568
+ "array": true
569
+ },
570
+ "links": {
571
+ "type": "pushwoosh.statistics.statistics.v1.EmailLink",
572
+ "array": true
573
+ }
574
+ }
575
+ },
576
+ "pushwoosh.statistics.statistics.v1.GetMessageEmailLinkStatisticsRequest": {
577
+ "type": "I",
578
+ "fields": {
579
+ "campaignCode": {
580
+ "type": "string"
581
+ },
582
+ "timestampFrom": {
583
+ "type": "string"
584
+ },
585
+ "timestampTo": {
586
+ "type": "string"
587
+ }
588
+ }
589
+ },
590
+ "pushwoosh.statistics.statistics.v1.EmailLinkTemplateCodeStatistics": {
591
+ "type": "I",
592
+ "fields": {
593
+ "templateCode": {
594
+ "type": "string"
595
+ },
596
+ "links": {
597
+ "type": "pushwoosh.statistics.statistics.v1.EmailLink",
598
+ "array": true
599
+ }
600
+ }
601
+ },
602
+ "pushwoosh.statistics.statistics.v1.GetMessageEmailLinkStatisticsResponse": {
603
+ "type": "I",
604
+ "fields": {
605
+ "linksStatistics": {
606
+ "type": "pushwoosh.statistics.statistics.v1.EmailLinkTemplateCodeStatistics",
607
+ "array": true
608
+ }
609
+ }
610
+ },
611
+ "pushwoosh.statistics.statistics.v1.GetMessagesTotalStatisticsRequest": {
612
+ "type": "I",
613
+ "fields": {
614
+ "campaignIds": {
615
+ "type": "number",
616
+ "array": true
617
+ },
618
+ "applicationId": {
619
+ "type": "number"
620
+ },
621
+ "messagesIds": {
622
+ "type": "number",
623
+ "array": true
624
+ },
625
+ "withUniq": {
626
+ "type": "boolean"
627
+ },
628
+ "applicationIds": {
629
+ "type": "number",
630
+ "array": true
631
+ }
632
+ }
633
+ },
634
+ "pushwoosh.statistics.statistics.v1.MessageMetric": {
635
+ "type": "I",
636
+ "fields": {
637
+ "sends": {
638
+ "type": "number"
639
+ },
640
+ "opens": {
641
+ "type": "number"
642
+ },
643
+ "deliveries": {
644
+ "type": "number"
645
+ },
646
+ "hardBounces": {
647
+ "type": "number"
648
+ },
649
+ "softBounces": {
650
+ "type": "number"
651
+ },
652
+ "rejects": {
653
+ "type": "number"
654
+ },
655
+ "confirmedSends": {
656
+ "type": "number"
657
+ },
658
+ "inboxOpens": {
659
+ "type": "number"
660
+ },
661
+ "unsubs": {
662
+ "type": "number"
663
+ },
664
+ "complaints": {
665
+ "type": "number"
666
+ },
667
+ "uniqOpens": {
668
+ "type": "number"
669
+ },
670
+ "uniqInboxOpens": {
671
+ "type": "number"
672
+ },
673
+ "unshowableSends": {
674
+ "type": "number"
675
+ },
676
+ "errors": {
677
+ "type": "number"
678
+ },
679
+ "totalOpens": {
680
+ "type": "number"
681
+ },
682
+ "totalDeliveries": {
683
+ "type": "number"
684
+ },
685
+ "linksClicks": {
686
+ "type": "number"
687
+ },
688
+ "uniqLinksClicks": {
689
+ "type": "number"
690
+ }
691
+ }
692
+ },
693
+ "pushwoosh.statistics.statistics.v1.MessageMetricItemTotal": {
694
+ "type": "I",
695
+ "fields": {
696
+ "campaignId": {
697
+ "type": "number"
698
+ },
699
+ "applicationId": {
700
+ "type": "number"
701
+ },
702
+ "messageId": {
703
+ "type": "number"
704
+ },
705
+ "messageCode": {
706
+ "type": "string"
707
+ },
708
+ "platformId": {
709
+ "type": "number"
710
+ },
711
+ "metric": {
712
+ "type": "pushwoosh.statistics.statistics.v1.MessageMetric"
713
+ }
714
+ }
715
+ },
716
+ "pushwoosh.statistics.statistics.v1.GetMessagesTotalStatisticsResponse": {
717
+ "type": "I",
718
+ "fields": {
719
+ "metrics": {
720
+ "type": "pushwoosh.statistics.statistics.v1.MessageMetricItemTotal",
721
+ "array": true
722
+ }
723
+ }
724
+ },
725
+ "pushwoosh.statistics.statistics.v1.MessageMetricWithTimestampAndPlatformID": {
726
+ "type": "I",
727
+ "fields": {
728
+ "timestamp": {
729
+ "type": "string"
730
+ },
731
+ "sends": {
732
+ "type": "number"
733
+ },
734
+ "opens": {
735
+ "type": "number"
736
+ },
737
+ "deliveries": {
738
+ "type": "number"
739
+ },
740
+ "hardBounces": {
741
+ "type": "number"
742
+ },
743
+ "softBounces": {
744
+ "type": "number"
745
+ },
746
+ "rejects": {
747
+ "type": "number"
748
+ },
749
+ "confirmedSends": {
750
+ "type": "number"
751
+ },
752
+ "inboxOpens": {
753
+ "type": "number"
754
+ },
755
+ "unsubs": {
756
+ "type": "number"
757
+ },
758
+ "complaints": {
759
+ "type": "number"
760
+ },
761
+ "uniqOpens": {
762
+ "type": "number"
763
+ },
764
+ "uniqInboxOpens": {
765
+ "type": "number"
766
+ },
767
+ "platformId": {
768
+ "type": "number"
769
+ },
770
+ "unshowableSends": {
771
+ "type": "number"
772
+ }
773
+ }
774
+ },
775
+ "pushwoosh.statistics.statistics.v1.GetMessageDetailStatisticsRequest": {
776
+ "type": "I",
777
+ "fields": {
778
+ "messageId": {
779
+ "type": "number"
780
+ },
781
+ "applicationCode": {
782
+ "type": "string"
783
+ },
784
+ "timestampFrom": {
785
+ "type": "string"
786
+ },
787
+ "timestampTo": {
788
+ "type": "string"
789
+ },
790
+ "applicationGroup": {
791
+ "type": "string"
792
+ },
793
+ "campaignCode": {
794
+ "type": "string"
795
+ }
796
+ }
797
+ },
798
+ "pushwoosh.statistics.statistics.v1.GetMessageDetailStatisticsResponse": {
799
+ "type": "I",
800
+ "fields": {
801
+ "metrics": {
802
+ "type": "pushwoosh.statistics.statistics.v1.MessageMetricWithTimestampAndPlatformID",
803
+ "array": true
804
+ }
805
+ }
806
+ },
807
+ "pushwoosh.statistics.statistics.v1.DailyPlatformSubscribersStatistics": {
808
+ "type": "I",
809
+ "fields": {
810
+ "timestamp": {
811
+ "type": "string"
812
+ },
813
+ "platformId": {
814
+ "type": "number"
815
+ },
816
+ "pushEnabled": {
817
+ "type": "number"
818
+ },
819
+ "pushDisabled": {
820
+ "type": "number"
821
+ }
822
+ }
823
+ },
824
+ "pushwoosh.statistics.statistics.v1.GetApplicationsSubscribersStatisticsRequest": {
825
+ "type": "I",
826
+ "fields": {
827
+ "applicationCode": {
828
+ "type": "string"
829
+ },
830
+ "timestampFrom": {
831
+ "type": "string"
832
+ },
833
+ "timestampTo": {
834
+ "type": "string"
835
+ }
836
+ }
837
+ },
838
+ "pushwoosh.statistics.statistics.v1.GetApplicationsSubscribersStatisticsResponse": {
839
+ "type": "I",
840
+ "fields": {
841
+ "statistics": {
842
+ "type": "pushwoosh.statistics.statistics.v1.DailyPlatformSubscribersStatistics",
843
+ "array": true
844
+ }
845
+ }
846
+ },
847
+ "pushwoosh.statistics.statistics.v1.GetApplicationsSubscribersStatisticsInternalRequest": {
848
+ "type": "I",
849
+ "fields": {
850
+ "applicationCode": {
851
+ "type": "string"
852
+ },
853
+ "timestampFrom": {
854
+ "type": "string"
855
+ },
856
+ "timestampTo": {
857
+ "type": "string"
858
+ }
859
+ }
860
+ },
861
+ "pushwoosh.statistics.statistics.v1.GetApplicationsSubscribersStatisticsInternalResponse": {
862
+ "type": "I",
863
+ "fields": {
864
+ "statistics": {
865
+ "type": "pushwoosh.statistics.statistics.v1.DailyPlatformSubscribersStatistics",
866
+ "array": true
867
+ }
868
+ }
869
+ },
870
+ "pushwoosh.statistics.statistics.v1.GetMessagesTotalStatisticsCPRequest": {
871
+ "type": "I",
872
+ "fields": {
873
+ "applicationCode": {
874
+ "type": "string"
875
+ },
876
+ "timestampFrom": {
877
+ "type": "string"
878
+ },
879
+ "timestampTo": {
880
+ "type": "string"
881
+ },
882
+ "interval": {
883
+ "type": "pushwoosh.statistics.types.TimeInterval"
884
+ }
885
+ }
886
+ },
887
+ "pushwoosh.statistics.statistics.v1.ShortMessageMetric": {
888
+ "type": "I",
889
+ "fields": {
890
+ "sent": {
891
+ "type": "number"
892
+ },
893
+ "open": {
894
+ "type": "number"
895
+ },
896
+ "delivered": {
897
+ "type": "number"
898
+ },
899
+ "shown": {
900
+ "type": "number"
901
+ },
902
+ "hardBounces": {
903
+ "type": "number"
904
+ },
905
+ "softBounces": {
906
+ "type": "number"
907
+ },
908
+ "complaints": {
909
+ "type": "number"
910
+ }
911
+ }
912
+ },
913
+ "pushwoosh.statistics.statistics.v1.ShortMessageMetricWithTimestampPlatformID": {
914
+ "type": "I",
915
+ "fields": {
916
+ "timestamp": {
917
+ "type": "string"
918
+ },
919
+ "platformId": {
920
+ "type": "number"
921
+ },
922
+ "metrics": {
923
+ "type": "pushwoosh.statistics.statistics.v1.ShortMessageMetric"
924
+ }
925
+ }
926
+ },
927
+ "pushwoosh.statistics.statistics.v1.PlatformShortMetric": {
928
+ "type": "I",
929
+ "fields": {
930
+ "platformId": {
931
+ "type": "number"
932
+ },
933
+ "currentMetric": {
934
+ "type": "pushwoosh.statistics.statistics.v1.ShortMessageMetric"
935
+ },
936
+ "previousMetric": {
937
+ "type": "pushwoosh.statistics.statistics.v1.ShortMessageMetric"
938
+ }
939
+ }
940
+ },
941
+ "pushwoosh.statistics.statistics.v1.GetMessagesTotalStatisticsCPResponse": {
942
+ "type": "I",
943
+ "fields": {
944
+ "rows": {
945
+ "type": "pushwoosh.statistics.statistics.v1.ShortMessageMetricWithTimestampPlatformID",
946
+ "array": true
947
+ },
948
+ "totals": {
949
+ "type": "pushwoosh.statistics.statistics.v1.PlatformShortMetric",
950
+ "array": true
951
+ }
952
+ }
953
+ },
954
+ "pushwoosh.statistics.statistics.v1.GetInappTotalStatisticsCPRequest": {
955
+ "type": "I",
956
+ "fields": {
957
+ "applicationCode": {
958
+ "type": "string"
959
+ },
960
+ "timestampFrom": {
961
+ "type": "string"
962
+ },
963
+ "timestampTo": {
964
+ "type": "string"
965
+ },
966
+ "interval": {
967
+ "type": "pushwoosh.statistics.types.TimeInterval"
968
+ }
969
+ }
970
+ },
971
+ "pushwoosh.statistics.statistics.v1.CountPercent": {
972
+ "type": "I",
973
+ "fields": {
974
+ "count": {
975
+ "type": "number"
976
+ },
977
+ "percent": {
978
+ "type": "number"
979
+ }
980
+ }
981
+ },
982
+ "pushwoosh.statistics.statistics.v1.MetricCountPercentWithTimestampPlatformID": {
983
+ "type": "I",
984
+ "fields": {
985
+ "timestamp": {
986
+ "type": "string"
987
+ },
988
+ "platformId": {
989
+ "type": "number"
990
+ },
991
+ "metrics": {
992
+ "type": "pushwoosh.statistics.statistics.v1.CountPercent"
993
+ }
994
+ }
995
+ },
996
+ "pushwoosh.statistics.statistics.v1.PlatformMetricCount": {
997
+ "type": "I",
998
+ "fields": {
999
+ "platformId": {
1000
+ "type": "number"
1001
+ },
1002
+ "currentMetric": {
1003
+ "type": "pushwoosh.statistics.statistics.v1.CountPercent"
1004
+ },
1005
+ "previousMetric": {
1006
+ "type": "pushwoosh.statistics.statistics.v1.CountPercent"
1007
+ }
1008
+ }
1009
+ },
1010
+ "pushwoosh.statistics.statistics.v1.GetInappTotalStatisticsCPResponse": {
1011
+ "type": "I",
1012
+ "fields": {
1013
+ "rows": {
1014
+ "type": "pushwoosh.statistics.statistics.v1.MetricCountPercentWithTimestampPlatformID",
1015
+ "array": true
1016
+ },
1017
+ "totals": {
1018
+ "type": "pushwoosh.statistics.statistics.v1.PlatformMetricCount",
1019
+ "array": true
1020
+ }
1021
+ }
1022
+ },
1023
+ "pushwoosh.statistics.statistics.v1.GetEmailClicksTotalStatisticsCPRequest": {
1024
+ "type": "I",
1025
+ "fields": {
1026
+ "applicationCode": {
1027
+ "type": "string"
1028
+ },
1029
+ "timestampFrom": {
1030
+ "type": "string"
1031
+ },
1032
+ "timestampTo": {
1033
+ "type": "string"
1034
+ },
1035
+ "interval": {
1036
+ "type": "pushwoosh.statistics.types.TimeInterval"
1037
+ }
1038
+ }
1039
+ },
1040
+ "pushwoosh.statistics.statistics.v1.GetEmailClicksTotalStatisticsCPResponse": {
1041
+ "type": "I",
1042
+ "fields": {
1043
+ "rows": {
1044
+ "type": "pushwoosh.statistics.statistics.v1.MetricCountPercentWithTimestampPlatformID",
1045
+ "array": true
1046
+ },
1047
+ "totals": {
1048
+ "type": "pushwoosh.statistics.statistics.v1.PlatformMetricCount",
1049
+ "array": true
1050
+ }
1051
+ }
1052
+ },
1053
+ "pushwoosh.statistics.statistics.v1.DevicePushCount": {
1054
+ "type": "I",
1055
+ "fields": {
1056
+ "pushEnable": {
1057
+ "type": "number"
1058
+ },
1059
+ "pushDisable": {
1060
+ "type": "number"
1061
+ }
1062
+ }
1063
+ },
1064
+ "pushwoosh.statistics.statistics.v1.MetricDevicePushCountWithTimestampPlatformID": {
1065
+ "type": "I",
1066
+ "fields": {
1067
+ "timestamp": {
1068
+ "type": "string"
1069
+ },
1070
+ "platformId": {
1071
+ "type": "number"
1072
+ },
1073
+ "metrics": {
1074
+ "type": "pushwoosh.statistics.statistics.v1.DevicePushCount"
1075
+ }
1076
+ }
1077
+ },
1078
+ "pushwoosh.statistics.statistics.v1.PlatformDevicePushCount": {
1079
+ "type": "I",
1080
+ "fields": {
1081
+ "platformId": {
1082
+ "type": "number"
1083
+ },
1084
+ "currentMetric": {
1085
+ "type": "pushwoosh.statistics.statistics.v1.DevicePushCount"
1086
+ },
1087
+ "previousMetric": {
1088
+ "type": "pushwoosh.statistics.statistics.v1.DevicePushCount"
1089
+ }
1090
+ }
1091
+ },
1092
+ "pushwoosh.statistics.statistics.v1.GetSubscribersTotalStatisticsCPRequest": {
1093
+ "type": "I",
1094
+ "fields": {
1095
+ "applicationCode": {
1096
+ "type": "string"
1097
+ },
1098
+ "timestampFrom": {
1099
+ "type": "string"
1100
+ },
1101
+ "timestampTo": {
1102
+ "type": "string"
1103
+ }
1104
+ }
1105
+ },
1106
+ "pushwoosh.statistics.statistics.v1.GetSubscribersTotalStatisticsCPResponse": {
1107
+ "type": "I",
1108
+ "fields": {
1109
+ "rows": {
1110
+ "type": "pushwoosh.statistics.statistics.v1.MetricDevicePushCountWithTimestampPlatformID",
1111
+ "array": true
1112
+ },
1113
+ "totals": {
1114
+ "type": "pushwoosh.statistics.statistics.v1.PlatformDevicePushCount",
1115
+ "array": true
1116
+ }
1117
+ }
1118
+ },
1119
+ "pushwoosh.statistics.statistics.v1.GetRetentionTotalStatisticsCPRequest": {
1120
+ "type": "I",
1121
+ "fields": {
1122
+ "applicationCode": {
1123
+ "type": "string"
1124
+ },
1125
+ "timestampFrom": {
1126
+ "type": "string"
1127
+ },
1128
+ "timestampTo": {
1129
+ "type": "string"
1130
+ }
1131
+ }
1132
+ },
1133
+ "pushwoosh.statistics.statistics.v1.GetRetentionTotalStatisticsCPResponse": {
1134
+ "type": "I",
1135
+ "fields": {
1136
+ "totals": {
1137
+ "type": "pushwoosh.statistics.statistics.v1.PlatformMetricCount",
1138
+ "array": true
1139
+ }
1140
+ }
1141
+ },
1142
+ "pushwoosh.statistics.statistics.v1.GetEngagementTotalStatisticsCPRequest": {
1143
+ "type": "I",
1144
+ "fields": {
1145
+ "applicationCode": {
1146
+ "type": "string"
1147
+ },
1148
+ "timestampFrom": {
1149
+ "type": "string"
1150
+ },
1151
+ "timestampTo": {
1152
+ "type": "string"
1153
+ },
1154
+ "interval": {
1155
+ "type": "pushwoosh.statistics.types.TimeInterval"
1156
+ }
1157
+ }
1158
+ },
1159
+ "pushwoosh.statistics.statistics.v1.GetEngagementTotalStatisticsCPResponse": {
1160
+ "type": "I",
1161
+ "fields": {
1162
+ "rows": {
1163
+ "type": "pushwoosh.statistics.statistics.v1.MetricCountPercentWithTimestampPlatformID",
1164
+ "array": true
1165
+ },
1166
+ "totals": {
1167
+ "type": "pushwoosh.statistics.statistics.v1.PlatformMetricCount",
1168
+ "array": true
1169
+ }
1170
+ }
1171
+ },
1172
+ "pushwoosh.statistics.statistics.v1.GetAverageCTRTotalStatisticsCPRequest": {
1173
+ "type": "I",
1174
+ "fields": {
1175
+ "applicationCode": {
1176
+ "type": "string"
1177
+ },
1178
+ "timestampFrom": {
1179
+ "type": "string"
1180
+ },
1181
+ "timestampTo": {
1182
+ "type": "string"
1183
+ },
1184
+ "interval": {
1185
+ "type": "pushwoosh.statistics.types.TimeInterval"
1186
+ }
1187
+ }
1188
+ },
1189
+ "pushwoosh.statistics.statistics.v1.GetAverageCTRTotalStatisticsCPResponse": {
1190
+ "type": "I",
1191
+ "fields": {
1192
+ "rows": {
1193
+ "type": "pushwoosh.statistics.statistics.v1.MetricCountPercentWithTimestampPlatformID",
1194
+ "array": true
1195
+ },
1196
+ "totals": {
1197
+ "type": "pushwoosh.statistics.statistics.v1.PlatformMetricCount",
1198
+ "array": true
1199
+ }
1200
+ }
1201
+ },
1202
+ "pushwoosh.statistics.statistics.v1.GetActiveUsersTotalStatisticsCPRequest": {
1203
+ "type": "I",
1204
+ "fields": {
1205
+ "applicationCode": {
1206
+ "type": "string"
1207
+ },
1208
+ "timestampFrom": {
1209
+ "type": "string"
1210
+ },
1211
+ "timestampTo": {
1212
+ "type": "string"
1213
+ }
1214
+ }
1215
+ },
1216
+ "pushwoosh.statistics.statistics.v1.GetActiveUsersTotalStatisticsCPResponse": {
1217
+ "type": "I",
1218
+ "fields": {
1219
+ "dau": {
1220
+ "type": "pushwoosh.statistics.statistics.v1.MetricCountPercentWithTimestampPlatformID",
1221
+ "array": true
1222
+ },
1223
+ "mau": {
1224
+ "type": "pushwoosh.statistics.statistics.v1.MetricCountPercentWithTimestampPlatformID",
1225
+ "array": true
1226
+ },
1227
+ "dauTotals": {
1228
+ "type": "pushwoosh.statistics.statistics.v1.PlatformMetricCount",
1229
+ "array": true
1230
+ },
1231
+ "mauTotals": {
1232
+ "type": "pushwoosh.statistics.statistics.v1.PlatformMetricCount",
1233
+ "array": true
1234
+ }
1235
+ }
1236
+ },
1237
+ "pushwoosh.statistics.statistics.v1.GetMessagesFunnelStatisticsCPRequest": {
1238
+ "type": "I",
1239
+ "fields": {
1240
+ "applicationCode": {
1241
+ "type": "string"
1242
+ },
1243
+ "timestampFrom": {
1244
+ "type": "string"
1245
+ },
1246
+ "timestampTo": {
1247
+ "type": "string"
1248
+ }
1249
+ }
1250
+ },
1251
+ "pushwoosh.statistics.statistics.v1.GetMessagesFunnelStatisticsCPResponse": {
1252
+ "type": "I",
1253
+ "fields": {
1254
+ "totals": {
1255
+ "type": "pushwoosh.statistics.statistics.v1.PlatformShortMetric",
1256
+ "array": true
1257
+ }
1258
+ }
1259
+ },
1260
+ "pushwoosh.statistics.statistics.v1.GetFrequencyCappingTotalStatisticsCPRequest": {
1261
+ "type": "I",
1262
+ "fields": {
1263
+ "applicationCode": {
1264
+ "type": "string"
1265
+ },
1266
+ "timestampFrom": {
1267
+ "type": "string"
1268
+ },
1269
+ "timestampTo": {
1270
+ "type": "string"
1271
+ }
1272
+ }
1273
+ },
1274
+ "pushwoosh.statistics.statistics.v1.GetFrequencyCappingTotalStatisticsCPResponse": {
1275
+ "type": "I",
1276
+ "fields": {
1277
+ "frequencyCappingSuppressions": {
1278
+ "type": "number"
1279
+ },
1280
+ "frequencyCappingUniqueUsers": {
1281
+ "type": "number"
1282
+ }
1283
+ }
1284
+ },
1285
+ "pushwoosh.statistics.statistics.v1.GetUsersPAEStatisticsCPRequest": {
1286
+ "type": "I",
1287
+ "fields": {
1288
+ "applicationCode": {
1289
+ "type": "string"
1290
+ },
1291
+ "timestampFrom": {
1292
+ "type": "string"
1293
+ },
1294
+ "timestampTo": {
1295
+ "type": "string"
1296
+ }
1297
+ }
1298
+ },
1299
+ "pushwoosh.statistics.statistics.v1.GetUsersPAEStatisticsCPResponse": {
1300
+ "type": "I",
1301
+ "fields": {
1302
+ "rows": {
1303
+ "type": "pushwoosh.statistics.statistics.v1.MetricCountPercentWithTimestampPlatformID",
1304
+ "array": true
1305
+ },
1306
+ "totals": {
1307
+ "type": "pushwoosh.statistics.statistics.v1.PlatformMetricCount",
1308
+ "array": true
1309
+ }
1310
+ }
1311
+ },
1312
+ "pushwoosh.statistics.statistics.v1.ActiveUsersType": {
1313
+ "type": "E",
1314
+ "values": [
1315
+ "ACTIVE_USERS_TYPE_UNSPECIFIED",
1316
+ "ACTIVE_USERS_TYPE_DAY",
1317
+ "ACTIVE_USERS_TYPE_MONTH",
1318
+ "ACTIVE_USERS_TYPE_CALENDAR_MONTH",
1319
+ "ACTIVE_USERS_TYPE_MONTH_WITH_TOKEN"
1320
+ ]
1321
+ },
1322
+ "pushwoosh.statistics.statistics.v1.ActiveUsersCount": {
1323
+ "type": "I",
1324
+ "fields": {
1325
+ "timestamp": {
1326
+ "type": "string"
1327
+ },
1328
+ "applicationId": {
1329
+ "type": "number"
1330
+ },
1331
+ "platformId": {
1332
+ "type": "number"
1333
+ },
1334
+ "activeUsers": {
1335
+ "type": "number"
1336
+ }
1337
+ }
1338
+ },
1339
+ "pushwoosh.statistics.statistics.v1.GetActiveUsersCountRequest": {
1340
+ "type": "I",
1341
+ "fields": {
1342
+ "applicationIds": {
1343
+ "type": "number",
1344
+ "array": true
1345
+ },
1346
+ "platformIds": {
1347
+ "type": "number",
1348
+ "array": true
1349
+ },
1350
+ "dateFrom": {
1351
+ "type": "string"
1352
+ },
1353
+ "dateTo": {
1354
+ "type": "string"
1355
+ },
1356
+ "type": {
1357
+ "type": "pushwoosh.statistics.statistics.v1.ActiveUsersType"
1358
+ }
1359
+ }
1360
+ },
1361
+ "pushwoosh.statistics.statistics.v1.GetActiveUsersCountResponse": {
1362
+ "type": "I",
1363
+ "fields": {
1364
+ "rows": {
1365
+ "type": "pushwoosh.statistics.statistics.v1.ActiveUsersCount",
1366
+ "array": true
1367
+ }
1368
+ }
1369
+ },
1370
+ "pushwoosh.statistics.statistics.v1.GetSubscribersRequest": {
1371
+ "type": "I",
1372
+ "fields": {
1373
+ "applicationIds": {
1374
+ "type": "number",
1375
+ "array": true
1376
+ },
1377
+ "platformIds": {
1378
+ "type": "number",
1379
+ "array": true
1380
+ },
1381
+ "dateFrom": {
1382
+ "type": "string"
1383
+ },
1384
+ "dateTo": {
1385
+ "type": "string"
1386
+ }
1387
+ }
1388
+ },
1389
+ "pushwoosh.statistics.statistics.v1.GetSubscribersResponse.Subscribers": {
1390
+ "type": "I",
1391
+ "fields": {
1392
+ "timestamp": {
1393
+ "type": "string"
1394
+ },
1395
+ "applicationId": {
1396
+ "type": "number"
1397
+ },
1398
+ "platformId": {
1399
+ "type": "number"
1400
+ },
1401
+ "pushEnable": {
1402
+ "type": "number"
1403
+ },
1404
+ "pushDisable": {
1405
+ "type": "number"
1406
+ }
1407
+ }
1408
+ },
1409
+ "pushwoosh.statistics.statistics.v1.GetSubscribersResponse": {
1410
+ "type": "I",
1411
+ "fields": {
1412
+ "rows": {
1413
+ "type": "pushwoosh.statistics.statistics.v1.GetSubscribersResponse.Subscribers",
1414
+ "array": true
1415
+ }
1416
+ }
1417
+ },
1418
+ "pushwoosh.statistics.statistics.v1.GetApplicationTotalMetricsStatisticsRequest": {
1419
+ "type": "I",
1420
+ "fields": {
1421
+ "applicationIds": {
1422
+ "type": "number",
1423
+ "array": true
1424
+ },
1425
+ "platformIds": {
1426
+ "type": "number",
1427
+ "array": true
1428
+ },
1429
+ "timestampFrom": {
1430
+ "type": "string"
1431
+ },
1432
+ "timestampTo": {
1433
+ "type": "string"
1434
+ }
1435
+ }
1436
+ },
1437
+ "pushwoosh.statistics.statistics.v1.GetApplicationTotalMetricsStatisticsResponse": {
1438
+ "type": "I",
1439
+ "fields": {
1440
+ "rows": {
1441
+ "type": "pushwoosh.statistics.statistics.v1.MessageMetricItemTotal",
1442
+ "array": true
1443
+ }
1444
+ }
1445
+ },
1446
+ "pushwoosh.statistics.statistics.v1.GetUnregisteredDevicesRequest": {
1447
+ "type": "I",
1448
+ "fields": {
1449
+ "applicationId": {
1450
+ "type": "number"
1451
+ },
1452
+ "timestampFrom": {
1453
+ "type": "string"
1454
+ },
1455
+ "timestampTo": {
1456
+ "type": "string"
1457
+ }
1458
+ }
1459
+ },
1460
+ "pushwoosh.statistics.statistics.v1.UnregisterDevice": {
1461
+ "type": "I",
1462
+ "fields": {
1463
+ "hwid": {
1464
+ "type": "string"
1465
+ },
1466
+ "platformId": {
1467
+ "type": "number"
1468
+ }
1469
+ }
1470
+ },
1471
+ "pushwoosh.statistics.statistics.v1.GetUnregisteredDevicesResponse": {
1472
+ "type": "I",
1473
+ "fields": {
1474
+ "devices": {
1475
+ "type": "pushwoosh.statistics.statistics.v1.UnregisterDevice",
1476
+ "array": true
1477
+ }
1478
+ }
1479
+ },
1480
+ "pushwoosh.statistics.statistics.v1.OrderType": {
1481
+ "type": "E",
1482
+ "values": [
1483
+ "UNSPECIFIED",
1484
+ "ASC",
1485
+ "DESC"
1486
+ ]
1487
+ },
1488
+ "pushwoosh.statistics.statistics.v1.MessageHistoryOrderColumn": {
1489
+ "type": "E",
1490
+ "values": [
1491
+ "UNSPECIFIED_COLUMN",
1492
+ "RECIPIENTS",
1493
+ "OPENED",
1494
+ "CTR",
1495
+ "SENT_DATE",
1496
+ "ERRORS",
1497
+ "OPEN_RATE",
1498
+ "CREATED_DATE",
1499
+ "UPDATED_DATE"
1500
+ ]
1501
+ },
1502
+ "pushwoosh.statistics.statistics.v1.MessageHistoryOrderBy": {
1503
+ "type": "I",
1504
+ "fields": {
1505
+ "by": {
1506
+ "type": "pushwoosh.statistics.statistics.v1.MessageHistoryOrderColumn"
1507
+ },
1508
+ "order": {
1509
+ "type": "pushwoosh.statistics.statistics.v1.OrderType"
1510
+ }
1511
+ }
1512
+ },
1513
+ "pushwoosh.statistics.statistics.v1.GetMessageHistoryFilters": {
1514
+ "type": "I",
1515
+ "fields": {
1516
+ "statuses": {
1517
+ "type": "pushwoosh.statistics.statistics.v1.MessageStatus",
1518
+ "array": true
1519
+ },
1520
+ "platforms": {
1521
+ "type": "number",
1522
+ "array": true
1523
+ },
1524
+ "sentDate": {
1525
+ "type": "pushwoosh.statistics.types.DateRange"
1526
+ },
1527
+ "createdDate": {
1528
+ "type": "pushwoosh.statistics.types.DateRange"
1529
+ },
1530
+ "createdVia": {
1531
+ "type": "pushwoosh.statistics.types.Source",
1532
+ "array": true
1533
+ },
1534
+ "segments": {
1535
+ "type": "string",
1536
+ "array": true
1537
+ },
1538
+ "campaigns": {
1539
+ "type": "string",
1540
+ "array": true
1541
+ },
1542
+ "messageIds": {
1543
+ "type": "number",
1544
+ "array": true
1545
+ },
1546
+ "messageCodes": {
1547
+ "type": "string",
1548
+ "array": true
1549
+ }
1550
+ }
1551
+ },
1552
+ "pushwoosh.statistics.statistics.v1.GetMessageHistoryRequest.MessageType": {
1553
+ "type": "E",
1554
+ "values": [
1555
+ "UNKNOWN",
1556
+ "MARKETING",
1557
+ "TRANSACTIONAL"
1558
+ ]
1559
+ },
1560
+ "pushwoosh.statistics.statistics.v1.GetMessageHistoryRequest": {
1561
+ "type": "I",
1562
+ "fields": {
1563
+ "page": {
1564
+ "type": "number"
1565
+ },
1566
+ "limit": {
1567
+ "type": "number"
1568
+ },
1569
+ "search": {
1570
+ "type": "string"
1571
+ },
1572
+ "applicationCode": {
1573
+ "type": "string"
1574
+ },
1575
+ "applications": {
1576
+ "type": "string",
1577
+ "array": true
1578
+ },
1579
+ "appGroupCode": {
1580
+ "type": "string"
1581
+ },
1582
+ "withoutMetrics": {
1583
+ "type": "boolean"
1584
+ },
1585
+ "filters": {
1586
+ "type": "pushwoosh.statistics.statistics.v1.GetMessageHistoryFilters"
1587
+ },
1588
+ "sort": {
1589
+ "type": "pushwoosh.statistics.statistics.v1.MessageHistoryOrderBy"
1590
+ },
1591
+ "messageType": {
1592
+ "type": "pushwoosh.statistics.statistics.v1.GetMessageHistoryRequest.MessageType"
1593
+ },
1594
+ "checkForMessages": {
1595
+ "type": "boolean"
1596
+ }
1597
+ }
1598
+ },
1599
+ "pushwoosh.statistics.statistics.v1.MessageHistoryItemMetric": {
1600
+ "type": "I",
1601
+ "fields": {
1602
+ "recipients": {
1603
+ "type": "number"
1604
+ },
1605
+ "opened": {
1606
+ "type": "number"
1607
+ },
1608
+ "ctr": {
1609
+ "type": "number"
1610
+ },
1611
+ "errors": {
1612
+ "type": "number"
1613
+ }
1614
+ }
1615
+ },
1616
+ "pushwoosh.statistics.statistics.v1.MessageHistoryItem": {
1617
+ "type": "I",
1618
+ "fields": {
1619
+ "messageId": {
1620
+ "type": "number"
1621
+ },
1622
+ "messageCode": {
1623
+ "type": "string"
1624
+ },
1625
+ "title": {
1626
+ "type": "string"
1627
+ },
1628
+ "content": {
1629
+ "type": "string"
1630
+ },
1631
+ "sendFrom": {
1632
+ "type": "string"
1633
+ },
1634
+ "createdAt": {
1635
+ "type": "string"
1636
+ },
1637
+ "status": {
1638
+ "type": "pushwoosh.statistics.statistics.v1.MessageStatus"
1639
+ },
1640
+ "metrics": {
1641
+ "type": "pushwoosh.statistics.statistics.v1.MessageHistoryItemMetric"
1642
+ },
1643
+ "createdVia": {
1644
+ "type": "pushwoosh.statistics.types.Source"
1645
+ },
1646
+ "campaignCode": {
1647
+ "type": "string"
1648
+ },
1649
+ "segments": {
1650
+ "type": "string"
1651
+ },
1652
+ "platforms": {
1653
+ "type": "number",
1654
+ "array": true
1655
+ },
1656
+ "sentDate": {
1657
+ "type": "string"
1658
+ },
1659
+ "ignoreUserTimezone": {
1660
+ "type": "boolean"
1661
+ },
1662
+ "abTestId": {
1663
+ "type": "number"
1664
+ },
1665
+ "timezone": {
1666
+ "type": "string"
1667
+ },
1668
+ "isChild": {
1669
+ "type": "boolean"
1670
+ }
1671
+ }
1672
+ },
1673
+ "pushwoosh.statistics.statistics.v1.GetMessageHistoryResponse": {
1674
+ "type": "I",
1675
+ "fields": {
1676
+ "total": {
1677
+ "type": "number"
1678
+ },
1679
+ "items": {
1680
+ "type": "pushwoosh.statistics.statistics.v1.MessageHistoryItem",
1681
+ "array": true
1682
+ },
1683
+ "hasAnyMessages": {
1684
+ "type": "boolean"
1685
+ }
1686
+ }
1687
+ },
1688
+ "pushwoosh.statistics.statistics.v1.GetAccountTotalStatisticsRequest": {
1689
+ "type": "I",
1690
+ "fields": {
1691
+ "accountIds": {
1692
+ "type": "number",
1693
+ "array": true
1694
+ },
1695
+ "from": {
1696
+ "type": "Date"
1697
+ },
1698
+ "to": {
1699
+ "type": "Date"
1700
+ }
1701
+ }
1702
+ },
1703
+ "pushwoosh.statistics.statistics.v1.GetAccountTotalStatisticsItem": {
1704
+ "type": "I",
1705
+ "fields": {
1706
+ "accountId": {
1707
+ "type": "number"
1708
+ },
1709
+ "mau": {
1710
+ "type": "number"
1711
+ },
1712
+ "emailSends": {
1713
+ "type": "number"
1714
+ },
1715
+ "pushSend": {
1716
+ "type": "number"
1717
+ },
1718
+ "date": {
1719
+ "type": "string"
1720
+ }
1721
+ }
1722
+ },
1723
+ "pushwoosh.statistics.statistics.v1.GetAccountTotalStatisticsResponse": {
1724
+ "type": "I",
1725
+ "fields": {
1726
+ "items": {
1727
+ "type": "pushwoosh.statistics.statistics.v1.GetAccountTotalStatisticsItem",
1728
+ "array": true
1729
+ }
1730
+ }
1731
+ },
1732
+ "pushwoosh.statistics.statistics.v1.GetMessageLogRequest": {
1733
+ "type": "I",
1734
+ "fields": {
1735
+ "paginationToken": {
1736
+ "type": "string"
1737
+ },
1738
+ "messageId": {
1739
+ "type": "number"
1740
+ },
1741
+ "messageCode": {
1742
+ "type": "string"
1743
+ },
1744
+ "campaignCode": {
1745
+ "type": "string"
1746
+ },
1747
+ "hwid": {
1748
+ "type": "string"
1749
+ },
1750
+ "dateFrom": {
1751
+ "type": "string"
1752
+ },
1753
+ "dateTo": {
1754
+ "type": "string"
1755
+ },
1756
+ "limit": {
1757
+ "type": "number"
1758
+ },
1759
+ "userId": {
1760
+ "type": "string"
1761
+ },
1762
+ "applicationCode": {
1763
+ "type": "string"
1764
+ },
1765
+ "actions": {
1766
+ "type": "string",
1767
+ "array": true
1768
+ },
1769
+ "platforms": {
1770
+ "type": "string",
1771
+ "array": true
1772
+ }
1773
+ }
1774
+ },
1775
+ "pushwoosh.statistics.statistics.v1.TrackingLogStatistic": {
1776
+ "type": "I",
1777
+ "fields": {
1778
+ "timestamp": {
1779
+ "type": "string"
1780
+ },
1781
+ "messageId": {
1782
+ "type": "string"
1783
+ },
1784
+ "messageCode": {
1785
+ "type": "string"
1786
+ },
1787
+ "campaignCode": {
1788
+ "type": "string"
1789
+ },
1790
+ "hwid": {
1791
+ "type": "string"
1792
+ },
1793
+ "platform": {
1794
+ "type": "string"
1795
+ },
1796
+ "action": {
1797
+ "type": "string"
1798
+ },
1799
+ "pushAlertsEnabled": {
1800
+ "type": "string"
1801
+ },
1802
+ "status": {
1803
+ "type": "string"
1804
+ },
1805
+ "errorReason": {
1806
+ "type": "string"
1807
+ },
1808
+ "userId": {
1809
+ "type": "string"
1810
+ },
1811
+ "applicationCode": {
1812
+ "type": "string"
1813
+ },
1814
+ "payload": {
1815
+ "type": "string",
1816
+ "optional": true
1817
+ }
1818
+ }
1819
+ },
1820
+ "pushwoosh.statistics.statistics.v1.GetMessageLogResponse": {
1821
+ "type": "I",
1822
+ "fields": {
1823
+ "paginationToken": {
1824
+ "type": "string"
1825
+ },
1826
+ "data": {
1827
+ "type": "pushwoosh.statistics.statistics.v1.TrackingLogStatistic",
1828
+ "array": true
1829
+ }
1830
+ }
1831
+ },
1832
+ "pushwoosh.statistics.statistics.v1.EmailLinkFilter": {
1833
+ "type": "I",
1834
+ "fields": {
1835
+ "dateRange": {
1836
+ "type": "pushwoosh.statistics.types.DateRange"
1837
+ },
1838
+ "campaign": {
1839
+ "type": "string"
1840
+ },
1841
+ "application": {
1842
+ "type": "string"
1843
+ },
1844
+ "messagesIds": {
1845
+ "type": "number",
1846
+ "array": true
1847
+ },
1848
+ "messagesCodes": {
1849
+ "type": "string",
1850
+ "array": true
1851
+ },
1852
+ "linkTemplate": {
1853
+ "type": "string"
1854
+ },
1855
+ "template": {
1856
+ "type": "string"
1857
+ },
1858
+ "emailContentCode": {
1859
+ "type": "string"
1860
+ }
1861
+ }
1862
+ },
1863
+ "pushwoosh.statistics.statistics.v1.EmailLinkParams": {
1864
+ "type": "I",
1865
+ "fields": {
1866
+ "withFullLinks": {
1867
+ "type": "boolean"
1868
+ }
1869
+ }
1870
+ },
1871
+ "pushwoosh.statistics.statistics.v1.GetEmailLinkStatisticsRequest": {
1872
+ "type": "I",
1873
+ "fields": {
1874
+ "filters": {
1875
+ "type": "pushwoosh.statistics.statistics.v1.EmailLinkFilter"
1876
+ },
1877
+ "params": {
1878
+ "type": "pushwoosh.statistics.statistics.v1.EmailLinkParams"
1879
+ }
1880
+ }
1881
+ },
1882
+ "pushwoosh.statistics.statistics.v1.FullLinkStatistics": {
1883
+ "type": "I",
1884
+ "fields": {
1885
+ "fullLink": {
1886
+ "type": "string"
1887
+ },
1888
+ "clicks": {
1889
+ "type": "number"
1890
+ }
1891
+ }
1892
+ },
1893
+ "pushwoosh.statistics.statistics.v1.GetEmailLinkStatisticsResponseItem": {
1894
+ "type": "I",
1895
+ "fields": {
1896
+ "template": {
1897
+ "type": "string"
1898
+ },
1899
+ "link": {
1900
+ "type": "string"
1901
+ },
1902
+ "title": {
1903
+ "type": "string"
1904
+ },
1905
+ "clicks": {
1906
+ "type": "number"
1907
+ },
1908
+ "fullLinks": {
1909
+ "type": "pushwoosh.statistics.statistics.v1.FullLinkStatistics",
1910
+ "array": true
1911
+ }
1912
+ }
1913
+ },
1914
+ "pushwoosh.statistics.statistics.v1.GetEmailLinkStatisticsResponse": {
1915
+ "type": "I",
1916
+ "fields": {
1917
+ "items": {
1918
+ "type": "pushwoosh.statistics.statistics.v1.GetEmailLinkStatisticsResponseItem",
1919
+ "array": true
1920
+ }
1921
+ }
1922
+ },
1923
+ "pushwoosh.statistics.statistics.v1.GetEmailLinkHWIDsRequest": {
1924
+ "type": "I",
1925
+ "fields": {
1926
+ "filters": {
1927
+ "type": "pushwoosh.statistics.statistics.v1.EmailLinkFilter"
1928
+ },
1929
+ "perPage": {
1930
+ "type": "number"
1931
+ },
1932
+ "page": {
1933
+ "type": "number"
1934
+ }
1935
+ }
1936
+ },
1937
+ "pushwoosh.statistics.statistics.v1.GetEmailLinkHWIDsResponseItem": {
1938
+ "type": "I",
1939
+ "fields": {
1940
+ "timestamp": {
1941
+ "type": "string"
1942
+ },
1943
+ "link": {
1944
+ "type": "string"
1945
+ },
1946
+ "hwid": {
1947
+ "type": "string"
1948
+ }
1949
+ }
1950
+ },
1951
+ "pushwoosh.statistics.statistics.v1.GetEmailLinkHWIDsResponse": {
1952
+ "type": "I",
1953
+ "fields": {
1954
+ "total": {
1955
+ "type": "number"
1956
+ },
1957
+ "items": {
1958
+ "type": "pushwoosh.statistics.statistics.v1.GetEmailLinkHWIDsResponseItem",
1959
+ "array": true
1960
+ }
1961
+ }
1962
+ },
1963
+ "pushwoosh.statistics.statistics.v2.dashboards.DashboardsService": {
1964
+ "type": "S",
1965
+ "key": "dashboards",
1966
+ "methods": {
1967
+ "GetLinearChartMetrics": {
1968
+ "request": "pushwoosh.statistics.statistics.v2.dashboards.GetLinearChartMetricsRequest",
1969
+ "response": "pushwoosh.statistics.statistics.v2.dashboards.GetLinearChartMetricsResponse",
1970
+ "method": "post",
1971
+ "path": "/api/v2/statistics/dashboards/getLinearChartMetrics"
1972
+ },
1973
+ "GetTotalsChartMetrics": {
1974
+ "request": "pushwoosh.statistics.statistics.v2.dashboards.GetTotalsChartMetricsRequest",
1975
+ "response": "pushwoosh.statistics.statistics.v2.dashboards.GetTotalsChartMetricsResponse",
1976
+ "method": "post",
1977
+ "path": "/api/v2/statistics/dashboards/getTotalsChartMetrics"
1978
+ },
1979
+ "GetFunnel": {
1980
+ "request": "pushwoosh.statistics.statistics.v2.dashboards.GetFunnelRequest",
1981
+ "response": "pushwoosh.statistics.statistics.v2.dashboards.GetFunnelResponse",
1982
+ "method": "post",
1983
+ "path": "/api/v2/statistics/dashboards/getFunnel"
1984
+ }
1985
+ }
1986
+ },
1987
+ "pushwoosh.statistics.statistics.v2.dashboards.Breakdown": {
1988
+ "type": "E",
1989
+ "values": [
1990
+ "BREAKDOWN_UNKNOWN",
1991
+ "PLATFORMS",
1992
+ "EVENT_ATTRIBUTE",
1993
+ "TAG_VALUES",
1994
+ "CAMPAIGNS",
1995
+ "MESSAGES",
1996
+ "JOURNEYS"
1997
+ ]
1998
+ },
1999
+ "pushwoosh.statistics.statistics.v2.dashboards.MathOperator": {
2000
+ "type": "E",
2001
+ "values": [
2002
+ "MATH_OPERATOR_UNSPECIFIED",
2003
+ "EQ",
2004
+ "NOT_EQ",
2005
+ "GTE",
2006
+ "LTE",
2007
+ "BETWEEN",
2008
+ "IN",
2009
+ "NOT_IN",
2010
+ "ANY",
2011
+ "NOT_SET"
2012
+ ]
2013
+ },
2014
+ "pushwoosh.statistics.statistics.v2.dashboards.EventCalcType": {
2015
+ "type": "E",
2016
+ "values": [
2017
+ "EVENT_CALC_TYPE_ALL",
2018
+ "EVENT_CALC_TYPE_UNIQUE"
2019
+ ]
2020
+ },
2021
+ "pushwoosh.statistics.statistics.v2.dashboards.Value": {
2022
+ "type": "I",
2023
+ "fields": {
2024
+ "string": {
2025
+ "type": "string"
2026
+ },
2027
+ "integer": {
2028
+ "type": "number"
2029
+ },
2030
+ "decimal": {
2031
+ "type": "number"
2032
+ },
2033
+ "boolean": {
2034
+ "type": "boolean"
2035
+ },
2036
+ "list": {
2037
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.List"
2038
+ },
2039
+ "date": {
2040
+ "type": "Date"
2041
+ }
2042
+ },
2043
+ "oneofs": {
2044
+ "kind": {
2045
+ "oneof": [
2046
+ "string",
2047
+ "integer",
2048
+ "decimal",
2049
+ "boolean",
2050
+ "list",
2051
+ "date"
2052
+ ]
2053
+ }
2054
+ }
2055
+ },
2056
+ "pushwoosh.statistics.statistics.v2.dashboards.List": {
2057
+ "type": "I",
2058
+ "fields": {
2059
+ "values": {
2060
+ "type": "string",
2061
+ "array": true
2062
+ }
2063
+ }
2064
+ },
2065
+ "pushwoosh.statistics.statistics.v2.dashboards.AttributeCondition": {
2066
+ "type": "I",
2067
+ "fields": {
2068
+ "name": {
2069
+ "type": "string"
2070
+ },
2071
+ "operator": {
2072
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.MathOperator"
2073
+ },
2074
+ "values": {
2075
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.Value",
2076
+ "array": true
2077
+ }
2078
+ }
2079
+ },
2080
+ "pushwoosh.statistics.statistics.v2.dashboards.Metric": {
2081
+ "type": "I",
2082
+ "fields": {
2083
+ "id": {
2084
+ "type": "number"
2085
+ },
2086
+ "eventName": {
2087
+ "type": "string"
2088
+ },
2089
+ "attributeConditions": {
2090
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.AttributeCondition",
2091
+ "array": true
2092
+ },
2093
+ "tag": {
2094
+ "type": "string"
2095
+ },
2096
+ "eventCalcType": {
2097
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.EventCalcType"
2098
+ }
2099
+ }
2100
+ },
2101
+ "pushwoosh.statistics.statistics.v2.dashboards.ChartParams.TypeFilter": {
2102
+ "type": "E",
2103
+ "values": [
2104
+ "Platform",
2105
+ "Segment",
2106
+ "Push",
2107
+ "Email",
2108
+ "Campaign",
2109
+ "Journey"
2110
+ ]
2111
+ },
2112
+ "pushwoosh.statistics.statistics.v2.dashboards.ChartParams.TimeRange": {
2113
+ "type": "I",
2114
+ "fields": {
2115
+ "from": {
2116
+ "type": "Date"
2117
+ },
2118
+ "to": {
2119
+ "type": "Date"
2120
+ },
2121
+ "interval": {
2122
+ "type": "pushwoosh.statistics.types.TimeInterval"
2123
+ }
2124
+ }
2125
+ },
2126
+ "pushwoosh.statistics.statistics.v2.dashboards.ChartParams.Filters": {
2127
+ "type": "I",
2128
+ "fields": {
2129
+ "platforms": {
2130
+ "type": "number",
2131
+ "array": true
2132
+ },
2133
+ "messagesIds": {
2134
+ "type": "number",
2135
+ "array": true
2136
+ },
2137
+ "campaignsCodes": {
2138
+ "type": "string",
2139
+ "array": true
2140
+ },
2141
+ "attributeConditions": {
2142
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.AttributeCondition",
2143
+ "array": true
2144
+ },
2145
+ "segment": {
2146
+ "type": "string"
2147
+ }
2148
+ }
2149
+ },
2150
+ "pushwoosh.statistics.statistics.v2.dashboards.ChartParams.Filter": {
2151
+ "type": "I",
2152
+ "fields": {
2153
+ "type": {
2154
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.ChartParams.TypeFilter"
2155
+ },
2156
+ "platforms": {
2157
+ "type": "number",
2158
+ "array": true
2159
+ },
2160
+ "segment": {
2161
+ "type": "string"
2162
+ },
2163
+ "pushId": {
2164
+ "type": "number"
2165
+ },
2166
+ "emailId": {
2167
+ "type": "number"
2168
+ },
2169
+ "campaign": {
2170
+ "type": "string"
2171
+ },
2172
+ "journey": {
2173
+ "type": "string"
2174
+ },
2175
+ "jPoints": {
2176
+ "type": "string",
2177
+ "array": true
2178
+ },
2179
+ "disabled": {
2180
+ "type": "boolean"
2181
+ }
2182
+ }
2183
+ },
2184
+ "pushwoosh.statistics.statistics.v2.dashboards.ChartParams.BreakdownParams": {
2185
+ "type": "I",
2186
+ "fields": {
2187
+ "type": {
2188
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.Breakdown"
2189
+ },
2190
+ "eventAttribute": {
2191
+ "type": "string"
2192
+ },
2193
+ "metric": {
2194
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.Metric"
2195
+ }
2196
+ }
2197
+ },
2198
+ "pushwoosh.statistics.statistics.v2.dashboards.ChartParams": {
2199
+ "type": "I",
2200
+ "fields": {
2201
+ "timeRange": {
2202
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.ChartParams.TimeRange"
2203
+ },
2204
+ "metrics": {
2205
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.Metric",
2206
+ "array": true
2207
+ },
2208
+ "filters": {
2209
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.ChartParams.Filters"
2210
+ },
2211
+ "fltrs": {
2212
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.ChartParams.Filter",
2213
+ "array": true
2214
+ },
2215
+ "breakdown": {
2216
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.ChartParams.BreakdownParams"
2217
+ },
2218
+ "application": {
2219
+ "type": "string"
2220
+ },
2221
+ "timezone": {
2222
+ "type": "string"
2223
+ }
2224
+ }
2225
+ },
2226
+ "pushwoosh.statistics.statistics.v2.dashboards.GetLinearChartMetricsRequest": {
2227
+ "type": "I",
2228
+ "fields": {
2229
+ "params": {
2230
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.ChartParams"
2231
+ }
2232
+ }
2233
+ },
2234
+ "pushwoosh.statistics.statistics.v2.dashboards.GetLinearChartMetricsResponse.Breakdown": {
2235
+ "type": "I",
2236
+ "fields": {
2237
+ "breakdown": {
2238
+ "type": "string"
2239
+ },
2240
+ "values": {
2241
+ "type": "number",
2242
+ "array": true
2243
+ },
2244
+ "total": {
2245
+ "type": "number"
2246
+ }
2247
+ }
2248
+ },
2249
+ "pushwoosh.statistics.statistics.v2.dashboards.GetLinearChartMetricsResponse.Metric": {
2250
+ "type": "I",
2251
+ "fields": {
2252
+ "metric": {
2253
+ "type": "string"
2254
+ },
2255
+ "breakdowns": {
2256
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.GetLinearChartMetricsResponse.Breakdown",
2257
+ "array": true
2258
+ }
2259
+ }
2260
+ },
2261
+ "pushwoosh.statistics.statistics.v2.dashboards.GetLinearChartMetricsResponse": {
2262
+ "type": "I",
2263
+ "fields": {
2264
+ "timestamps": {
2265
+ "type": "Date",
2266
+ "array": true
2267
+ },
2268
+ "metrics": {
2269
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.GetLinearChartMetricsResponse.Metric",
2270
+ "array": true
2271
+ }
2272
+ }
2273
+ },
2274
+ "pushwoosh.statistics.statistics.v2.dashboards.GetTotalsChartMetricsRequest": {
2275
+ "type": "I",
2276
+ "fields": {
2277
+ "params": {
2278
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.ChartParams"
2279
+ }
2280
+ }
2281
+ },
2282
+ "pushwoosh.statistics.statistics.v2.dashboards.GetTotalsChartMetricsResponse.Breakdown": {
2283
+ "type": "I",
2284
+ "fields": {
2285
+ "breakdown": {
2286
+ "type": "string"
2287
+ },
2288
+ "value": {
2289
+ "type": "number"
2290
+ },
2291
+ "total": {
2292
+ "type": "number"
2293
+ }
2294
+ }
2295
+ },
2296
+ "pushwoosh.statistics.statistics.v2.dashboards.GetTotalsChartMetricsResponse.Metric": {
2297
+ "type": "I",
2298
+ "fields": {
2299
+ "metric": {
2300
+ "type": "string"
2301
+ },
2302
+ "breakdowns": {
2303
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.GetTotalsChartMetricsResponse.Breakdown",
2304
+ "array": true
2305
+ }
2306
+ }
2307
+ },
2308
+ "pushwoosh.statistics.statistics.v2.dashboards.GetTotalsChartMetricsResponse": {
2309
+ "type": "I",
2310
+ "fields": {
2311
+ "metrics": {
2312
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.GetTotalsChartMetricsResponse.Metric",
2313
+ "array": true
2314
+ }
2315
+ }
2316
+ },
2317
+ "pushwoosh.statistics.statistics.v2.dashboards.GetFunnelRequest": {
2318
+ "type": "I",
2319
+ "fields": {
2320
+ "params": {
2321
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.ChartParams"
2322
+ }
2323
+ }
2324
+ },
2325
+ "pushwoosh.statistics.statistics.v2.dashboards.GetFunnelResponse.Step": {
2326
+ "type": "I",
2327
+ "fields": {
2328
+ "breakdown": {
2329
+ "type": "string"
2330
+ },
2331
+ "count": {
2332
+ "type": "number"
2333
+ },
2334
+ "percent": {
2335
+ "type": "number"
2336
+ }
2337
+ }
2338
+ },
2339
+ "pushwoosh.statistics.statistics.v2.dashboards.GetFunnelResponse": {
2340
+ "type": "I",
2341
+ "fields": {
2342
+ "steps": {
2343
+ "type": "pushwoosh.statistics.statistics.v2.dashboards.GetFunnelResponse.Step",
2344
+ "array": true
2345
+ }
2346
+ }
2347
+ },
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
+ "pushwoosh.statistics.statistics.v2.ListRequest.Filter": {
2391
+ "type": "I",
2392
+ "fields": {
2393
+ "platforms": {
2394
+ "type": "pushwoosh.statistics.types.Platform",
2395
+ "array": true
2396
+ },
2397
+ "dateRange": {
2398
+ "type": "pushwoosh.statistics.types.DateRange"
2399
+ },
2400
+ "source": {
2401
+ "type": "pushwoosh.statistics.types.Source"
2402
+ },
2403
+ "campaign": {
2404
+ "type": "string"
2405
+ },
2406
+ "messagesIds": {
2407
+ "type": "number",
2408
+ "array": true
2409
+ },
2410
+ "messagesCodes": {
2411
+ "type": "string",
2412
+ "array": true
2413
+ },
2414
+ "application": {
2415
+ "type": "string"
2416
+ },
2417
+ "messageType": {
2418
+ "type": "pushwoosh.statistics.types.MessageType"
2419
+ }
2420
+ }
2421
+ },
2422
+ "pushwoosh.statistics.statistics.v2.ListRequest.Params": {
2423
+ "type": "I",
2424
+ "fields": {
2425
+ "withDetails": {
2426
+ "type": "boolean"
2427
+ },
2428
+ "withMetrics": {
2429
+ "type": "boolean"
2430
+ }
2431
+ }
2432
+ },
2433
+ "pushwoosh.statistics.statistics.v2.ListRequest": {
2434
+ "type": "I",
2435
+ "fields": {
2436
+ "filters": {
2437
+ "type": "pushwoosh.statistics.statistics.v2.ListRequest.Filter"
2438
+ },
2439
+ "params": {
2440
+ "type": "pushwoosh.statistics.statistics.v2.ListRequest.Params"
2441
+ },
2442
+ "perPage": {
2443
+ "type": "number"
2444
+ },
2445
+ "page": {
2446
+ "type": "number"
2447
+ }
2448
+ }
2449
+ },
2450
+ "pushwoosh.statistics.statistics.v2.PushDetails.PlatformParameters": {
2451
+ "type": "I",
2452
+ "fields": {
2453
+ "androidHeader": {
2454
+ "type": "string"
2455
+ },
2456
+ "androidRootParams": {
2457
+ "type": "string",
2458
+ "mapKeyType": "string"
2459
+ },
2460
+ "iosTitle": {
2461
+ "type": "string"
2462
+ },
2463
+ "iosSubtitle": {
2464
+ "type": "string"
2465
+ },
2466
+ "iosRootParams": {
2467
+ "type": "string",
2468
+ "mapKeyType": "string"
2469
+ },
2470
+ "chromeHeader": {
2471
+ "type": "string"
2472
+ },
2473
+ "chromeRootParams": {
2474
+ "type": "string",
2475
+ "mapKeyType": "string"
2476
+ },
2477
+ "firefoxHeader": {
2478
+ "type": "string"
2479
+ },
2480
+ "firefoxRootParams": {
2481
+ "type": "string",
2482
+ "mapKeyType": "string"
2483
+ }
2484
+ }
2485
+ },
2486
+ "pushwoosh.statistics.statistics.v2.PushDetails": {
2487
+ "type": "I",
2488
+ "fields": {
2489
+ "filterName": {
2490
+ "type": "string"
2491
+ },
2492
+ "filterCode": {
2493
+ "type": "string"
2494
+ },
2495
+ "content": {
2496
+ "type": "string",
2497
+ "mapKeyType": "string"
2498
+ },
2499
+ "title": {
2500
+ "type": "string",
2501
+ "mapKeyType": "string"
2502
+ },
2503
+ "platformParameters": {
2504
+ "type": "pushwoosh.statistics.statistics.v2.PushDetails.PlatformParameters"
2505
+ },
2506
+ "followUserTimezone": {
2507
+ "type": "boolean"
2508
+ },
2509
+ "conditions": {
2510
+ "type": "string"
2511
+ },
2512
+ "data": {
2513
+ "type": "JsonObject"
2514
+ },
2515
+ "conditionsOperator": {
2516
+ "type": "string"
2517
+ },
2518
+ "filterConditions": {
2519
+ "type": "string"
2520
+ },
2521
+ "devicesFilter": {
2522
+ "type": "string"
2523
+ }
2524
+ }
2525
+ },
2526
+ "pushwoosh.statistics.statistics.v2.EmailDetails": {
2527
+ "type": "I",
2528
+ "fields": {
2529
+ "template": {
2530
+ "type": "string"
2531
+ },
2532
+ "filterName": {
2533
+ "type": "string"
2534
+ },
2535
+ "filterCode": {
2536
+ "type": "string"
2537
+ },
2538
+ "subject": {
2539
+ "type": "string",
2540
+ "mapKeyType": "string"
2541
+ },
2542
+ "fromName": {
2543
+ "type": "string"
2544
+ },
2545
+ "fromEmail": {
2546
+ "type": "string"
2547
+ },
2548
+ "replyName": {
2549
+ "type": "string"
2550
+ },
2551
+ "replyEmail": {
2552
+ "type": "string"
2553
+ },
2554
+ "followUserTimezone": {
2555
+ "type": "boolean"
2556
+ },
2557
+ "conditions": {
2558
+ "type": "string"
2559
+ },
2560
+ "conditionsOperator": {
2561
+ "type": "string"
2562
+ },
2563
+ "filterConditions": {
2564
+ "type": "string"
2565
+ },
2566
+ "devicesFilter": {
2567
+ "type": "string"
2568
+ },
2569
+ "data": {
2570
+ "type": "string"
2571
+ }
2572
+ }
2573
+ },
2574
+ "pushwoosh.statistics.statistics.v2.PushMetrics": {
2575
+ "type": "I",
2576
+ "fields": {
2577
+ "sends": {
2578
+ "type": "number"
2579
+ },
2580
+ "opens": {
2581
+ "type": "number"
2582
+ },
2583
+ "deliveries": {
2584
+ "type": "number"
2585
+ },
2586
+ "inboxOpens": {
2587
+ "type": "number"
2588
+ },
2589
+ "unshowableSends": {
2590
+ "type": "number"
2591
+ },
2592
+ "errors": {
2593
+ "type": "number"
2594
+ },
2595
+ "platform": {
2596
+ "type": "number"
2597
+ }
2598
+ }
2599
+ },
2600
+ "pushwoosh.statistics.statistics.v2.EmailMetrics": {
2601
+ "type": "I",
2602
+ "fields": {
2603
+ "sends": {
2604
+ "type": "number"
2605
+ },
2606
+ "opens": {
2607
+ "type": "number"
2608
+ },
2609
+ "deliveries": {
2610
+ "type": "number"
2611
+ },
2612
+ "hardBounces": {
2613
+ "type": "number"
2614
+ },
2615
+ "softBounces": {
2616
+ "type": "number"
2617
+ },
2618
+ "rejects": {
2619
+ "type": "number"
2620
+ },
2621
+ "confirmedSends": {
2622
+ "type": "number"
2623
+ },
2624
+ "unsubs": {
2625
+ "type": "number"
2626
+ },
2627
+ "complaints": {
2628
+ "type": "number"
2629
+ },
2630
+ "errors": {
2631
+ "type": "number"
2632
+ }
2633
+ }
2634
+ },
2635
+ "pushwoosh.statistics.statistics.v2.PushInfo": {
2636
+ "type": "I",
2637
+ "fields": {
2638
+ "details": {
2639
+ "type": "pushwoosh.statistics.statistics.v2.PushDetails"
2640
+ },
2641
+ "metrics": {
2642
+ "type": "pushwoosh.statistics.statistics.v2.PushMetrics",
2643
+ "array": true
2644
+ }
2645
+ }
2646
+ },
2647
+ "pushwoosh.statistics.statistics.v2.EmailInfo": {
2648
+ "type": "I",
2649
+ "fields": {
2650
+ "details": {
2651
+ "type": "pushwoosh.statistics.statistics.v2.EmailDetails"
2652
+ },
2653
+ "metrics": {
2654
+ "type": "pushwoosh.statistics.statistics.v2.EmailMetrics",
2655
+ "array": true
2656
+ }
2657
+ }
2658
+ },
2659
+ "pushwoosh.statistics.statistics.v2.ListResponseItem": {
2660
+ "type": "I",
2661
+ "fields": {
2662
+ "id": {
2663
+ "type": "number"
2664
+ },
2665
+ "code": {
2666
+ "type": "string"
2667
+ },
2668
+ "createdDate": {
2669
+ "type": "string"
2670
+ },
2671
+ "sendDate": {
2672
+ "type": "string"
2673
+ },
2674
+ "status": {
2675
+ "type": "string"
2676
+ },
2677
+ "platforms": {
2678
+ "type": "number",
2679
+ "array": true
2680
+ },
2681
+ "source": {
2682
+ "type": "string"
2683
+ },
2684
+ "pushInfo": {
2685
+ "type": "pushwoosh.statistics.statistics.v2.PushInfo"
2686
+ },
2687
+ "emailInfo": {
2688
+ "type": "pushwoosh.statistics.statistics.v2.EmailInfo"
2689
+ }
2690
+ },
2691
+ "oneofs": {
2692
+ "info": {
2693
+ "oneof": [
2694
+ "pushInfo",
2695
+ "emailInfo"
2696
+ ]
2697
+ }
2698
+ }
2699
+ },
2700
+ "pushwoosh.statistics.statistics.v2.ListResponse": {
2701
+ "type": "I",
2702
+ "fields": {
2703
+ "total": {
2704
+ "type": "number"
2705
+ },
2706
+ "items": {
2707
+ "type": "pushwoosh.statistics.statistics.v2.ListResponseItem",
2708
+ "array": true
2709
+ }
2710
+ }
2711
+ },
2712
+ "pushwoosh.statistics.statistics.v2.Message.Status": {
2713
+ "type": "E",
2714
+ "values": [
2715
+ "status_unknown",
2716
+ "creating",
2717
+ "waiting",
2718
+ "pending",
2719
+ "processing",
2720
+ "done",
2721
+ "canceled",
2722
+ "fail"
2723
+ ]
2724
+ },
2725
+ "pushwoosh.statistics.statistics.v2.Message.Type": {
2726
+ "type": "E",
2727
+ "values": [
2728
+ "type_unknown",
2729
+ "broadcast",
2730
+ "devices",
2731
+ "users"
2732
+ ]
2733
+ },
2734
+ "pushwoosh.statistics.statistics.v2.Message": {
2735
+ "type": "I",
2736
+ "fields": {
2737
+ "id": {
2738
+ "type": "number"
2739
+ },
2740
+ "code": {
2741
+ "type": "string"
2742
+ },
2743
+ "accountId": {
2744
+ "type": "number"
2745
+ },
2746
+ "campaignId": {
2747
+ "type": "number"
2748
+ },
2749
+ "applicationIds": {
2750
+ "type": "number",
2751
+ "array": true
2752
+ },
2753
+ "platforms": {
2754
+ "type": "number",
2755
+ "array": true
2756
+ },
2757
+ "status": {
2758
+ "type": "pushwoosh.statistics.statistics.v2.Message.Status"
2759
+ },
2760
+ "sendType": {
2761
+ "type": "pushwoosh.statistics.statistics.v2.Message.Type"
2762
+ },
2763
+ "isCanceled": {
2764
+ "type": "boolean"
2765
+ },
2766
+ "icon": {
2767
+ "type": "string"
2768
+ },
2769
+ "banner": {
2770
+ "type": "string"
2771
+ },
2772
+ "createdVia": {
2773
+ "type": "pushwoosh.statistics.types.Source"
2774
+ },
2775
+ "title": {
2776
+ "type": "string",
2777
+ "mapKeyType": "string"
2778
+ },
2779
+ "subtitle": {
2780
+ "type": "string",
2781
+ "mapKeyType": "string"
2782
+ },
2783
+ "content": {
2784
+ "type": "string",
2785
+ "mapKeyType": "string"
2786
+ },
2787
+ "createdTimestamp": {
2788
+ "type": "Date"
2789
+ },
2790
+ "updatedTimestamp": {
2791
+ "type": "Date"
2792
+ },
2793
+ "sentTimestamp": {
2794
+ "type": "Date"
2795
+ },
2796
+ "properties": {
2797
+ "type": "string",
2798
+ "mapKeyType": "string"
2799
+ },
2800
+ "childMessages": {
2801
+ "type": "pushwoosh.statistics.statistics.v2.Message",
2802
+ "array": true
2803
+ }
2804
+ }
2805
+ },
2806
+ "pushwoosh.statistics.statistics.v2.LoadByCodesRequest": {
2807
+ "type": "I",
2808
+ "fields": {
2809
+ "codes": {
2810
+ "type": "string",
2811
+ "array": true
2812
+ }
2813
+ }
2814
+ },
2815
+ "pushwoosh.statistics.statistics.v2.LoadByCodesResponse": {
2816
+ "type": "I",
2817
+ "fields": {
2818
+ "messages": {
2819
+ "type": "pushwoosh.statistics.statistics.v2.Message",
2820
+ "array": true
2821
+ }
2822
+ }
2823
+ },
2824
+ "pushwoosh.statistics.statistics.v2.GetByIDsRequest": {
2825
+ "type": "I",
2826
+ "fields": {
2827
+ "ids": {
2828
+ "type": "number",
2829
+ "array": true
2830
+ }
2831
+ }
2832
+ },
2833
+ "pushwoosh.statistics.statistics.v2.GetByIDsResponse": {
2834
+ "type": "I",
2835
+ "fields": {
2836
+ "messages": {
2837
+ "type": "pushwoosh.statistics.statistics.v2.Message",
2838
+ "array": true
2839
+ }
2840
+ }
2841
+ },
2842
+ "pushwoosh.statistics.statistics.v2.LoadByCodeRequest": {
2843
+ "type": "I",
2844
+ "fields": {
2845
+ "code": {
2846
+ "type": "string"
2847
+ }
2848
+ }
2849
+ },
2850
+ "pushwoosh.statistics.statistics.v2.LoadByCodeResponse": {
2851
+ "type": "I",
2852
+ "fields": {
2853
+ "message": {
2854
+ "type": "pushwoosh.statistics.statistics.v2.Message"
2855
+ }
2856
+ }
2857
+ },
2858
+ "pushwoosh.statistics.statistics.v2.GetByIDRequest": {
2859
+ "type": "I",
2860
+ "fields": {
2861
+ "id": {
2862
+ "type": "number"
2863
+ }
2864
+ }
2865
+ },
2866
+ "pushwoosh.statistics.statistics.v2.GetByIDResponse": {
2867
+ "type": "I",
2868
+ "fields": {
2869
+ "message": {
2870
+ "type": "pushwoosh.statistics.statistics.v2.Message"
2871
+ }
2872
+ }
2873
+ },
2874
+ "pushwoosh.statistics.statistics.v2.LoadRequest": {
2875
+ "type": "I",
2876
+ "fields": {
2877
+ "application": {
2878
+ "type": "string"
2879
+ },
2880
+ "code": {
2881
+ "type": "string"
2882
+ },
2883
+ "id": {
2884
+ "type": "number"
2885
+ },
2886
+ "relationUuid": {
2887
+ "type": "string"
2888
+ },
2889
+ "relationParentUuid": {
2890
+ "type": "string"
2891
+ }
2892
+ }
2893
+ },
2894
+ "pushwoosh.statistics.statistics.v2.LoadResponse": {
2895
+ "type": "I",
2896
+ "fields": {
2897
+ "message": {
2898
+ "type": "pushwoosh.statistics.statistics.v2.Message"
2899
+ }
2900
+ }
2901
+ },
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
+ "pushwoosh.statistics.statistics.v2.overview.GetRequest": {
2927
+ "type": "I",
2928
+ "fields": {
2929
+ "day": {
2930
+ "type": "Date"
2931
+ }
2932
+ }
2933
+ },
2934
+ "pushwoosh.statistics.statistics.v2.overview.GetResponse": {
2935
+ "type": "I",
2936
+ "fields": {
2937
+ "sends": {
2938
+ "type": "number",
2939
+ "mapKeyType": "number"
2940
+ }
2941
+ }
2942
+ },
2943
+ "pushwoosh.statistics.statistics.v2.overview.GetMessagesStatByApplicationsRequest": {
2944
+ "type": "I",
2945
+ "fields": {
2946
+ "dayFrom": {
2947
+ "type": "Date"
2948
+ },
2949
+ "dayTo": {
2950
+ "type": "Date"
2951
+ },
2952
+ "applicationIds": {
2953
+ "type": "number",
2954
+ "array": true
2955
+ }
2956
+ }
2957
+ },
2958
+ "pushwoosh.statistics.statistics.v2.overview.GetMessagesStatByApplicationsResponse.Statistics": {
2959
+ "type": "I",
2960
+ "fields": {
2961
+ "applicationId": {
2962
+ "type": "number"
2963
+ },
2964
+ "platform": {
2965
+ "type": "number"
2966
+ },
2967
+ "sends": {
2968
+ "type": "number"
2969
+ },
2970
+ "opens": {
2971
+ "type": "number"
2972
+ }
2973
+ }
2974
+ },
2975
+ "pushwoosh.statistics.statistics.v2.overview.GetMessagesStatByApplicationsResponse": {
2976
+ "type": "I",
2977
+ "fields": {
2978
+ "statistics": {
2979
+ "type": "pushwoosh.statistics.statistics.v2.overview.GetMessagesStatByApplicationsResponse.Statistics",
2980
+ "array": true
2981
+ }
2982
+ }
2983
+ },
2984
+ "pushwoosh.statistics.statistics.v2.overview.GetAudienceStatByApplicationsRequest": {
2985
+ "type": "I",
2986
+ "fields": {
2987
+ "dayFrom": {
2988
+ "type": "Date"
2989
+ },
2990
+ "dayTo": {
2991
+ "type": "Date"
2992
+ },
2993
+ "applicationIds": {
2994
+ "type": "number",
2995
+ "array": true
2996
+ }
2997
+ }
2998
+ },
2999
+ "pushwoosh.statistics.statistics.v2.overview.GetAudienceStatByApplicationsResponse.Statistics": {
3000
+ "type": "I",
3001
+ "fields": {
3002
+ "applicationId": {
3003
+ "type": "number"
3004
+ },
3005
+ "platform": {
3006
+ "type": "number"
3007
+ },
3008
+ "installs": {
3009
+ "type": "number"
3010
+ },
3011
+ "subscriptions": {
3012
+ "type": "number"
3013
+ }
3014
+ }
3015
+ },
3016
+ "pushwoosh.statistics.statistics.v2.overview.GetAudienceStatByApplicationsResponse": {
3017
+ "type": "I",
3018
+ "fields": {
3019
+ "statistics": {
3020
+ "type": "pushwoosh.statistics.statistics.v2.overview.GetAudienceStatByApplicationsResponse.Statistics",
3021
+ "array": true
3022
+ }
3023
+ }
3024
+ },
3025
+ "pushwoosh.statistics.statistics.v2.statistics.StatisticsService": {
3026
+ "type": "S",
3027
+ "key": "statisticsV2",
3028
+ "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
+ "GetMessagesStatistics": {
3036
+ "request": "pushwoosh.statistics.statistics.v2.statistics.GetMessagesStatisticsRequest",
3037
+ "response": "pushwoosh.statistics.statistics.v2.statistics.GetMessagesStatisticsResponse",
3038
+ "method": "post",
3039
+ "path": "/api/v2/statistics/messages/totalsByIntervals"
3040
+ },
3041
+ "GetCampaignStatistics": {
3042
+ "request": "pushwoosh.statistics.statistics.v2.statistics.GetCampaignStatisticsRequest",
3043
+ "response": "pushwoosh.statistics.statistics.v2.statistics.GetCampaignStatisticsResponse",
3044
+ "method": "post",
3045
+ "path": "/api/v2/statistics/messages/getCampaignStatistics"
3046
+ },
3047
+ "GetCampaignLinkClicks": {
3048
+ "request": "pushwoosh.statistics.statistics.v2.statistics.GetCampaignLinkClicksRequest",
3049
+ "response": "pushwoosh.statistics.statistics.v2.statistics.GetCampaignLinkClicksResponse",
3050
+ "method": "post",
3051
+ "path": "/api/v2/statistics/messages/getCampaignLinkClicks"
3052
+ },
3053
+ "GetDeliveryReport": {
3054
+ "request": "pushwoosh.statistics.statistics.v2.statistics.GetDeliveryReportRequest",
3055
+ "response": "pushwoosh.statistics.statistics.v2.statistics.GetDeliveryReportResponse",
3056
+ "method": "post",
3057
+ "path": "/api/v2/statistics/messages/getDeliveryReport_tmp"
3058
+ },
3059
+ "GetErrorsStatistics": {
3060
+ "request": "pushwoosh.statistics.statistics.v2.statistics.GetErrorsStatisticsRequest",
3061
+ "response": "pushwoosh.statistics.statistics.v2.statistics.GetErrorsStatisticsResponse",
3062
+ "method": "post",
3063
+ "path": "/api/v2/statistics/messages/getErrorsStatistics"
3064
+ },
3065
+ "GetJourneyMetrics": {
3066
+ "request": "pushwoosh.statistics.statistics.v2.statistics.GetJourneyMetricsRequest",
3067
+ "response": "pushwoosh.statistics.statistics.v2.statistics.GetJourneyMetricsResponse",
3068
+ "method": "post",
3069
+ "path": "/api/v2/statistics/messages/getJourneyMetrics"
3070
+ },
3071
+ "GetUsersStatistics": {
3072
+ "request": "pushwoosh.statistics.statistics.v2.statistics.GetUsersStatisticsRequest",
3073
+ "response": "pushwoosh.statistics.statistics.v2.statistics.GetUsersStatisticsResponse",
3074
+ "method": "post",
3075
+ "path": "/api/v2/statistics/messages/getUsersStatistics"
3076
+ },
3077
+ "GetMAUStatistics": {
3078
+ "request": "pushwoosh.statistics.statistics.v2.statistics.GetMAUStatisticsRequest",
3079
+ "response": "pushwoosh.statistics.statistics.v2.statistics.GetMAUStatisticsResponse",
3080
+ "method": "post",
3081
+ "path": "/api/v2/statistics/messages/getMAUStatistics"
3082
+ },
3083
+ "GetDAUStatistics": {
3084
+ "request": "pushwoosh.statistics.statistics.v2.statistics.GetDAUStatisticsRequest",
3085
+ "response": "pushwoosh.statistics.statistics.v2.statistics.GetDAUStatisticsResponse",
3086
+ "method": "post",
3087
+ "path": "/api/v2/statistics/messages/getDAUStatistics"
3088
+ },
3089
+ "GetPushApplicationStatistics": {
3090
+ "request": "pushwoosh.statistics.statistics.v2.statistics.GetPushApplicationStatisticsRequest",
3091
+ "response": "pushwoosh.statistics.statistics.v2.statistics.GetPushApplicationStatisticsResponse",
3092
+ "method": "post",
3093
+ "path": "/api/v2/statistics/messages/getPushApplicationStatistics"
3094
+ },
3095
+ "GetEmailApplicationStatistics": {
3096
+ "request": "pushwoosh.statistics.statistics.v2.statistics.GetEmailApplicationStatisticsRequest",
3097
+ "response": "pushwoosh.statistics.statistics.v2.statistics.GetEmailApplicationStatisticsResponse",
3098
+ "method": "post",
3099
+ "path": "/api/v2/statistics/messages/getEmailApplicationStatistics"
3100
+ },
3101
+ "GetActiveAudience": {
3102
+ "request": "pushwoosh.statistics.statistics.v2.statistics.GetActiveAudienceRequest",
3103
+ "response": "pushwoosh.statistics.statistics.v2.statistics.GetActiveAudienceResponse",
3104
+ "method": "post",
3105
+ "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
+ }
3143
+ }
3144
+ },
3145
+ "pushwoosh.statistics.statistics.v2.statistics.EmailEventType": {
3146
+ "type": "E",
3147
+ "values": [
3148
+ "EmailEventTypeUnknown",
3149
+ "Complaint",
3150
+ "Softbounce",
3151
+ "Hardbounce"
3152
+ ]
3153
+ },
3154
+ "pushwoosh.statistics.statistics.v2.statistics.GetBouncedEmailsRequest": {
3155
+ "type": "I",
3156
+ "fields": {
3157
+ "application": {
3158
+ "type": "string"
3159
+ },
3160
+ "messageCode": {
3161
+ "type": "string"
3162
+ },
3163
+ "campaign": {
3164
+ "type": "string"
3165
+ },
3166
+ "dateFrom": {
3167
+ "type": "Date"
3168
+ },
3169
+ "dateTo": {
3170
+ "type": "Date"
3171
+ },
3172
+ "type": {
3173
+ "type": "pushwoosh.statistics.statistics.v2.statistics.EmailEventType"
3174
+ },
3175
+ "perPage": {
3176
+ "type": "number"
3177
+ },
3178
+ "page": {
3179
+ "type": "number"
3180
+ }
3181
+ }
3182
+ },
3183
+ "pushwoosh.statistics.statistics.v2.statistics.BouncedEmail": {
3184
+ "type": "I",
3185
+ "fields": {
3186
+ "email": {
3187
+ "type": "string"
3188
+ },
3189
+ "date": {
3190
+ "type": "Date"
3191
+ },
3192
+ "reason": {
3193
+ "type": "string"
3194
+ },
3195
+ "type": {
3196
+ "type": "pushwoosh.statistics.statistics.v2.statistics.EmailEventType"
3197
+ }
3198
+ }
3199
+ },
3200
+ "pushwoosh.statistics.statistics.v2.statistics.GetBouncedEmailsResponse": {
3201
+ "type": "I",
3202
+ "fields": {
3203
+ "total": {
3204
+ "type": "number"
3205
+ },
3206
+ "bouncedEmails": {
3207
+ "type": "pushwoosh.statistics.statistics.v2.statistics.BouncedEmail",
3208
+ "array": true
3209
+ }
3210
+ }
3211
+ },
3212
+ "pushwoosh.statistics.statistics.v2.statistics.GetMessagesStatisticsRequest": {
3213
+ "type": "I",
3214
+ "fields": {
3215
+ "platforms": {
3216
+ "type": "number",
3217
+ "array": true
3218
+ },
3219
+ "interval": {
3220
+ "type": "pushwoosh.statistics.types.TimeInterval"
3221
+ },
3222
+ "messageCode": {
3223
+ "type": "string"
3224
+ }
3225
+ }
3226
+ },
3227
+ "pushwoosh.statistics.statistics.v2.statistics.PushMetricWithTimestamp": {
3228
+ "type": "I",
3229
+ "fields": {
3230
+ "timestamp": {
3231
+ "type": "string"
3232
+ },
3233
+ "platform": {
3234
+ "type": "number"
3235
+ },
3236
+ "sends": {
3237
+ "type": "number"
3238
+ },
3239
+ "opens": {
3240
+ "type": "number"
3241
+ },
3242
+ "deliveries": {
3243
+ "type": "number"
3244
+ },
3245
+ "inboxOpens": {
3246
+ "type": "number"
3247
+ },
3248
+ "unshowableSends": {
3249
+ "type": "number"
3250
+ },
3251
+ "errors": {
3252
+ "type": "number"
3253
+ }
3254
+ }
3255
+ },
3256
+ "pushwoosh.statistics.statistics.v2.statistics.Conversion.EventStats": {
3257
+ "type": "I",
3258
+ "fields": {
3259
+ "name": {
3260
+ "type": "string"
3261
+ },
3262
+ "hits": {
3263
+ "type": "number"
3264
+ },
3265
+ "conversion": {
3266
+ "type": "number"
3267
+ },
3268
+ "revenue": {
3269
+ "type": "number"
3270
+ }
3271
+ }
3272
+ },
3273
+ "pushwoosh.statistics.statistics.v2.statistics.Conversion": {
3274
+ "type": "I",
3275
+ "fields": {
3276
+ "sends": {
3277
+ "type": "number"
3278
+ },
3279
+ "opens": {
3280
+ "type": "number"
3281
+ },
3282
+ "events": {
3283
+ "type": "pushwoosh.statistics.statistics.v2.statistics.Conversion.EventStats",
3284
+ "array": true
3285
+ }
3286
+ }
3287
+ },
3288
+ "pushwoosh.statistics.statistics.v2.statistics.GetMessagesStatisticsResponse": {
3289
+ "type": "I",
3290
+ "fields": {
3291
+ "metrics": {
3292
+ "type": "pushwoosh.statistics.statistics.v2.statistics.PushMetricWithTimestamp",
3293
+ "array": true
3294
+ },
3295
+ "conversion": {
3296
+ "type": "pushwoosh.statistics.statistics.v2.statistics.Conversion"
3297
+ }
3298
+ }
3299
+ },
3300
+ "pushwoosh.statistics.statistics.v2.statistics.GetCampaignStatisticsRequest": {
3301
+ "type": "I",
3302
+ "fields": {
3303
+ "application": {
3304
+ "type": "string"
3305
+ },
3306
+ "applicationGroup": {
3307
+ "type": "string"
3308
+ },
3309
+ "messageCode": {
3310
+ "type": "string"
3311
+ },
3312
+ "campaign": {
3313
+ "type": "string"
3314
+ },
3315
+ "journey": {
3316
+ "type": "string"
3317
+ },
3318
+ "timestampFrom": {
3319
+ "type": "Date"
3320
+ },
3321
+ "timestampTo": {
3322
+ "type": "Date"
3323
+ },
3324
+ "interval": {
3325
+ "type": "pushwoosh.statistics.types.TimeInterval"
3326
+ },
3327
+ "timezone": {
3328
+ "type": "string"
3329
+ }
3330
+ }
3331
+ },
3332
+ "pushwoosh.statistics.statistics.v2.statistics.GetCampaignStatisticsResponse.PlatformTimeSeries.Breakdown": {
3333
+ "type": "I",
3334
+ "fields": {
3335
+ "platform": {
3336
+ "type": "string"
3337
+ },
3338
+ "values": {
3339
+ "type": "number",
3340
+ "array": true
3341
+ }
3342
+ }
3343
+ },
3344
+ "pushwoosh.statistics.statistics.v2.statistics.GetCampaignStatisticsResponse.PlatformTimeSeries": {
3345
+ "type": "I",
3346
+ "fields": {
3347
+ "timestamps": {
3348
+ "type": "Date",
3349
+ "array": true
3350
+ },
3351
+ "breakdowns": {
3352
+ "type": "pushwoosh.statistics.statistics.v2.statistics.GetCampaignStatisticsResponse.PlatformTimeSeries.Breakdown",
3353
+ "array": true
3354
+ },
3355
+ "total": {
3356
+ "type": "number"
3357
+ }
3358
+ }
3359
+ },
3360
+ "pushwoosh.statistics.statistics.v2.statistics.GetCampaignStatisticsResponse.Metrics": {
3361
+ "type": "I",
3362
+ "fields": {
3363
+ "sends": {
3364
+ "type": "pushwoosh.statistics.statistics.v2.statistics.GetCampaignStatisticsResponse.PlatformTimeSeries"
3365
+ },
3366
+ "deliveries": {
3367
+ "type": "pushwoosh.statistics.statistics.v2.statistics.GetCampaignStatisticsResponse.PlatformTimeSeries"
3368
+ },
3369
+ "opens": {
3370
+ "type": "pushwoosh.statistics.statistics.v2.statistics.GetCampaignStatisticsResponse.PlatformTimeSeries"
3371
+ },
3372
+ "recipientsByPlatform": {
3373
+ "type": "number",
3374
+ "mapKeyType": "string"
3375
+ },
3376
+ "recipients": {
3377
+ "type": "number"
3378
+ },
3379
+ "totalOpens": {
3380
+ "type": "pushwoosh.statistics.statistics.v2.statistics.GetCampaignStatisticsResponse.PlatformTimeSeries"
3381
+ },
3382
+ "totalDeliveries": {
3383
+ "type": "number"
3384
+ },
3385
+ "frequencyCappingUniqueUsers": {
3386
+ "type": "number"
3387
+ },
3388
+ "frequencyCappingSuppressions": {
3389
+ "type": "number"
3390
+ }
3391
+ }
3392
+ },
3393
+ "pushwoosh.statistics.statistics.v2.statistics.GetCampaignStatisticsResponse": {
3394
+ "type": "I",
3395
+ "fields": {
3396
+ "metrics": {
3397
+ "type": "pushwoosh.statistics.statistics.v2.statistics.GetCampaignStatisticsResponse.Metrics"
3398
+ }
3399
+ }
3400
+ },
3401
+ "pushwoosh.statistics.statistics.v2.statistics.GetCampaignLinkClicksRequest": {
3402
+ "type": "I",
3403
+ "fields": {
3404
+ "application": {
3405
+ "type": "string"
3406
+ },
3407
+ "applicationGroup": {
3408
+ "type": "string"
3409
+ },
3410
+ "messageCode": {
3411
+ "type": "string"
3412
+ },
3413
+ "campaign": {
3414
+ "type": "string"
3415
+ },
3416
+ "timestampFrom": {
3417
+ "type": "Date"
3418
+ },
3419
+ "timestampTo": {
3420
+ "type": "Date"
3421
+ }
3422
+ }
3423
+ },
3424
+ "pushwoosh.statistics.statistics.v2.statistics.GetCampaignLinkClicksResponse.LinkClick.Attributes": {
3425
+ "type": "I",
3426
+ "fields": {
3427
+ "attributes": {
3428
+ "type": "string",
3429
+ "array": true
3430
+ },
3431
+ "clicks": {
3432
+ "type": "number"
3433
+ }
3434
+ }
3435
+ },
3436
+ "pushwoosh.statistics.statistics.v2.statistics.GetCampaignLinkClicksResponse.LinkClick": {
3437
+ "type": "I",
3438
+ "fields": {
3439
+ "link": {
3440
+ "type": "string"
3441
+ },
3442
+ "clicks": {
3443
+ "type": "number"
3444
+ },
3445
+ "attributes": {
3446
+ "type": "pushwoosh.statistics.statistics.v2.statistics.GetCampaignLinkClicksResponse.LinkClick.Attributes",
3447
+ "array": true
3448
+ }
3449
+ }
3450
+ },
3451
+ "pushwoosh.statistics.statistics.v2.statistics.GetCampaignLinkClicksResponse": {
3452
+ "type": "I",
3453
+ "fields": {
3454
+ "links": {
3455
+ "type": "pushwoosh.statistics.statistics.v2.statistics.GetCampaignLinkClicksResponse.LinkClick",
3456
+ "array": true
3457
+ },
3458
+ "totalClicks": {
3459
+ "type": "number"
3460
+ },
3461
+ "uniqClick": {
3462
+ "type": "number"
3463
+ }
3464
+ }
3465
+ },
3466
+ "pushwoosh.statistics.statistics.v2.statistics.GetDeliveryReportRequest": {
3467
+ "type": "I",
3468
+ "fields": {
3469
+ "application": {
3470
+ "type": "string"
3471
+ },
3472
+ "applicationGroup": {
3473
+ "type": "string"
3474
+ },
3475
+ "messageCode": {
3476
+ "type": "string"
3477
+ },
3478
+ "campaign": {
3479
+ "type": "string"
3480
+ },
3481
+ "journey": {
3482
+ "type": "string"
3483
+ },
3484
+ "timestampFrom": {
3485
+ "type": "Date"
3486
+ },
3487
+ "timestampTo": {
3488
+ "type": "Date"
3489
+ }
3490
+ }
3491
+ },
3492
+ "pushwoosh.statistics.statistics.v2.statistics.GetDeliveryReportResponse.DeliveryReport.ProcessingErrorsType": {
3493
+ "type": "E",
3494
+ "values": [
3495
+ "processing_unknown",
3496
+ "send",
3497
+ "publish"
3498
+ ]
3499
+ },
3500
+ "pushwoosh.statistics.statistics.v2.statistics.GetDeliveryReportResponse.DeliveryReport.MailboxErrorType": {
3501
+ "type": "E",
3502
+ "values": [
3503
+ "all",
3504
+ "complaints",
3505
+ "soft_bounces",
3506
+ "hard_bounces"
3507
+ ]
3508
+ },
3509
+ "pushwoosh.statistics.statistics.v2.statistics.GetDeliveryReportResponse.DeliveryReport.ReportError": {
3510
+ "type": "I",
3511
+ "fields": {
3512
+ "error": {
3513
+ "type": "string"
3514
+ },
3515
+ "tooltip": {
3516
+ "type": "string"
3517
+ },
3518
+ "count": {
3519
+ "type": "number"
3520
+ },
3521
+ "statusCode": {
3522
+ "type": "number"
3523
+ },
3524
+ "mailboxErrorType": {
3525
+ "type": "pushwoosh.statistics.statistics.v2.statistics.GetDeliveryReportResponse.DeliveryReport.MailboxErrorType"
3526
+ },
3527
+ "processingErrorType": {
3528
+ "type": "pushwoosh.statistics.statistics.v2.statistics.GetDeliveryReportResponse.DeliveryReport.ProcessingErrorsType"
3529
+ },
3530
+ "mailboxErrorStatus": {
3531
+ "type": "number"
3532
+ }
3533
+ }
3534
+ },
3535
+ "pushwoosh.statistics.statistics.v2.statistics.GetDeliveryReportResponse.DeliveryReport": {
3536
+ "type": "I",
3537
+ "fields": {
3538
+ "platform": {
3539
+ "type": "number"
3540
+ },
3541
+ "total": {
3542
+ "type": "number"
3543
+ },
3544
+ "errors": {
3545
+ "type": "pushwoosh.statistics.statistics.v2.statistics.GetDeliveryReportResponse.DeliveryReport.ReportError",
3546
+ "array": true
3547
+ }
3548
+ }
3549
+ },
3550
+ "pushwoosh.statistics.statistics.v2.statistics.GetDeliveryReportResponse": {
3551
+ "type": "I",
3552
+ "fields": {
3553
+ "senderErrors": {
3554
+ "type": "pushwoosh.statistics.statistics.v2.statistics.GetDeliveryReportResponse.DeliveryReport",
3555
+ "array": true
3556
+ },
3557
+ "mailErrors": {
3558
+ "type": "pushwoosh.statistics.statistics.v2.statistics.GetDeliveryReportResponse.DeliveryReport"
3559
+ }
3560
+ }
3561
+ },
3562
+ "pushwoosh.statistics.statistics.v2.statistics.GetErrorsStatisticsRequest": {
3563
+ "type": "I",
3564
+ "fields": {
3565
+ "application": {
3566
+ "type": "string"
3567
+ },
3568
+ "applicationGroup": {
3569
+ "type": "string"
3570
+ },
3571
+ "messageCode": {
3572
+ "type": "string"
3573
+ },
3574
+ "campaign": {
3575
+ "type": "string"
3576
+ },
3577
+ "journey": {
3578
+ "type": "string"
3579
+ },
3580
+ "timestampFrom": {
3581
+ "type": "Date"
3582
+ },
3583
+ "timestampTo": {
3584
+ "type": "Date"
3585
+ }
3586
+ }
3587
+ },
3588
+ "pushwoosh.statistics.statistics.v2.statistics.GetErrorsStatisticsResponse": {
3589
+ "type": "I",
3590
+ "fields": {
3591
+ "timestamps": {
3592
+ "type": "Date",
3593
+ "array": true
3594
+ },
3595
+ "errors": {
3596
+ "type": "number",
3597
+ "array": true
3598
+ }
3599
+ }
3600
+ },
3601
+ "pushwoosh.statistics.statistics.v2.statistics.GetJourneyMetricsRequest": {
3602
+ "type": "I",
3603
+ "fields": {
3604
+ "application": {
3605
+ "type": "string"
3606
+ },
3607
+ "journey": {
3608
+ "type": "string"
3609
+ },
3610
+ "timestampFrom": {
3611
+ "type": "Date"
3612
+ },
3613
+ "timestampTo": {
3614
+ "type": "Date"
3615
+ },
3616
+ "interval": {
3617
+ "type": "pushwoosh.statistics.types.TimeInterval"
3618
+ },
3619
+ "timezone": {
3620
+ "type": "string"
3621
+ },
3622
+ "platforms": {
3623
+ "type": "number",
3624
+ "array": true
3625
+ }
3626
+ }
3627
+ },
3628
+ "pushwoosh.statistics.statistics.v2.statistics.GetJourneyMetricsResponse.ChannelMetrics": {
3629
+ "type": "I",
3630
+ "fields": {
3631
+ "channel": {
3632
+ "type": "string"
3633
+ },
3634
+ "sends": {
3635
+ "type": "number",
3636
+ "array": true
3637
+ },
3638
+ "opens": {
3639
+ "type": "number",
3640
+ "array": true
3641
+ },
3642
+ "deliveries": {
3643
+ "type": "number",
3644
+ "array": true
3645
+ },
3646
+ "deliveryIssues": {
3647
+ "type": "number",
3648
+ "array": true
3649
+ },
3650
+ "hardBounces": {
3651
+ "type": "number",
3652
+ "array": true
3653
+ },
3654
+ "softBounces": {
3655
+ "type": "number",
3656
+ "array": true
3657
+ },
3658
+ "complaints": {
3659
+ "type": "number",
3660
+ "array": true
3661
+ },
3662
+ "clicks": {
3663
+ "type": "number",
3664
+ "array": true
3665
+ },
3666
+ "unsubscribes": {
3667
+ "type": "number",
3668
+ "array": true
3669
+ },
3670
+ "totalOpens": {
3671
+ "type": "number",
3672
+ "array": true
3673
+ },
3674
+ "totalDeliveries": {
3675
+ "type": "number",
3676
+ "array": true
3677
+ }
3678
+ }
3679
+ },
3680
+ "pushwoosh.statistics.statistics.v2.statistics.GetJourneyMetricsResponse.ChannelTotals": {
3681
+ "type": "I",
3682
+ "fields": {
3683
+ "channel": {
3684
+ "type": "string"
3685
+ },
3686
+ "sent": {
3687
+ "type": "number"
3688
+ },
3689
+ "recipients": {
3690
+ "type": "number"
3691
+ },
3692
+ "opened": {
3693
+ "type": "number"
3694
+ },
3695
+ "deliveryIssues": {
3696
+ "type": "number"
3697
+ },
3698
+ "delivered": {
3699
+ "type": "number"
3700
+ },
3701
+ "hardBounces": {
3702
+ "type": "number"
3703
+ },
3704
+ "softBounces": {
3705
+ "type": "number"
3706
+ },
3707
+ "complaints": {
3708
+ "type": "number"
3709
+ },
3710
+ "clicks": {
3711
+ "type": "number"
3712
+ },
3713
+ "unsubscribes": {
3714
+ "type": "number"
3715
+ },
3716
+ "totalOpened": {
3717
+ "type": "number"
3718
+ },
3719
+ "totalDeliveries": {
3720
+ "type": "number"
3721
+ },
3722
+ "frequencyCappingUniqueUsers": {
3723
+ "type": "number"
3724
+ },
3725
+ "frequencyCappingSuppressions": {
3726
+ "type": "number"
3727
+ }
3728
+ }
3729
+ },
3730
+ "pushwoosh.statistics.statistics.v2.statistics.GetJourneyMetricsResponse": {
3731
+ "type": "I",
3732
+ "fields": {
3733
+ "timestamps": {
3734
+ "type": "Date",
3735
+ "array": true
3736
+ },
3737
+ "channelMetrics": {
3738
+ "type": "pushwoosh.statistics.statistics.v2.statistics.GetJourneyMetricsResponse.ChannelMetrics",
3739
+ "array": true
3740
+ },
3741
+ "channelTotals": {
3742
+ "type": "pushwoosh.statistics.statistics.v2.statistics.GetJourneyMetricsResponse.ChannelTotals",
3743
+ "array": true
3744
+ }
3745
+ }
3746
+ },
3747
+ "pushwoosh.statistics.statistics.v2.statistics.GetUsersStatisticsRequest": {
3748
+ "type": "I",
3749
+ "fields": {
3750
+ "application": {
3751
+ "type": "string"
3752
+ }
3753
+ }
3754
+ },
3755
+ "pushwoosh.statistics.statistics.v2.statistics.GetUsersStatisticsResponse": {
3756
+ "type": "I",
3757
+ "fields": {
3758
+ "timestamps": {
3759
+ "type": "Date",
3760
+ "array": true
3761
+ },
3762
+ "usersCount": {
3763
+ "type": "number",
3764
+ "array": true
3765
+ },
3766
+ "interval": {
3767
+ "type": "pushwoosh.statistics.types.TimeInterval"
3768
+ }
3769
+ }
3770
+ },
3771
+ "pushwoosh.statistics.statistics.v2.statistics.GetMAUStatisticsRequest": {
3772
+ "type": "I",
3773
+ "fields": {
3774
+ "application": {
3775
+ "type": "string"
3776
+ }
3777
+ }
3778
+ },
3779
+ "pushwoosh.statistics.statistics.v2.statistics.GetMAUStatisticsResponse": {
3780
+ "type": "I",
3781
+ "fields": {
3782
+ "timestamps": {
3783
+ "type": "Date",
3784
+ "array": true
3785
+ },
3786
+ "usersCount": {
3787
+ "type": "number",
3788
+ "array": true
3789
+ }
3790
+ }
3791
+ },
3792
+ "pushwoosh.statistics.statistics.v2.statistics.GetDAUStatisticsRequest": {
3793
+ "type": "I",
3794
+ "fields": {
3795
+ "application": {
3796
+ "type": "string"
3797
+ }
3798
+ }
3799
+ },
3800
+ "pushwoosh.statistics.statistics.v2.statistics.GetDAUStatisticsResponse": {
3801
+ "type": "I",
3802
+ "fields": {
3803
+ "timestamps": {
3804
+ "type": "Date",
3805
+ "array": true
3806
+ },
3807
+ "usersCount": {
3808
+ "type": "number",
3809
+ "array": true
3810
+ }
3811
+ }
3812
+ },
3813
+ "pushwoosh.statistics.statistics.v2.statistics.GetPushApplicationStatisticsRequest": {
3814
+ "type": "I",
3815
+ "fields": {
3816
+ "application": {
3817
+ "type": "string"
3818
+ }
3819
+ }
3820
+ },
3821
+ "pushwoosh.statistics.statistics.v2.statistics.PlatformStatistics": {
3822
+ "type": "I",
3823
+ "fields": {
3824
+ "platform": {
3825
+ "type": "string"
3826
+ },
3827
+ "values": {
3828
+ "type": "number",
3829
+ "array": true
3830
+ }
3831
+ }
3832
+ },
3833
+ "pushwoosh.statistics.statistics.v2.statistics.GetPushApplicationStatisticsResponse": {
3834
+ "type": "I",
3835
+ "fields": {
3836
+ "timestamps": {
3837
+ "type": "Date",
3838
+ "array": true
3839
+ },
3840
+ "totalDevices": {
3841
+ "type": "pushwoosh.statistics.statistics.v2.statistics.PlatformStatistics",
3842
+ "array": true
3843
+ },
3844
+ "sends": {
3845
+ "type": "pushwoosh.statistics.statistics.v2.statistics.PlatformStatistics",
3846
+ "array": true
3847
+ },
3848
+ "openRate": {
3849
+ "type": "pushwoosh.statistics.statistics.v2.statistics.PlatformStatistics",
3850
+ "array": true
3851
+ },
3852
+ "interval": {
3853
+ "type": "pushwoosh.statistics.types.TimeInterval"
3854
+ }
3855
+ }
3856
+ },
3857
+ "pushwoosh.statistics.statistics.v2.statistics.GetEmailApplicationStatisticsRequest": {
3858
+ "type": "I",
3859
+ "fields": {
3860
+ "application": {
3861
+ "type": "string"
3862
+ }
3863
+ }
3864
+ },
3865
+ "pushwoosh.statistics.statistics.v2.statistics.GetEmailApplicationStatisticsResponse": {
3866
+ "type": "I",
3867
+ "fields": {
3868
+ "timestamps": {
3869
+ "type": "Date",
3870
+ "array": true
3871
+ },
3872
+ "totalDevices": {
3873
+ "type": "pushwoosh.statistics.statistics.v2.statistics.PlatformStatistics",
3874
+ "array": true
3875
+ },
3876
+ "sends": {
3877
+ "type": "pushwoosh.statistics.statistics.v2.statistics.PlatformStatistics",
3878
+ "array": true
3879
+ },
3880
+ "openRate": {
3881
+ "type": "pushwoosh.statistics.statistics.v2.statistics.PlatformStatistics",
3882
+ "array": true
3883
+ },
3884
+ "interval": {
3885
+ "type": "pushwoosh.statistics.types.TimeInterval"
3886
+ }
3887
+ }
3888
+ },
3889
+ "pushwoosh.statistics.statistics.v2.statistics.ActiveAudienceType": {
3890
+ "type": "E",
3891
+ "values": [
3892
+ "ACTIVE_USERS_TYPE_UNSPECIFIED",
3893
+ "ACTIVE_USERS_TYPE_DAY",
3894
+ "ACTIVE_USERS_TYPE_MONTH",
3895
+ "ACTIVE_USERS_TYPE_CALENDAR_MONTH",
3896
+ "ACTIVE_USERS_TYPE_CALENDAR_MONTH_WITH_TOKEN",
3897
+ "ACTIVE_USERS_TYPE_MONTH_WITH_TOKEN",
3898
+ "ACTIVE_DEVICES_TYPE_DAY",
3899
+ "ACTIVE_DEVICES_TYPE_MONTH",
3900
+ "ACTIVE_DEVICES_TYPE_CALENDAR_MONTH",
3901
+ "ACTIVE_DEVICES_TYPE_MONTH_WITH_TOKEN"
3902
+ ]
3903
+ },
3904
+ "pushwoosh.statistics.statistics.v2.statistics.ActiveAudienceCount": {
3905
+ "type": "I",
3906
+ "fields": {
3907
+ "timestamp": {
3908
+ "type": "Date"
3909
+ },
3910
+ "applicationId": {
3911
+ "type": "number"
3912
+ },
3913
+ "platformId": {
3914
+ "type": "number"
3915
+ },
3916
+ "count": {
3917
+ "type": "number"
3918
+ }
3919
+ }
3920
+ },
3921
+ "pushwoosh.statistics.statistics.v2.statistics.GetActiveAudienceRequest": {
3922
+ "type": "I",
3923
+ "fields": {
3924
+ "applicationIds": {
3925
+ "type": "number",
3926
+ "array": true
3927
+ },
3928
+ "platformIds": {
3929
+ "type": "number",
3930
+ "array": true
3931
+ },
3932
+ "dateFrom": {
3933
+ "type": "Date"
3934
+ },
3935
+ "dateTo": {
3936
+ "type": "Date"
3937
+ },
3938
+ "type": {
3939
+ "type": "pushwoosh.statistics.statistics.v2.statistics.ActiveAudienceType"
3940
+ }
3941
+ }
3942
+ },
3943
+ "pushwoosh.statistics.statistics.v2.statistics.GetActiveAudienceResponse": {
3944
+ "type": "I",
3945
+ "fields": {
3946
+ "rows": {
3947
+ "type": "pushwoosh.statistics.statistics.v2.statistics.ActiveAudienceCount",
3948
+ "array": true
3949
+ }
3950
+ }
3951
+ },
3952
+ "pushwoosh.statistics.statistics.v2.statistics.GetUniqueEmailRecipientsRequest": {
3953
+ "type": "I",
3954
+ "fields": {
3955
+ "applicationIds": {
3956
+ "type": "number",
3957
+ "array": true
3958
+ },
3959
+ "dateFrom": {
3960
+ "type": "Date"
3961
+ },
3962
+ "dateTo": {
3963
+ "type": "Date"
3964
+ }
3965
+ }
3966
+ },
3967
+ "pushwoosh.statistics.statistics.v2.statistics.GetUniqueEmailRecipientsResponse": {
3968
+ "type": "I",
3969
+ "fields": {
3970
+ "uniqueRecipients": {
3971
+ "type": "number"
3972
+ }
3973
+ }
3974
+ },
3975
+ "pushwoosh.statistics.statistics.v2.statistics.GetSubscriptionFormStatisticsRequest": {
3976
+ "type": "I",
3977
+ "fields": {
3978
+ "application": {
3979
+ "type": "string"
3980
+ },
3981
+ "form": {
3982
+ "type": "string"
3983
+ },
3984
+ "dateFrom": {
3985
+ "type": "Date"
3986
+ },
3987
+ "dateTo": {
3988
+ "type": "Date"
3989
+ }
3990
+ }
3991
+ },
3992
+ "pushwoosh.statistics.statistics.v2.statistics.GetSubscriptionFormStatisticsResponse": {
3993
+ "type": "I",
3994
+ "fields": {
3995
+ "views": {
3996
+ "type": "number"
3997
+ },
3998
+ "submissions": {
3999
+ "type": "number"
4000
+ },
4001
+ "conversions": {
4002
+ "type": "number"
4003
+ }
4004
+ }
4005
+ },
4006
+ "pushwoosh.statistics.statistics.v2.statistics.GetPopupFormsStatisticsRequest": {
4007
+ "type": "I",
4008
+ "fields": {
4009
+ "application": {
4010
+ "type": "string"
4011
+ },
4012
+ "forms": {
4013
+ "type": "string",
4014
+ "array": true
4015
+ },
4016
+ "dateFrom": {
4017
+ "type": "Date"
4018
+ },
4019
+ "dateTo": {
4020
+ "type": "Date"
4021
+ }
4022
+ }
4023
+ },
4024
+ "pushwoosh.statistics.statistics.v2.statistics.GetPopupFormsStatisticsResponse.FormStatistics": {
4025
+ "type": "I",
4026
+ "fields": {
4027
+ "visits": {
4028
+ "type": "number"
4029
+ },
4030
+ "impressions": {
4031
+ "type": "number"
4032
+ }
4033
+ }
4034
+ },
4035
+ "pushwoosh.statistics.statistics.v2.statistics.GetPopupFormsStatisticsResponse": {
4036
+ "type": "I",
4037
+ "fields": {
4038
+ "forms": {
4039
+ "type": "pushwoosh.statistics.statistics.v2.statistics.GetPopupFormsStatisticsResponse.FormStatistics",
4040
+ "mapKeyType": "string"
4041
+ }
4042
+ }
4043
+ },
4044
+ "pushwoosh.statistics.statistics.v2.statistics.WebhookLogStatus": {
4045
+ "type": "E",
4046
+ "values": [
4047
+ "WEBHOOK_LOG_STATUS_UNKNOWN",
4048
+ "WEBHOOK_LOG_STATUS_SUCCESS",
4049
+ "WEBHOOK_LOG_STATUS_INTERNAL_ERROR",
4050
+ "WEBHOOK_LOG_STATUS_VALIDATE_ERROR",
4051
+ "WEBHOOK_LOG_STATUS_WEBHOOK_INACTIVE",
4052
+ "WEBHOOK_LOG_STATUS_AUTHORIZATION_ERROR"
4053
+ ]
4054
+ },
4055
+ "pushwoosh.statistics.statistics.v2.statistics.GetInboundWebhookActivityLogRequest": {
4056
+ "type": "I",
4057
+ "fields": {
4058
+ "applicationId": {
4059
+ "type": "number"
4060
+ },
4061
+ "webhookUuid": {
4062
+ "type": "string"
4063
+ },
4064
+ "timestampFrom": {
4065
+ "type": "Date"
4066
+ },
4067
+ "timestampTo": {
4068
+ "type": "Date"
4069
+ },
4070
+ "limit": {
4071
+ "type": "number"
4072
+ },
4073
+ "offset": {
4074
+ "type": "number"
4075
+ }
4076
+ }
4077
+ },
4078
+ "pushwoosh.statistics.statistics.v2.statistics.InboundWebhookLogItem": {
4079
+ "type": "I",
4080
+ "fields": {
4081
+ "timestamp": {
4082
+ "type": "Date"
4083
+ },
4084
+ "webhookUuid": {
4085
+ "type": "string"
4086
+ },
4087
+ "identifier": {
4088
+ "type": "string"
4089
+ },
4090
+ "status": {
4091
+ "type": "pushwoosh.statistics.statistics.v2.statistics.WebhookLogStatus"
4092
+ },
4093
+ "message": {
4094
+ "type": "string"
4095
+ },
4096
+ "rawRequest": {
4097
+ "type": "string"
4098
+ }
4099
+ }
4100
+ },
4101
+ "pushwoosh.statistics.statistics.v2.statistics.GetInboundWebhookActivityLogResponse": {
4102
+ "type": "I",
4103
+ "fields": {
4104
+ "logItems": {
4105
+ "type": "pushwoosh.statistics.statistics.v2.statistics.InboundWebhookLogItem",
4106
+ "array": true
4107
+ },
4108
+ "total": {
4109
+ "type": "number"
4110
+ },
4111
+ "totalSuccess": {
4112
+ "type": "number"
4113
+ },
4114
+ "totalFailed": {
4115
+ "type": "number"
4116
+ }
4117
+ }
4118
+ },
4119
+ "pushwoosh.statistics.statistics.v2.statistics.GetInboundWebhooksStatusRequest": {
4120
+ "type": "I",
4121
+ "fields": {
4122
+ "applicationId": {
4123
+ "type": "number"
4124
+ },
4125
+ "webhookUuids": {
4126
+ "type": "string",
4127
+ "array": true
4128
+ }
4129
+ }
4130
+ },
4131
+ "pushwoosh.statistics.statistics.v2.statistics.GetInboundWebhooksStatusResponse": {
4132
+ "type": "I",
4133
+ "fields": {
4134
+ "statuses": {
4135
+ "type": "pushwoosh.statistics.statistics.v2.statistics.WebhookLogStatus",
4136
+ "mapKeyType": "string"
4137
+ }
4138
+ }
4139
+ },
4140
+ "pushwoosh.statistics.statistics.v2.statistics.GetUserFCSuppressionsRequest": {
4141
+ "type": "I",
4142
+ "fields": {
4143
+ "application": {
4144
+ "type": "string"
4145
+ },
4146
+ "userId": {
4147
+ "type": "string"
4148
+ },
4149
+ "page": {
4150
+ "type": "number"
4151
+ },
4152
+ "perPage": {
4153
+ "type": "number"
4154
+ }
4155
+ }
4156
+ },
4157
+ "pushwoosh.statistics.statistics.v2.statistics.FCSuppressionRecord": {
4158
+ "type": "I",
4159
+ "fields": {
4160
+ "timestamp": {
4161
+ "type": "Date"
4162
+ },
4163
+ "messageCode": {
4164
+ "type": "string"
4165
+ },
4166
+ "campaignCode": {
4167
+ "type": "string"
4168
+ },
4169
+ "journeyUuid": {
4170
+ "type": "string"
4171
+ }
4172
+ }
4173
+ },
4174
+ "pushwoosh.statistics.statistics.v2.statistics.GetUserFCSuppressionsResponse": {
4175
+ "type": "I",
4176
+ "fields": {
4177
+ "total": {
4178
+ "type": "number"
4179
+ },
4180
+ "page": {
4181
+ "type": "number"
4182
+ },
4183
+ "perPage": {
4184
+ "type": "number"
4185
+ },
4186
+ "suppressions": {
4187
+ "type": "pushwoosh.statistics.statistics.v2.statistics.FCSuppressionRecord",
4188
+ "array": true
4189
+ }
4190
+ }
4191
+ }
4192
+ };