@maxim_mazurok/gapi.client.analyticsdata-v1beta 0.0.20231127 → 0.0.20231129

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/tests.ts DELETED
@@ -1,1014 +0,0 @@
1
- /* This is stub file for gapi.client.analyticsdata-v1beta definition tests */
2
- // IMPORTANT
3
- // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
4
- // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
5
-
6
- // Revision: 20231127
7
-
8
- gapi.load('client', async () => {
9
- /** now we can use gapi.client */
10
-
11
- await gapi.client.load('https://analyticsdata.googleapis.com/$discovery/rest?version=v1beta');
12
- /** now we can use gapi.client.analyticsdata */
13
-
14
- /** don't forget to authenticate your client before sending any request to resources: */
15
- /** declare client_id registered in Google Developers Console */
16
- const client_id = '<<PUT YOUR CLIENT ID HERE>>';
17
- const scope = [
18
- /** View and manage your Google Analytics data */
19
- 'https://www.googleapis.com/auth/analytics',
20
- /** See and download your Google Analytics data */
21
- 'https://www.googleapis.com/auth/analytics.readonly',
22
- ];
23
- const immediate = false;
24
- gapi.auth.authorize({ client_id, scope, immediate }, authResult => {
25
- if (authResult && !authResult.error) {
26
- /** handle successful authorization */
27
- run();
28
- } else {
29
- /** handle authorization error */
30
- }
31
- });
32
-
33
- async function run() {
34
- /** Returns multiple pivot reports in a batch. All reports must be for the same GA4 Property. */
35
- await gapi.client.analyticsdata.properties.batchRunPivotReports({
36
- property: "Test string",
37
- }, {
38
- requests: [
39
- {
40
- cohortSpec: {
41
- cohortReportSettings: {
42
- accumulate: true,
43
- },
44
- cohorts: [
45
- {
46
- dateRange: {
47
- endDate: "Test string",
48
- name: "Test string",
49
- startDate: "Test string",
50
- },
51
- dimension: "Test string",
52
- name: "Test string",
53
- }
54
- ],
55
- cohortsRange: {
56
- endOffset: 42,
57
- granularity: "Test string",
58
- startOffset: 42,
59
- },
60
- },
61
- currencyCode: "Test string",
62
- dateRanges: [
63
- {
64
- endDate: "Test string",
65
- name: "Test string",
66
- startDate: "Test string",
67
- }
68
- ],
69
- dimensionFilter: {
70
- andGroup: {
71
- expressions: undefined,
72
- },
73
- filter: {
74
- betweenFilter: {
75
- fromValue: {
76
- doubleValue: 42,
77
- int64Value: "Test string",
78
- },
79
- toValue: {
80
- doubleValue: 42,
81
- int64Value: "Test string",
82
- },
83
- },
84
- fieldName: "Test string",
85
- inListFilter: {
86
- caseSensitive: true,
87
- values: [
88
- "Test string"
89
- ],
90
- },
91
- numericFilter: {
92
- operation: "Test string",
93
- value: {
94
- doubleValue: 42,
95
- int64Value: "Test string",
96
- },
97
- },
98
- stringFilter: {
99
- caseSensitive: true,
100
- matchType: "Test string",
101
- value: "Test string",
102
- },
103
- },
104
- notExpression: undefined,
105
- orGroup: {
106
- expressions: undefined,
107
- },
108
- },
109
- dimensions: [
110
- {
111
- dimensionExpression: {
112
- concatenate: {
113
- delimiter: "Test string",
114
- dimensionNames: [
115
- "Test string"
116
- ],
117
- },
118
- lowerCase: {
119
- dimensionName: "Test string",
120
- },
121
- upperCase: {
122
- dimensionName: "Test string",
123
- },
124
- },
125
- name: "Test string",
126
- }
127
- ],
128
- keepEmptyRows: true,
129
- metricFilter: {
130
- andGroup: {
131
- expressions: undefined,
132
- },
133
- filter: {
134
- betweenFilter: {
135
- fromValue: {
136
- doubleValue: 42,
137
- int64Value: "Test string",
138
- },
139
- toValue: {
140
- doubleValue: 42,
141
- int64Value: "Test string",
142
- },
143
- },
144
- fieldName: "Test string",
145
- inListFilter: {
146
- caseSensitive: true,
147
- values: [
148
- "Test string"
149
- ],
150
- },
151
- numericFilter: {
152
- operation: "Test string",
153
- value: {
154
- doubleValue: 42,
155
- int64Value: "Test string",
156
- },
157
- },
158
- stringFilter: {
159
- caseSensitive: true,
160
- matchType: "Test string",
161
- value: "Test string",
162
- },
163
- },
164
- notExpression: undefined,
165
- orGroup: {
166
- expressions: undefined,
167
- },
168
- },
169
- metrics: [
170
- {
171
- expression: "Test string",
172
- invisible: true,
173
- name: "Test string",
174
- }
175
- ],
176
- pivots: [
177
- {
178
- fieldNames: [
179
- "Test string"
180
- ],
181
- limit: "Test string",
182
- metricAggregations: [
183
- "Test string"
184
- ],
185
- offset: "Test string",
186
- orderBys: [
187
- {
188
- desc: true,
189
- dimension: {
190
- dimensionName: "Test string",
191
- orderType: "Test string",
192
- },
193
- metric: {
194
- metricName: "Test string",
195
- },
196
- pivot: {
197
- metricName: "Test string",
198
- pivotSelections: [
199
- {
200
- dimensionName: "Test string",
201
- dimensionValue: "Test string",
202
- }
203
- ],
204
- },
205
- }
206
- ],
207
- }
208
- ],
209
- property: "Test string",
210
- returnPropertyQuota: true,
211
- }
212
- ],
213
- });
214
- /** Returns multiple reports in a batch. All reports must be for the same GA4 Property. */
215
- await gapi.client.analyticsdata.properties.batchRunReports({
216
- property: "Test string",
217
- }, {
218
- requests: [
219
- {
220
- cohortSpec: {
221
- cohortReportSettings: {
222
- accumulate: true,
223
- },
224
- cohorts: [
225
- {
226
- dateRange: {
227
- endDate: "Test string",
228
- name: "Test string",
229
- startDate: "Test string",
230
- },
231
- dimension: "Test string",
232
- name: "Test string",
233
- }
234
- ],
235
- cohortsRange: {
236
- endOffset: 42,
237
- granularity: "Test string",
238
- startOffset: 42,
239
- },
240
- },
241
- currencyCode: "Test string",
242
- dateRanges: [
243
- {
244
- endDate: "Test string",
245
- name: "Test string",
246
- startDate: "Test string",
247
- }
248
- ],
249
- dimensionFilter: {
250
- andGroup: {
251
- expressions: undefined,
252
- },
253
- filter: {
254
- betweenFilter: {
255
- fromValue: {
256
- doubleValue: 42,
257
- int64Value: "Test string",
258
- },
259
- toValue: {
260
- doubleValue: 42,
261
- int64Value: "Test string",
262
- },
263
- },
264
- fieldName: "Test string",
265
- inListFilter: {
266
- caseSensitive: true,
267
- values: [
268
- "Test string"
269
- ],
270
- },
271
- numericFilter: {
272
- operation: "Test string",
273
- value: {
274
- doubleValue: 42,
275
- int64Value: "Test string",
276
- },
277
- },
278
- stringFilter: {
279
- caseSensitive: true,
280
- matchType: "Test string",
281
- value: "Test string",
282
- },
283
- },
284
- notExpression: undefined,
285
- orGroup: {
286
- expressions: undefined,
287
- },
288
- },
289
- dimensions: [
290
- {
291
- dimensionExpression: {
292
- concatenate: {
293
- delimiter: "Test string",
294
- dimensionNames: [
295
- "Test string"
296
- ],
297
- },
298
- lowerCase: {
299
- dimensionName: "Test string",
300
- },
301
- upperCase: {
302
- dimensionName: "Test string",
303
- },
304
- },
305
- name: "Test string",
306
- }
307
- ],
308
- keepEmptyRows: true,
309
- limit: "Test string",
310
- metricAggregations: [
311
- "Test string"
312
- ],
313
- metricFilter: {
314
- andGroup: {
315
- expressions: undefined,
316
- },
317
- filter: {
318
- betweenFilter: {
319
- fromValue: {
320
- doubleValue: 42,
321
- int64Value: "Test string",
322
- },
323
- toValue: {
324
- doubleValue: 42,
325
- int64Value: "Test string",
326
- },
327
- },
328
- fieldName: "Test string",
329
- inListFilter: {
330
- caseSensitive: true,
331
- values: [
332
- "Test string"
333
- ],
334
- },
335
- numericFilter: {
336
- operation: "Test string",
337
- value: {
338
- doubleValue: 42,
339
- int64Value: "Test string",
340
- },
341
- },
342
- stringFilter: {
343
- caseSensitive: true,
344
- matchType: "Test string",
345
- value: "Test string",
346
- },
347
- },
348
- notExpression: undefined,
349
- orGroup: {
350
- expressions: undefined,
351
- },
352
- },
353
- metrics: [
354
- {
355
- expression: "Test string",
356
- invisible: true,
357
- name: "Test string",
358
- }
359
- ],
360
- offset: "Test string",
361
- orderBys: [
362
- {
363
- desc: true,
364
- dimension: {
365
- dimensionName: "Test string",
366
- orderType: "Test string",
367
- },
368
- metric: {
369
- metricName: "Test string",
370
- },
371
- pivot: {
372
- metricName: "Test string",
373
- pivotSelections: [
374
- {
375
- dimensionName: "Test string",
376
- dimensionValue: "Test string",
377
- }
378
- ],
379
- },
380
- }
381
- ],
382
- property: "Test string",
383
- returnPropertyQuota: true,
384
- }
385
- ],
386
- });
387
- /**
388
- * This compatibility method lists dimensions and metrics that can be added to a report request and maintain compatibility. This method fails if the request's dimensions and metrics are
389
- * incompatible. In Google Analytics, reports fail if they request incompatible dimensions and/or metrics; in that case, you will need to remove dimensions and/or metrics from the
390
- * incompatible report until the report is compatible. The Realtime and Core reports have different compatibility rules. This method checks compatibility for Core reports.
391
- */
392
- await gapi.client.analyticsdata.properties.checkCompatibility({
393
- property: "Test string",
394
- }, {
395
- compatibilityFilter: "Test string",
396
- dimensionFilter: {
397
- andGroup: {
398
- expressions: undefined,
399
- },
400
- filter: {
401
- betweenFilter: {
402
- fromValue: {
403
- doubleValue: 42,
404
- int64Value: "Test string",
405
- },
406
- toValue: {
407
- doubleValue: 42,
408
- int64Value: "Test string",
409
- },
410
- },
411
- fieldName: "Test string",
412
- inListFilter: {
413
- caseSensitive: true,
414
- values: [
415
- "Test string"
416
- ],
417
- },
418
- numericFilter: {
419
- operation: "Test string",
420
- value: {
421
- doubleValue: 42,
422
- int64Value: "Test string",
423
- },
424
- },
425
- stringFilter: {
426
- caseSensitive: true,
427
- matchType: "Test string",
428
- value: "Test string",
429
- },
430
- },
431
- notExpression: undefined,
432
- orGroup: {
433
- expressions: undefined,
434
- },
435
- },
436
- dimensions: [
437
- {
438
- dimensionExpression: {
439
- concatenate: {
440
- delimiter: "Test string",
441
- dimensionNames: [
442
- "Test string"
443
- ],
444
- },
445
- lowerCase: {
446
- dimensionName: "Test string",
447
- },
448
- upperCase: {
449
- dimensionName: "Test string",
450
- },
451
- },
452
- name: "Test string",
453
- }
454
- ],
455
- metricFilter: {
456
- andGroup: {
457
- expressions: undefined,
458
- },
459
- filter: {
460
- betweenFilter: {
461
- fromValue: {
462
- doubleValue: 42,
463
- int64Value: "Test string",
464
- },
465
- toValue: {
466
- doubleValue: 42,
467
- int64Value: "Test string",
468
- },
469
- },
470
- fieldName: "Test string",
471
- inListFilter: {
472
- caseSensitive: true,
473
- values: [
474
- "Test string"
475
- ],
476
- },
477
- numericFilter: {
478
- operation: "Test string",
479
- value: {
480
- doubleValue: 42,
481
- int64Value: "Test string",
482
- },
483
- },
484
- stringFilter: {
485
- caseSensitive: true,
486
- matchType: "Test string",
487
- value: "Test string",
488
- },
489
- },
490
- notExpression: undefined,
491
- orGroup: {
492
- expressions: undefined,
493
- },
494
- },
495
- metrics: [
496
- {
497
- expression: "Test string",
498
- invisible: true,
499
- name: "Test string",
500
- }
501
- ],
502
- });
503
- /**
504
- * Returns metadata for dimensions and metrics available in reporting methods. Used to explore the dimensions and metrics. In this method, a Google Analytics GA4 Property Identifier is
505
- * specified in the request, and the metadata response includes Custom dimensions and metrics as well as Universal metadata. For example if a custom metric with parameter name
506
- * `levels_unlocked` is registered to a property, the Metadata response will contain `customEvent:levels_unlocked`. Universal metadata are dimensions and metrics applicable to any property
507
- * such as `country` and `totalUsers`.
508
- */
509
- await gapi.client.analyticsdata.properties.getMetadata({
510
- name: "Test string",
511
- });
512
- /**
513
- * Returns a customized pivot report of your Google Analytics event data. Pivot reports are more advanced and expressive formats than regular reports. In a pivot report, dimensions are
514
- * only visible if they are included in a pivot. Multiple pivots can be specified to further dissect your data.
515
- */
516
- await gapi.client.analyticsdata.properties.runPivotReport({
517
- property: "Test string",
518
- }, {
519
- cohortSpec: {
520
- cohortReportSettings: {
521
- accumulate: true,
522
- },
523
- cohorts: [
524
- {
525
- dateRange: {
526
- endDate: "Test string",
527
- name: "Test string",
528
- startDate: "Test string",
529
- },
530
- dimension: "Test string",
531
- name: "Test string",
532
- }
533
- ],
534
- cohortsRange: {
535
- endOffset: 42,
536
- granularity: "Test string",
537
- startOffset: 42,
538
- },
539
- },
540
- currencyCode: "Test string",
541
- dateRanges: [
542
- {
543
- endDate: "Test string",
544
- name: "Test string",
545
- startDate: "Test string",
546
- }
547
- ],
548
- dimensionFilter: {
549
- andGroup: {
550
- expressions: undefined,
551
- },
552
- filter: {
553
- betweenFilter: {
554
- fromValue: {
555
- doubleValue: 42,
556
- int64Value: "Test string",
557
- },
558
- toValue: {
559
- doubleValue: 42,
560
- int64Value: "Test string",
561
- },
562
- },
563
- fieldName: "Test string",
564
- inListFilter: {
565
- caseSensitive: true,
566
- values: [
567
- "Test string"
568
- ],
569
- },
570
- numericFilter: {
571
- operation: "Test string",
572
- value: {
573
- doubleValue: 42,
574
- int64Value: "Test string",
575
- },
576
- },
577
- stringFilter: {
578
- caseSensitive: true,
579
- matchType: "Test string",
580
- value: "Test string",
581
- },
582
- },
583
- notExpression: undefined,
584
- orGroup: {
585
- expressions: undefined,
586
- },
587
- },
588
- dimensions: [
589
- {
590
- dimensionExpression: {
591
- concatenate: {
592
- delimiter: "Test string",
593
- dimensionNames: [
594
- "Test string"
595
- ],
596
- },
597
- lowerCase: {
598
- dimensionName: "Test string",
599
- },
600
- upperCase: {
601
- dimensionName: "Test string",
602
- },
603
- },
604
- name: "Test string",
605
- }
606
- ],
607
- keepEmptyRows: true,
608
- metricFilter: {
609
- andGroup: {
610
- expressions: undefined,
611
- },
612
- filter: {
613
- betweenFilter: {
614
- fromValue: {
615
- doubleValue: 42,
616
- int64Value: "Test string",
617
- },
618
- toValue: {
619
- doubleValue: 42,
620
- int64Value: "Test string",
621
- },
622
- },
623
- fieldName: "Test string",
624
- inListFilter: {
625
- caseSensitive: true,
626
- values: [
627
- "Test string"
628
- ],
629
- },
630
- numericFilter: {
631
- operation: "Test string",
632
- value: {
633
- doubleValue: 42,
634
- int64Value: "Test string",
635
- },
636
- },
637
- stringFilter: {
638
- caseSensitive: true,
639
- matchType: "Test string",
640
- value: "Test string",
641
- },
642
- },
643
- notExpression: undefined,
644
- orGroup: {
645
- expressions: undefined,
646
- },
647
- },
648
- metrics: [
649
- {
650
- expression: "Test string",
651
- invisible: true,
652
- name: "Test string",
653
- }
654
- ],
655
- pivots: [
656
- {
657
- fieldNames: [
658
- "Test string"
659
- ],
660
- limit: "Test string",
661
- metricAggregations: [
662
- "Test string"
663
- ],
664
- offset: "Test string",
665
- orderBys: [
666
- {
667
- desc: true,
668
- dimension: {
669
- dimensionName: "Test string",
670
- orderType: "Test string",
671
- },
672
- metric: {
673
- metricName: "Test string",
674
- },
675
- pivot: {
676
- metricName: "Test string",
677
- pivotSelections: [
678
- {
679
- dimensionName: "Test string",
680
- dimensionValue: "Test string",
681
- }
682
- ],
683
- },
684
- }
685
- ],
686
- }
687
- ],
688
- property: "Test string",
689
- returnPropertyQuota: true,
690
- });
691
- /**
692
- * Returns a customized report of realtime event data for your property. Events appear in realtime reports seconds after they have been sent to the Google Analytics. Realtime reports show
693
- * events and usage data for the periods of time ranging from the present moment to 30 minutes ago (up to 60 minutes for Google Analytics 360 properties). For a guide to constructing
694
- * realtime requests & understanding responses, see [Creating a Realtime Report](https://developers.google.com/analytics/devguides/reporting/data/v1/realtime-basics).
695
- */
696
- await gapi.client.analyticsdata.properties.runRealtimeReport({
697
- property: "Test string",
698
- }, {
699
- dimensionFilter: {
700
- andGroup: {
701
- expressions: undefined,
702
- },
703
- filter: {
704
- betweenFilter: {
705
- fromValue: {
706
- doubleValue: 42,
707
- int64Value: "Test string",
708
- },
709
- toValue: {
710
- doubleValue: 42,
711
- int64Value: "Test string",
712
- },
713
- },
714
- fieldName: "Test string",
715
- inListFilter: {
716
- caseSensitive: true,
717
- values: [
718
- "Test string"
719
- ],
720
- },
721
- numericFilter: {
722
- operation: "Test string",
723
- value: {
724
- doubleValue: 42,
725
- int64Value: "Test string",
726
- },
727
- },
728
- stringFilter: {
729
- caseSensitive: true,
730
- matchType: "Test string",
731
- value: "Test string",
732
- },
733
- },
734
- notExpression: undefined,
735
- orGroup: {
736
- expressions: undefined,
737
- },
738
- },
739
- dimensions: [
740
- {
741
- dimensionExpression: {
742
- concatenate: {
743
- delimiter: "Test string",
744
- dimensionNames: [
745
- "Test string"
746
- ],
747
- },
748
- lowerCase: {
749
- dimensionName: "Test string",
750
- },
751
- upperCase: {
752
- dimensionName: "Test string",
753
- },
754
- },
755
- name: "Test string",
756
- }
757
- ],
758
- limit: "Test string",
759
- metricAggregations: [
760
- "Test string"
761
- ],
762
- metricFilter: {
763
- andGroup: {
764
- expressions: undefined,
765
- },
766
- filter: {
767
- betweenFilter: {
768
- fromValue: {
769
- doubleValue: 42,
770
- int64Value: "Test string",
771
- },
772
- toValue: {
773
- doubleValue: 42,
774
- int64Value: "Test string",
775
- },
776
- },
777
- fieldName: "Test string",
778
- inListFilter: {
779
- caseSensitive: true,
780
- values: [
781
- "Test string"
782
- ],
783
- },
784
- numericFilter: {
785
- operation: "Test string",
786
- value: {
787
- doubleValue: 42,
788
- int64Value: "Test string",
789
- },
790
- },
791
- stringFilter: {
792
- caseSensitive: true,
793
- matchType: "Test string",
794
- value: "Test string",
795
- },
796
- },
797
- notExpression: undefined,
798
- orGroup: {
799
- expressions: undefined,
800
- },
801
- },
802
- metrics: [
803
- {
804
- expression: "Test string",
805
- invisible: true,
806
- name: "Test string",
807
- }
808
- ],
809
- minuteRanges: [
810
- {
811
- endMinutesAgo: 42,
812
- name: "Test string",
813
- startMinutesAgo: 42,
814
- }
815
- ],
816
- orderBys: [
817
- {
818
- desc: true,
819
- dimension: {
820
- dimensionName: "Test string",
821
- orderType: "Test string",
822
- },
823
- metric: {
824
- metricName: "Test string",
825
- },
826
- pivot: {
827
- metricName: "Test string",
828
- pivotSelections: [
829
- {
830
- dimensionName: "Test string",
831
- dimensionValue: "Test string",
832
- }
833
- ],
834
- },
835
- }
836
- ],
837
- returnPropertyQuota: true,
838
- });
839
- /**
840
- * Returns a customized report of your Google Analytics event data. Reports contain statistics derived from data collected by the Google Analytics tracking code. The data returned from the
841
- * API is as a table with columns for the requested dimensions and metrics. Metrics are individual measurements of user activity on your property, such as active users or event count.
842
- * Dimensions break down metrics across some common criteria, such as country or event name. For a guide to constructing requests & understanding responses, see [Creating a
843
- * Report](https://developers.google.com/analytics/devguides/reporting/data/v1/basics).
844
- */
845
- await gapi.client.analyticsdata.properties.runReport({
846
- property: "Test string",
847
- }, {
848
- cohortSpec: {
849
- cohortReportSettings: {
850
- accumulate: true,
851
- },
852
- cohorts: [
853
- {
854
- dateRange: {
855
- endDate: "Test string",
856
- name: "Test string",
857
- startDate: "Test string",
858
- },
859
- dimension: "Test string",
860
- name: "Test string",
861
- }
862
- ],
863
- cohortsRange: {
864
- endOffset: 42,
865
- granularity: "Test string",
866
- startOffset: 42,
867
- },
868
- },
869
- currencyCode: "Test string",
870
- dateRanges: [
871
- {
872
- endDate: "Test string",
873
- name: "Test string",
874
- startDate: "Test string",
875
- }
876
- ],
877
- dimensionFilter: {
878
- andGroup: {
879
- expressions: undefined,
880
- },
881
- filter: {
882
- betweenFilter: {
883
- fromValue: {
884
- doubleValue: 42,
885
- int64Value: "Test string",
886
- },
887
- toValue: {
888
- doubleValue: 42,
889
- int64Value: "Test string",
890
- },
891
- },
892
- fieldName: "Test string",
893
- inListFilter: {
894
- caseSensitive: true,
895
- values: [
896
- "Test string"
897
- ],
898
- },
899
- numericFilter: {
900
- operation: "Test string",
901
- value: {
902
- doubleValue: 42,
903
- int64Value: "Test string",
904
- },
905
- },
906
- stringFilter: {
907
- caseSensitive: true,
908
- matchType: "Test string",
909
- value: "Test string",
910
- },
911
- },
912
- notExpression: undefined,
913
- orGroup: {
914
- expressions: undefined,
915
- },
916
- },
917
- dimensions: [
918
- {
919
- dimensionExpression: {
920
- concatenate: {
921
- delimiter: "Test string",
922
- dimensionNames: [
923
- "Test string"
924
- ],
925
- },
926
- lowerCase: {
927
- dimensionName: "Test string",
928
- },
929
- upperCase: {
930
- dimensionName: "Test string",
931
- },
932
- },
933
- name: "Test string",
934
- }
935
- ],
936
- keepEmptyRows: true,
937
- limit: "Test string",
938
- metricAggregations: [
939
- "Test string"
940
- ],
941
- metricFilter: {
942
- andGroup: {
943
- expressions: undefined,
944
- },
945
- filter: {
946
- betweenFilter: {
947
- fromValue: {
948
- doubleValue: 42,
949
- int64Value: "Test string",
950
- },
951
- toValue: {
952
- doubleValue: 42,
953
- int64Value: "Test string",
954
- },
955
- },
956
- fieldName: "Test string",
957
- inListFilter: {
958
- caseSensitive: true,
959
- values: [
960
- "Test string"
961
- ],
962
- },
963
- numericFilter: {
964
- operation: "Test string",
965
- value: {
966
- doubleValue: 42,
967
- int64Value: "Test string",
968
- },
969
- },
970
- stringFilter: {
971
- caseSensitive: true,
972
- matchType: "Test string",
973
- value: "Test string",
974
- },
975
- },
976
- notExpression: undefined,
977
- orGroup: {
978
- expressions: undefined,
979
- },
980
- },
981
- metrics: [
982
- {
983
- expression: "Test string",
984
- invisible: true,
985
- name: "Test string",
986
- }
987
- ],
988
- offset: "Test string",
989
- orderBys: [
990
- {
991
- desc: true,
992
- dimension: {
993
- dimensionName: "Test string",
994
- orderType: "Test string",
995
- },
996
- metric: {
997
- metricName: "Test string",
998
- },
999
- pivot: {
1000
- metricName: "Test string",
1001
- pivotSelections: [
1002
- {
1003
- dimensionName: "Test string",
1004
- dimensionValue: "Test string",
1005
- }
1006
- ],
1007
- },
1008
- }
1009
- ],
1010
- property: "Test string",
1011
- returnPropertyQuota: true,
1012
- });
1013
- }
1014
- });