@google-shopping/reports 0.11.0 → 0.12.0

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.
@@ -8,6 +8,2125 @@
8
8
  "nested": {
9
9
  "reports": {
10
10
  "nested": {
11
+ "v1": {
12
+ "options": {
13
+ "csharp_namespace": "Google.Shopping.Merchant.Reports.V1",
14
+ "go_package": "cloud.google.com/go/shopping/merchant/reports/apiv1/reportspb;reportspb",
15
+ "java_multiple_files": true,
16
+ "java_outer_classname": "ReportsProto",
17
+ "java_package": "com.google.shopping.merchant.reports.v1",
18
+ "php_namespace": "Google\\Shopping\\Merchant\\Reports\\V1",
19
+ "ruby_package": "Google::Shopping::Merchant::Reports::V1"
20
+ },
21
+ "nested": {
22
+ "ReportService": {
23
+ "options": {
24
+ "(google.api.default_host)": "merchantapi.googleapis.com",
25
+ "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/content"
26
+ },
27
+ "methods": {
28
+ "Search": {
29
+ "requestType": "SearchRequest",
30
+ "responseType": "SearchResponse",
31
+ "options": {
32
+ "(google.api.http).post": "/reports/v1/{parent=accounts/*}/reports:search",
33
+ "(google.api.http).body": "*",
34
+ "(google.api.method_signature)": "parent"
35
+ },
36
+ "parsedOptions": [
37
+ {
38
+ "(google.api.http)": {
39
+ "post": "/reports/v1/{parent=accounts/*}/reports:search",
40
+ "body": "*"
41
+ }
42
+ },
43
+ {
44
+ "(google.api.method_signature)": "parent"
45
+ }
46
+ ]
47
+ }
48
+ }
49
+ },
50
+ "SearchRequest": {
51
+ "fields": {
52
+ "parent": {
53
+ "type": "string",
54
+ "id": 1,
55
+ "options": {
56
+ "(google.api.field_behavior)": "REQUIRED"
57
+ }
58
+ },
59
+ "query": {
60
+ "type": "string",
61
+ "id": 2,
62
+ "options": {
63
+ "(google.api.field_behavior)": "REQUIRED"
64
+ }
65
+ },
66
+ "pageSize": {
67
+ "type": "int32",
68
+ "id": 3,
69
+ "options": {
70
+ "(google.api.field_behavior)": "OPTIONAL"
71
+ }
72
+ },
73
+ "pageToken": {
74
+ "type": "string",
75
+ "id": 4,
76
+ "options": {
77
+ "(google.api.field_behavior)": "OPTIONAL"
78
+ }
79
+ }
80
+ }
81
+ },
82
+ "SearchResponse": {
83
+ "fields": {
84
+ "results": {
85
+ "rule": "repeated",
86
+ "type": "ReportRow",
87
+ "id": 1
88
+ },
89
+ "nextPageToken": {
90
+ "type": "string",
91
+ "id": 2
92
+ }
93
+ }
94
+ },
95
+ "ReportRow": {
96
+ "fields": {
97
+ "productPerformanceView": {
98
+ "type": "ProductPerformanceView",
99
+ "id": 1
100
+ },
101
+ "nonProductPerformanceView": {
102
+ "type": "NonProductPerformanceView",
103
+ "id": 7
104
+ },
105
+ "productView": {
106
+ "type": "ProductView",
107
+ "id": 2
108
+ },
109
+ "priceCompetitivenessProductView": {
110
+ "type": "PriceCompetitivenessProductView",
111
+ "id": 3
112
+ },
113
+ "priceInsightsProductView": {
114
+ "type": "PriceInsightsProductView",
115
+ "id": 4
116
+ },
117
+ "bestSellersProductClusterView": {
118
+ "type": "BestSellersProductClusterView",
119
+ "id": 5
120
+ },
121
+ "bestSellersBrandView": {
122
+ "type": "BestSellersBrandView",
123
+ "id": 6
124
+ },
125
+ "competitiveVisibilityCompetitorView": {
126
+ "type": "CompetitiveVisibilityCompetitorView",
127
+ "id": 8
128
+ },
129
+ "competitiveVisibilityTopMerchantView": {
130
+ "type": "CompetitiveVisibilityTopMerchantView",
131
+ "id": 9
132
+ },
133
+ "competitiveVisibilityBenchmarkView": {
134
+ "type": "CompetitiveVisibilityBenchmarkView",
135
+ "id": 10
136
+ }
137
+ }
138
+ },
139
+ "ProductPerformanceView": {
140
+ "oneofs": {
141
+ "_marketingMethod": {
142
+ "oneof": [
143
+ "marketingMethod"
144
+ ]
145
+ },
146
+ "_customerCountryCode": {
147
+ "oneof": [
148
+ "customerCountryCode"
149
+ ]
150
+ },
151
+ "_offerId": {
152
+ "oneof": [
153
+ "offerId"
154
+ ]
155
+ },
156
+ "_title": {
157
+ "oneof": [
158
+ "title"
159
+ ]
160
+ },
161
+ "_brand": {
162
+ "oneof": [
163
+ "brand"
164
+ ]
165
+ },
166
+ "_categoryL1": {
167
+ "oneof": [
168
+ "categoryL1"
169
+ ]
170
+ },
171
+ "_categoryL2": {
172
+ "oneof": [
173
+ "categoryL2"
174
+ ]
175
+ },
176
+ "_categoryL3": {
177
+ "oneof": [
178
+ "categoryL3"
179
+ ]
180
+ },
181
+ "_categoryL4": {
182
+ "oneof": [
183
+ "categoryL4"
184
+ ]
185
+ },
186
+ "_categoryL5": {
187
+ "oneof": [
188
+ "categoryL5"
189
+ ]
190
+ },
191
+ "_productTypeL1": {
192
+ "oneof": [
193
+ "productTypeL1"
194
+ ]
195
+ },
196
+ "_productTypeL2": {
197
+ "oneof": [
198
+ "productTypeL2"
199
+ ]
200
+ },
201
+ "_productTypeL3": {
202
+ "oneof": [
203
+ "productTypeL3"
204
+ ]
205
+ },
206
+ "_productTypeL4": {
207
+ "oneof": [
208
+ "productTypeL4"
209
+ ]
210
+ },
211
+ "_productTypeL5": {
212
+ "oneof": [
213
+ "productTypeL5"
214
+ ]
215
+ },
216
+ "_customLabel0": {
217
+ "oneof": [
218
+ "customLabel0"
219
+ ]
220
+ },
221
+ "_customLabel1": {
222
+ "oneof": [
223
+ "customLabel1"
224
+ ]
225
+ },
226
+ "_customLabel2": {
227
+ "oneof": [
228
+ "customLabel2"
229
+ ]
230
+ },
231
+ "_customLabel3": {
232
+ "oneof": [
233
+ "customLabel3"
234
+ ]
235
+ },
236
+ "_customLabel4": {
237
+ "oneof": [
238
+ "customLabel4"
239
+ ]
240
+ },
241
+ "_clicks": {
242
+ "oneof": [
243
+ "clicks"
244
+ ]
245
+ },
246
+ "_impressions": {
247
+ "oneof": [
248
+ "impressions"
249
+ ]
250
+ },
251
+ "_clickThroughRate": {
252
+ "oneof": [
253
+ "clickThroughRate"
254
+ ]
255
+ },
256
+ "_conversions": {
257
+ "oneof": [
258
+ "conversions"
259
+ ]
260
+ },
261
+ "_conversionRate": {
262
+ "oneof": [
263
+ "conversionRate"
264
+ ]
265
+ }
266
+ },
267
+ "fields": {
268
+ "marketingMethod": {
269
+ "type": "MarketingMethod.MarketingMethodEnum",
270
+ "id": 1,
271
+ "options": {
272
+ "proto3_optional": true
273
+ }
274
+ },
275
+ "date": {
276
+ "type": "google.type.Date",
277
+ "id": 2
278
+ },
279
+ "week": {
280
+ "type": "google.type.Date",
281
+ "id": 3
282
+ },
283
+ "customerCountryCode": {
284
+ "type": "string",
285
+ "id": 4,
286
+ "options": {
287
+ "proto3_optional": true
288
+ }
289
+ },
290
+ "offerId": {
291
+ "type": "string",
292
+ "id": 5,
293
+ "options": {
294
+ "proto3_optional": true
295
+ }
296
+ },
297
+ "title": {
298
+ "type": "string",
299
+ "id": 6,
300
+ "options": {
301
+ "proto3_optional": true
302
+ }
303
+ },
304
+ "brand": {
305
+ "type": "string",
306
+ "id": 7,
307
+ "options": {
308
+ "proto3_optional": true
309
+ }
310
+ },
311
+ "categoryL1": {
312
+ "type": "string",
313
+ "id": 8,
314
+ "options": {
315
+ "proto3_optional": true
316
+ }
317
+ },
318
+ "categoryL2": {
319
+ "type": "string",
320
+ "id": 9,
321
+ "options": {
322
+ "proto3_optional": true
323
+ }
324
+ },
325
+ "categoryL3": {
326
+ "type": "string",
327
+ "id": 10,
328
+ "options": {
329
+ "proto3_optional": true
330
+ }
331
+ },
332
+ "categoryL4": {
333
+ "type": "string",
334
+ "id": 11,
335
+ "options": {
336
+ "proto3_optional": true
337
+ }
338
+ },
339
+ "categoryL5": {
340
+ "type": "string",
341
+ "id": 12,
342
+ "options": {
343
+ "proto3_optional": true
344
+ }
345
+ },
346
+ "productTypeL1": {
347
+ "type": "string",
348
+ "id": 13,
349
+ "options": {
350
+ "proto3_optional": true
351
+ }
352
+ },
353
+ "productTypeL2": {
354
+ "type": "string",
355
+ "id": 14,
356
+ "options": {
357
+ "proto3_optional": true
358
+ }
359
+ },
360
+ "productTypeL3": {
361
+ "type": "string",
362
+ "id": 15,
363
+ "options": {
364
+ "proto3_optional": true
365
+ }
366
+ },
367
+ "productTypeL4": {
368
+ "type": "string",
369
+ "id": 16,
370
+ "options": {
371
+ "proto3_optional": true
372
+ }
373
+ },
374
+ "productTypeL5": {
375
+ "type": "string",
376
+ "id": 17,
377
+ "options": {
378
+ "proto3_optional": true
379
+ }
380
+ },
381
+ "customLabel0": {
382
+ "type": "string",
383
+ "id": 18,
384
+ "options": {
385
+ "proto3_optional": true
386
+ }
387
+ },
388
+ "customLabel1": {
389
+ "type": "string",
390
+ "id": 19,
391
+ "options": {
392
+ "proto3_optional": true
393
+ }
394
+ },
395
+ "customLabel2": {
396
+ "type": "string",
397
+ "id": 20,
398
+ "options": {
399
+ "proto3_optional": true
400
+ }
401
+ },
402
+ "customLabel3": {
403
+ "type": "string",
404
+ "id": 21,
405
+ "options": {
406
+ "proto3_optional": true
407
+ }
408
+ },
409
+ "customLabel4": {
410
+ "type": "string",
411
+ "id": 22,
412
+ "options": {
413
+ "proto3_optional": true
414
+ }
415
+ },
416
+ "clicks": {
417
+ "type": "int64",
418
+ "id": 23,
419
+ "options": {
420
+ "proto3_optional": true
421
+ }
422
+ },
423
+ "impressions": {
424
+ "type": "int64",
425
+ "id": 24,
426
+ "options": {
427
+ "proto3_optional": true
428
+ }
429
+ },
430
+ "clickThroughRate": {
431
+ "type": "double",
432
+ "id": 25,
433
+ "options": {
434
+ "proto3_optional": true
435
+ }
436
+ },
437
+ "conversions": {
438
+ "type": "double",
439
+ "id": 26,
440
+ "options": {
441
+ "proto3_optional": true
442
+ }
443
+ },
444
+ "conversionValue": {
445
+ "type": "google.shopping.type.Price",
446
+ "id": 27
447
+ },
448
+ "conversionRate": {
449
+ "type": "double",
450
+ "id": 28,
451
+ "options": {
452
+ "proto3_optional": true
453
+ }
454
+ }
455
+ }
456
+ },
457
+ "ProductView": {
458
+ "oneofs": {
459
+ "_id": {
460
+ "oneof": [
461
+ "id"
462
+ ]
463
+ },
464
+ "_channel": {
465
+ "oneof": [
466
+ "channel"
467
+ ]
468
+ },
469
+ "_languageCode": {
470
+ "oneof": [
471
+ "languageCode"
472
+ ]
473
+ },
474
+ "_feedLabel": {
475
+ "oneof": [
476
+ "feedLabel"
477
+ ]
478
+ },
479
+ "_offerId": {
480
+ "oneof": [
481
+ "offerId"
482
+ ]
483
+ },
484
+ "_title": {
485
+ "oneof": [
486
+ "title"
487
+ ]
488
+ },
489
+ "_brand": {
490
+ "oneof": [
491
+ "brand"
492
+ ]
493
+ },
494
+ "_categoryL1": {
495
+ "oneof": [
496
+ "categoryL1"
497
+ ]
498
+ },
499
+ "_categoryL2": {
500
+ "oneof": [
501
+ "categoryL2"
502
+ ]
503
+ },
504
+ "_categoryL3": {
505
+ "oneof": [
506
+ "categoryL3"
507
+ ]
508
+ },
509
+ "_categoryL4": {
510
+ "oneof": [
511
+ "categoryL4"
512
+ ]
513
+ },
514
+ "_categoryL5": {
515
+ "oneof": [
516
+ "categoryL5"
517
+ ]
518
+ },
519
+ "_productTypeL1": {
520
+ "oneof": [
521
+ "productTypeL1"
522
+ ]
523
+ },
524
+ "_productTypeL2": {
525
+ "oneof": [
526
+ "productTypeL2"
527
+ ]
528
+ },
529
+ "_productTypeL3": {
530
+ "oneof": [
531
+ "productTypeL3"
532
+ ]
533
+ },
534
+ "_productTypeL4": {
535
+ "oneof": [
536
+ "productTypeL4"
537
+ ]
538
+ },
539
+ "_productTypeL5": {
540
+ "oneof": [
541
+ "productTypeL5"
542
+ ]
543
+ },
544
+ "_condition": {
545
+ "oneof": [
546
+ "condition"
547
+ ]
548
+ },
549
+ "_availability": {
550
+ "oneof": [
551
+ "availability"
552
+ ]
553
+ },
554
+ "_shippingLabel": {
555
+ "oneof": [
556
+ "shippingLabel"
557
+ ]
558
+ },
559
+ "_itemGroupId": {
560
+ "oneof": [
561
+ "itemGroupId"
562
+ ]
563
+ },
564
+ "_thumbnailLink": {
565
+ "oneof": [
566
+ "thumbnailLink"
567
+ ]
568
+ },
569
+ "_aggregatedReportingContextStatus": {
570
+ "oneof": [
571
+ "aggregatedReportingContextStatus"
572
+ ]
573
+ },
574
+ "_clickPotentialRank": {
575
+ "oneof": [
576
+ "clickPotentialRank"
577
+ ]
578
+ }
579
+ },
580
+ "fields": {
581
+ "id": {
582
+ "type": "string",
583
+ "id": 1,
584
+ "options": {
585
+ "proto3_optional": true
586
+ }
587
+ },
588
+ "channel": {
589
+ "type": "google.shopping.type.Channel.ChannelEnum",
590
+ "id": 28,
591
+ "options": {
592
+ "proto3_optional": true
593
+ }
594
+ },
595
+ "languageCode": {
596
+ "type": "string",
597
+ "id": 2,
598
+ "options": {
599
+ "proto3_optional": true
600
+ }
601
+ },
602
+ "feedLabel": {
603
+ "type": "string",
604
+ "id": 3,
605
+ "options": {
606
+ "proto3_optional": true
607
+ }
608
+ },
609
+ "offerId": {
610
+ "type": "string",
611
+ "id": 4,
612
+ "options": {
613
+ "proto3_optional": true
614
+ }
615
+ },
616
+ "title": {
617
+ "type": "string",
618
+ "id": 5,
619
+ "options": {
620
+ "proto3_optional": true
621
+ }
622
+ },
623
+ "brand": {
624
+ "type": "string",
625
+ "id": 6,
626
+ "options": {
627
+ "proto3_optional": true
628
+ }
629
+ },
630
+ "categoryL1": {
631
+ "type": "string",
632
+ "id": 7,
633
+ "options": {
634
+ "proto3_optional": true
635
+ }
636
+ },
637
+ "categoryL2": {
638
+ "type": "string",
639
+ "id": 8,
640
+ "options": {
641
+ "proto3_optional": true
642
+ }
643
+ },
644
+ "categoryL3": {
645
+ "type": "string",
646
+ "id": 9,
647
+ "options": {
648
+ "proto3_optional": true
649
+ }
650
+ },
651
+ "categoryL4": {
652
+ "type": "string",
653
+ "id": 10,
654
+ "options": {
655
+ "proto3_optional": true
656
+ }
657
+ },
658
+ "categoryL5": {
659
+ "type": "string",
660
+ "id": 11,
661
+ "options": {
662
+ "proto3_optional": true
663
+ }
664
+ },
665
+ "productTypeL1": {
666
+ "type": "string",
667
+ "id": 12,
668
+ "options": {
669
+ "proto3_optional": true
670
+ }
671
+ },
672
+ "productTypeL2": {
673
+ "type": "string",
674
+ "id": 13,
675
+ "options": {
676
+ "proto3_optional": true
677
+ }
678
+ },
679
+ "productTypeL3": {
680
+ "type": "string",
681
+ "id": 14,
682
+ "options": {
683
+ "proto3_optional": true
684
+ }
685
+ },
686
+ "productTypeL4": {
687
+ "type": "string",
688
+ "id": 15,
689
+ "options": {
690
+ "proto3_optional": true
691
+ }
692
+ },
693
+ "productTypeL5": {
694
+ "type": "string",
695
+ "id": 16,
696
+ "options": {
697
+ "proto3_optional": true
698
+ }
699
+ },
700
+ "price": {
701
+ "type": "google.shopping.type.Price",
702
+ "id": 17
703
+ },
704
+ "condition": {
705
+ "type": "string",
706
+ "id": 18,
707
+ "options": {
708
+ "proto3_optional": true
709
+ }
710
+ },
711
+ "availability": {
712
+ "type": "string",
713
+ "id": 19,
714
+ "options": {
715
+ "proto3_optional": true
716
+ }
717
+ },
718
+ "shippingLabel": {
719
+ "type": "string",
720
+ "id": 20,
721
+ "options": {
722
+ "proto3_optional": true
723
+ }
724
+ },
725
+ "gtin": {
726
+ "rule": "repeated",
727
+ "type": "string",
728
+ "id": 21
729
+ },
730
+ "itemGroupId": {
731
+ "type": "string",
732
+ "id": 22,
733
+ "options": {
734
+ "proto3_optional": true
735
+ }
736
+ },
737
+ "thumbnailLink": {
738
+ "type": "string",
739
+ "id": 23,
740
+ "options": {
741
+ "proto3_optional": true
742
+ }
743
+ },
744
+ "creationTime": {
745
+ "type": "google.protobuf.Timestamp",
746
+ "id": 24
747
+ },
748
+ "expirationDate": {
749
+ "type": "google.type.Date",
750
+ "id": 25
751
+ },
752
+ "aggregatedReportingContextStatus": {
753
+ "type": "AggregatedReportingContextStatus",
754
+ "id": 26,
755
+ "options": {
756
+ "proto3_optional": true
757
+ }
758
+ },
759
+ "itemIssues": {
760
+ "rule": "repeated",
761
+ "type": "ItemIssue",
762
+ "id": 27
763
+ },
764
+ "clickPotential": {
765
+ "type": "ClickPotential",
766
+ "id": 29
767
+ },
768
+ "clickPotentialRank": {
769
+ "type": "int64",
770
+ "id": 30,
771
+ "options": {
772
+ "proto3_optional": true
773
+ }
774
+ }
775
+ },
776
+ "nested": {
777
+ "ItemIssue": {
778
+ "oneofs": {
779
+ "_resolution": {
780
+ "oneof": [
781
+ "resolution"
782
+ ]
783
+ }
784
+ },
785
+ "fields": {
786
+ "type": {
787
+ "type": "ItemIssueType",
788
+ "id": 1
789
+ },
790
+ "severity": {
791
+ "type": "ItemIssueSeverity",
792
+ "id": 2
793
+ },
794
+ "resolution": {
795
+ "type": "ItemIssueResolution",
796
+ "id": 3,
797
+ "options": {
798
+ "proto3_optional": true
799
+ }
800
+ }
801
+ },
802
+ "nested": {
803
+ "ItemIssueType": {
804
+ "oneofs": {
805
+ "_code": {
806
+ "oneof": [
807
+ "code"
808
+ ]
809
+ },
810
+ "_canonicalAttribute": {
811
+ "oneof": [
812
+ "canonicalAttribute"
813
+ ]
814
+ }
815
+ },
816
+ "fields": {
817
+ "code": {
818
+ "type": "string",
819
+ "id": 1,
820
+ "options": {
821
+ "proto3_optional": true
822
+ }
823
+ },
824
+ "canonicalAttribute": {
825
+ "type": "string",
826
+ "id": 2,
827
+ "options": {
828
+ "proto3_optional": true
829
+ }
830
+ }
831
+ }
832
+ },
833
+ "ItemIssueSeverity": {
834
+ "oneofs": {
835
+ "_aggregatedSeverity": {
836
+ "oneof": [
837
+ "aggregatedSeverity"
838
+ ]
839
+ }
840
+ },
841
+ "fields": {
842
+ "severityPerReportingContext": {
843
+ "rule": "repeated",
844
+ "type": "IssueSeverityPerReportingContext",
845
+ "id": 1
846
+ },
847
+ "aggregatedSeverity": {
848
+ "type": "AggregatedIssueSeverity",
849
+ "id": 2,
850
+ "options": {
851
+ "proto3_optional": true
852
+ }
853
+ }
854
+ },
855
+ "nested": {
856
+ "IssueSeverityPerReportingContext": {
857
+ "oneofs": {
858
+ "_reportingContext": {
859
+ "oneof": [
860
+ "reportingContext"
861
+ ]
862
+ }
863
+ },
864
+ "fields": {
865
+ "reportingContext": {
866
+ "type": "google.shopping.type.ReportingContext.ReportingContextEnum",
867
+ "id": 1,
868
+ "options": {
869
+ "proto3_optional": true
870
+ }
871
+ },
872
+ "disapprovedCountries": {
873
+ "rule": "repeated",
874
+ "type": "string",
875
+ "id": 2
876
+ },
877
+ "demotedCountries": {
878
+ "rule": "repeated",
879
+ "type": "string",
880
+ "id": 3
881
+ }
882
+ }
883
+ },
884
+ "AggregatedIssueSeverity": {
885
+ "values": {
886
+ "AGGREGATED_ISSUE_SEVERITY_UNSPECIFIED": 0,
887
+ "DISAPPROVED": 1,
888
+ "DEMOTED": 2,
889
+ "PENDING": 3
890
+ }
891
+ }
892
+ }
893
+ },
894
+ "ItemIssueResolution": {
895
+ "values": {
896
+ "ITEM_ISSUE_RESOLUTION_UNSPECIFIED": 0,
897
+ "MERCHANT_ACTION": 1,
898
+ "PENDING_PROCESSING": 2
899
+ }
900
+ }
901
+ }
902
+ },
903
+ "AggregatedReportingContextStatus": {
904
+ "values": {
905
+ "AGGREGATED_REPORTING_CONTEXT_STATUS_UNSPECIFIED": 0,
906
+ "NOT_ELIGIBLE_OR_DISAPPROVED": 1,
907
+ "PENDING": 2,
908
+ "ELIGIBLE_LIMITED": 3,
909
+ "ELIGIBLE": 4
910
+ }
911
+ },
912
+ "ClickPotential": {
913
+ "values": {
914
+ "CLICK_POTENTIAL_UNSPECIFIED": 0,
915
+ "LOW": 1,
916
+ "MEDIUM": 2,
917
+ "HIGH": 3
918
+ }
919
+ }
920
+ }
921
+ },
922
+ "PriceCompetitivenessProductView": {
923
+ "oneofs": {
924
+ "_reportCountryCode": {
925
+ "oneof": [
926
+ "reportCountryCode"
927
+ ]
928
+ },
929
+ "_id": {
930
+ "oneof": [
931
+ "id"
932
+ ]
933
+ },
934
+ "_offerId": {
935
+ "oneof": [
936
+ "offerId"
937
+ ]
938
+ },
939
+ "_title": {
940
+ "oneof": [
941
+ "title"
942
+ ]
943
+ },
944
+ "_brand": {
945
+ "oneof": [
946
+ "brand"
947
+ ]
948
+ },
949
+ "_categoryL1": {
950
+ "oneof": [
951
+ "categoryL1"
952
+ ]
953
+ },
954
+ "_categoryL2": {
955
+ "oneof": [
956
+ "categoryL2"
957
+ ]
958
+ },
959
+ "_categoryL3": {
960
+ "oneof": [
961
+ "categoryL3"
962
+ ]
963
+ },
964
+ "_categoryL4": {
965
+ "oneof": [
966
+ "categoryL4"
967
+ ]
968
+ },
969
+ "_categoryL5": {
970
+ "oneof": [
971
+ "categoryL5"
972
+ ]
973
+ },
974
+ "_productTypeL1": {
975
+ "oneof": [
976
+ "productTypeL1"
977
+ ]
978
+ },
979
+ "_productTypeL2": {
980
+ "oneof": [
981
+ "productTypeL2"
982
+ ]
983
+ },
984
+ "_productTypeL3": {
985
+ "oneof": [
986
+ "productTypeL3"
987
+ ]
988
+ },
989
+ "_productTypeL4": {
990
+ "oneof": [
991
+ "productTypeL4"
992
+ ]
993
+ },
994
+ "_productTypeL5": {
995
+ "oneof": [
996
+ "productTypeL5"
997
+ ]
998
+ }
999
+ },
1000
+ "fields": {
1001
+ "reportCountryCode": {
1002
+ "type": "string",
1003
+ "id": 1,
1004
+ "options": {
1005
+ "proto3_optional": true
1006
+ }
1007
+ },
1008
+ "id": {
1009
+ "type": "string",
1010
+ "id": 2,
1011
+ "options": {
1012
+ "proto3_optional": true
1013
+ }
1014
+ },
1015
+ "offerId": {
1016
+ "type": "string",
1017
+ "id": 3,
1018
+ "options": {
1019
+ "proto3_optional": true
1020
+ }
1021
+ },
1022
+ "title": {
1023
+ "type": "string",
1024
+ "id": 4,
1025
+ "options": {
1026
+ "proto3_optional": true
1027
+ }
1028
+ },
1029
+ "brand": {
1030
+ "type": "string",
1031
+ "id": 5,
1032
+ "options": {
1033
+ "proto3_optional": true
1034
+ }
1035
+ },
1036
+ "categoryL1": {
1037
+ "type": "string",
1038
+ "id": 6,
1039
+ "options": {
1040
+ "proto3_optional": true
1041
+ }
1042
+ },
1043
+ "categoryL2": {
1044
+ "type": "string",
1045
+ "id": 7,
1046
+ "options": {
1047
+ "proto3_optional": true
1048
+ }
1049
+ },
1050
+ "categoryL3": {
1051
+ "type": "string",
1052
+ "id": 8,
1053
+ "options": {
1054
+ "proto3_optional": true
1055
+ }
1056
+ },
1057
+ "categoryL4": {
1058
+ "type": "string",
1059
+ "id": 9,
1060
+ "options": {
1061
+ "proto3_optional": true
1062
+ }
1063
+ },
1064
+ "categoryL5": {
1065
+ "type": "string",
1066
+ "id": 10,
1067
+ "options": {
1068
+ "proto3_optional": true
1069
+ }
1070
+ },
1071
+ "productTypeL1": {
1072
+ "type": "string",
1073
+ "id": 11,
1074
+ "options": {
1075
+ "proto3_optional": true
1076
+ }
1077
+ },
1078
+ "productTypeL2": {
1079
+ "type": "string",
1080
+ "id": 12,
1081
+ "options": {
1082
+ "proto3_optional": true
1083
+ }
1084
+ },
1085
+ "productTypeL3": {
1086
+ "type": "string",
1087
+ "id": 13,
1088
+ "options": {
1089
+ "proto3_optional": true
1090
+ }
1091
+ },
1092
+ "productTypeL4": {
1093
+ "type": "string",
1094
+ "id": 14,
1095
+ "options": {
1096
+ "proto3_optional": true
1097
+ }
1098
+ },
1099
+ "productTypeL5": {
1100
+ "type": "string",
1101
+ "id": 15,
1102
+ "options": {
1103
+ "proto3_optional": true
1104
+ }
1105
+ },
1106
+ "price": {
1107
+ "type": "google.shopping.type.Price",
1108
+ "id": 16
1109
+ },
1110
+ "benchmarkPrice": {
1111
+ "type": "google.shopping.type.Price",
1112
+ "id": 17
1113
+ }
1114
+ }
1115
+ },
1116
+ "PriceInsightsProductView": {
1117
+ "oneofs": {
1118
+ "_id": {
1119
+ "oneof": [
1120
+ "id"
1121
+ ]
1122
+ },
1123
+ "_offerId": {
1124
+ "oneof": [
1125
+ "offerId"
1126
+ ]
1127
+ },
1128
+ "_title": {
1129
+ "oneof": [
1130
+ "title"
1131
+ ]
1132
+ },
1133
+ "_brand": {
1134
+ "oneof": [
1135
+ "brand"
1136
+ ]
1137
+ },
1138
+ "_categoryL1": {
1139
+ "oneof": [
1140
+ "categoryL1"
1141
+ ]
1142
+ },
1143
+ "_categoryL2": {
1144
+ "oneof": [
1145
+ "categoryL2"
1146
+ ]
1147
+ },
1148
+ "_categoryL3": {
1149
+ "oneof": [
1150
+ "categoryL3"
1151
+ ]
1152
+ },
1153
+ "_categoryL4": {
1154
+ "oneof": [
1155
+ "categoryL4"
1156
+ ]
1157
+ },
1158
+ "_categoryL5": {
1159
+ "oneof": [
1160
+ "categoryL5"
1161
+ ]
1162
+ },
1163
+ "_productTypeL1": {
1164
+ "oneof": [
1165
+ "productTypeL1"
1166
+ ]
1167
+ },
1168
+ "_productTypeL2": {
1169
+ "oneof": [
1170
+ "productTypeL2"
1171
+ ]
1172
+ },
1173
+ "_productTypeL3": {
1174
+ "oneof": [
1175
+ "productTypeL3"
1176
+ ]
1177
+ },
1178
+ "_productTypeL4": {
1179
+ "oneof": [
1180
+ "productTypeL4"
1181
+ ]
1182
+ },
1183
+ "_productTypeL5": {
1184
+ "oneof": [
1185
+ "productTypeL5"
1186
+ ]
1187
+ },
1188
+ "_predictedImpressionsChangeFraction": {
1189
+ "oneof": [
1190
+ "predictedImpressionsChangeFraction"
1191
+ ]
1192
+ },
1193
+ "_predictedClicksChangeFraction": {
1194
+ "oneof": [
1195
+ "predictedClicksChangeFraction"
1196
+ ]
1197
+ },
1198
+ "_predictedConversionsChangeFraction": {
1199
+ "oneof": [
1200
+ "predictedConversionsChangeFraction"
1201
+ ]
1202
+ }
1203
+ },
1204
+ "fields": {
1205
+ "id": {
1206
+ "type": "string",
1207
+ "id": 1,
1208
+ "options": {
1209
+ "proto3_optional": true
1210
+ }
1211
+ },
1212
+ "offerId": {
1213
+ "type": "string",
1214
+ "id": 2,
1215
+ "options": {
1216
+ "proto3_optional": true
1217
+ }
1218
+ },
1219
+ "title": {
1220
+ "type": "string",
1221
+ "id": 3,
1222
+ "options": {
1223
+ "proto3_optional": true
1224
+ }
1225
+ },
1226
+ "brand": {
1227
+ "type": "string",
1228
+ "id": 4,
1229
+ "options": {
1230
+ "proto3_optional": true
1231
+ }
1232
+ },
1233
+ "categoryL1": {
1234
+ "type": "string",
1235
+ "id": 5,
1236
+ "options": {
1237
+ "proto3_optional": true
1238
+ }
1239
+ },
1240
+ "categoryL2": {
1241
+ "type": "string",
1242
+ "id": 6,
1243
+ "options": {
1244
+ "proto3_optional": true
1245
+ }
1246
+ },
1247
+ "categoryL3": {
1248
+ "type": "string",
1249
+ "id": 7,
1250
+ "options": {
1251
+ "proto3_optional": true
1252
+ }
1253
+ },
1254
+ "categoryL4": {
1255
+ "type": "string",
1256
+ "id": 8,
1257
+ "options": {
1258
+ "proto3_optional": true
1259
+ }
1260
+ },
1261
+ "categoryL5": {
1262
+ "type": "string",
1263
+ "id": 9,
1264
+ "options": {
1265
+ "proto3_optional": true
1266
+ }
1267
+ },
1268
+ "productTypeL1": {
1269
+ "type": "string",
1270
+ "id": 10,
1271
+ "options": {
1272
+ "proto3_optional": true
1273
+ }
1274
+ },
1275
+ "productTypeL2": {
1276
+ "type": "string",
1277
+ "id": 11,
1278
+ "options": {
1279
+ "proto3_optional": true
1280
+ }
1281
+ },
1282
+ "productTypeL3": {
1283
+ "type": "string",
1284
+ "id": 12,
1285
+ "options": {
1286
+ "proto3_optional": true
1287
+ }
1288
+ },
1289
+ "productTypeL4": {
1290
+ "type": "string",
1291
+ "id": 13,
1292
+ "options": {
1293
+ "proto3_optional": true
1294
+ }
1295
+ },
1296
+ "productTypeL5": {
1297
+ "type": "string",
1298
+ "id": 14,
1299
+ "options": {
1300
+ "proto3_optional": true
1301
+ }
1302
+ },
1303
+ "price": {
1304
+ "type": "google.shopping.type.Price",
1305
+ "id": 15
1306
+ },
1307
+ "suggestedPrice": {
1308
+ "type": "google.shopping.type.Price",
1309
+ "id": 16
1310
+ },
1311
+ "predictedImpressionsChangeFraction": {
1312
+ "type": "double",
1313
+ "id": 17,
1314
+ "options": {
1315
+ "proto3_optional": true
1316
+ }
1317
+ },
1318
+ "predictedClicksChangeFraction": {
1319
+ "type": "double",
1320
+ "id": 18,
1321
+ "options": {
1322
+ "proto3_optional": true
1323
+ }
1324
+ },
1325
+ "predictedConversionsChangeFraction": {
1326
+ "type": "double",
1327
+ "id": 19,
1328
+ "options": {
1329
+ "proto3_optional": true
1330
+ }
1331
+ },
1332
+ "effectiveness": {
1333
+ "type": "Effectiveness",
1334
+ "id": 22
1335
+ }
1336
+ },
1337
+ "nested": {
1338
+ "Effectiveness": {
1339
+ "values": {
1340
+ "EFFECTIVENESS_UNSPECIFIED": 0,
1341
+ "LOW": 1,
1342
+ "MEDIUM": 2,
1343
+ "HIGH": 3
1344
+ }
1345
+ }
1346
+ }
1347
+ },
1348
+ "BestSellersProductClusterView": {
1349
+ "oneofs": {
1350
+ "_reportGranularity": {
1351
+ "oneof": [
1352
+ "reportGranularity"
1353
+ ]
1354
+ },
1355
+ "_reportCountryCode": {
1356
+ "oneof": [
1357
+ "reportCountryCode"
1358
+ ]
1359
+ },
1360
+ "_reportCategoryId": {
1361
+ "oneof": [
1362
+ "reportCategoryId"
1363
+ ]
1364
+ },
1365
+ "_title": {
1366
+ "oneof": [
1367
+ "title"
1368
+ ]
1369
+ },
1370
+ "_brand": {
1371
+ "oneof": [
1372
+ "brand"
1373
+ ]
1374
+ },
1375
+ "_categoryL1": {
1376
+ "oneof": [
1377
+ "categoryL1"
1378
+ ]
1379
+ },
1380
+ "_categoryL2": {
1381
+ "oneof": [
1382
+ "categoryL2"
1383
+ ]
1384
+ },
1385
+ "_categoryL3": {
1386
+ "oneof": [
1387
+ "categoryL3"
1388
+ ]
1389
+ },
1390
+ "_categoryL4": {
1391
+ "oneof": [
1392
+ "categoryL4"
1393
+ ]
1394
+ },
1395
+ "_categoryL5": {
1396
+ "oneof": [
1397
+ "categoryL5"
1398
+ ]
1399
+ },
1400
+ "_inventoryStatus": {
1401
+ "oneof": [
1402
+ "inventoryStatus"
1403
+ ]
1404
+ },
1405
+ "_brandInventoryStatus": {
1406
+ "oneof": [
1407
+ "brandInventoryStatus"
1408
+ ]
1409
+ },
1410
+ "_rank": {
1411
+ "oneof": [
1412
+ "rank"
1413
+ ]
1414
+ },
1415
+ "_previousRank": {
1416
+ "oneof": [
1417
+ "previousRank"
1418
+ ]
1419
+ },
1420
+ "_relativeDemand": {
1421
+ "oneof": [
1422
+ "relativeDemand"
1423
+ ]
1424
+ },
1425
+ "_previousRelativeDemand": {
1426
+ "oneof": [
1427
+ "previousRelativeDemand"
1428
+ ]
1429
+ },
1430
+ "_relativeDemandChange": {
1431
+ "oneof": [
1432
+ "relativeDemandChange"
1433
+ ]
1434
+ }
1435
+ },
1436
+ "fields": {
1437
+ "reportDate": {
1438
+ "type": "google.type.Date",
1439
+ "id": 1
1440
+ },
1441
+ "reportGranularity": {
1442
+ "type": "ReportGranularity.ReportGranularityEnum",
1443
+ "id": 2,
1444
+ "options": {
1445
+ "proto3_optional": true
1446
+ }
1447
+ },
1448
+ "reportCountryCode": {
1449
+ "type": "string",
1450
+ "id": 3,
1451
+ "options": {
1452
+ "proto3_optional": true
1453
+ }
1454
+ },
1455
+ "reportCategoryId": {
1456
+ "type": "int64",
1457
+ "id": 4,
1458
+ "options": {
1459
+ "proto3_optional": true
1460
+ }
1461
+ },
1462
+ "title": {
1463
+ "type": "string",
1464
+ "id": 6,
1465
+ "options": {
1466
+ "proto3_optional": true
1467
+ }
1468
+ },
1469
+ "brand": {
1470
+ "type": "string",
1471
+ "id": 7,
1472
+ "options": {
1473
+ "proto3_optional": true
1474
+ }
1475
+ },
1476
+ "categoryL1": {
1477
+ "type": "string",
1478
+ "id": 8,
1479
+ "options": {
1480
+ "proto3_optional": true
1481
+ }
1482
+ },
1483
+ "categoryL2": {
1484
+ "type": "string",
1485
+ "id": 9,
1486
+ "options": {
1487
+ "proto3_optional": true
1488
+ }
1489
+ },
1490
+ "categoryL3": {
1491
+ "type": "string",
1492
+ "id": 10,
1493
+ "options": {
1494
+ "proto3_optional": true
1495
+ }
1496
+ },
1497
+ "categoryL4": {
1498
+ "type": "string",
1499
+ "id": 11,
1500
+ "options": {
1501
+ "proto3_optional": true
1502
+ }
1503
+ },
1504
+ "categoryL5": {
1505
+ "type": "string",
1506
+ "id": 12,
1507
+ "options": {
1508
+ "proto3_optional": true
1509
+ }
1510
+ },
1511
+ "variantGtins": {
1512
+ "rule": "repeated",
1513
+ "type": "string",
1514
+ "id": 13
1515
+ },
1516
+ "inventoryStatus": {
1517
+ "type": "InventoryStatus",
1518
+ "id": 14,
1519
+ "options": {
1520
+ "proto3_optional": true
1521
+ }
1522
+ },
1523
+ "brandInventoryStatus": {
1524
+ "type": "InventoryStatus",
1525
+ "id": 15,
1526
+ "options": {
1527
+ "proto3_optional": true
1528
+ }
1529
+ },
1530
+ "rank": {
1531
+ "type": "int64",
1532
+ "id": 16,
1533
+ "options": {
1534
+ "proto3_optional": true
1535
+ }
1536
+ },
1537
+ "previousRank": {
1538
+ "type": "int64",
1539
+ "id": 17,
1540
+ "options": {
1541
+ "proto3_optional": true
1542
+ }
1543
+ },
1544
+ "relativeDemand": {
1545
+ "type": "RelativeDemand.RelativeDemandEnum",
1546
+ "id": 18,
1547
+ "options": {
1548
+ "proto3_optional": true
1549
+ }
1550
+ },
1551
+ "previousRelativeDemand": {
1552
+ "type": "RelativeDemand.RelativeDemandEnum",
1553
+ "id": 19,
1554
+ "options": {
1555
+ "proto3_optional": true
1556
+ }
1557
+ },
1558
+ "relativeDemandChange": {
1559
+ "type": "RelativeDemandChangeType.RelativeDemandChangeTypeEnum",
1560
+ "id": 20,
1561
+ "options": {
1562
+ "proto3_optional": true
1563
+ }
1564
+ }
1565
+ },
1566
+ "nested": {
1567
+ "InventoryStatus": {
1568
+ "values": {
1569
+ "INVENTORY_STATUS_UNSPECIFIED": 0,
1570
+ "IN_STOCK": 1,
1571
+ "OUT_OF_STOCK": 2,
1572
+ "NOT_IN_INVENTORY": 3
1573
+ }
1574
+ }
1575
+ }
1576
+ },
1577
+ "BestSellersBrandView": {
1578
+ "oneofs": {
1579
+ "_reportGranularity": {
1580
+ "oneof": [
1581
+ "reportGranularity"
1582
+ ]
1583
+ },
1584
+ "_reportCountryCode": {
1585
+ "oneof": [
1586
+ "reportCountryCode"
1587
+ ]
1588
+ },
1589
+ "_reportCategoryId": {
1590
+ "oneof": [
1591
+ "reportCategoryId"
1592
+ ]
1593
+ },
1594
+ "_brand": {
1595
+ "oneof": [
1596
+ "brand"
1597
+ ]
1598
+ },
1599
+ "_rank": {
1600
+ "oneof": [
1601
+ "rank"
1602
+ ]
1603
+ },
1604
+ "_previousRank": {
1605
+ "oneof": [
1606
+ "previousRank"
1607
+ ]
1608
+ },
1609
+ "_relativeDemand": {
1610
+ "oneof": [
1611
+ "relativeDemand"
1612
+ ]
1613
+ },
1614
+ "_previousRelativeDemand": {
1615
+ "oneof": [
1616
+ "previousRelativeDemand"
1617
+ ]
1618
+ },
1619
+ "_relativeDemandChange": {
1620
+ "oneof": [
1621
+ "relativeDemandChange"
1622
+ ]
1623
+ }
1624
+ },
1625
+ "fields": {
1626
+ "reportDate": {
1627
+ "type": "google.type.Date",
1628
+ "id": 1
1629
+ },
1630
+ "reportGranularity": {
1631
+ "type": "ReportGranularity.ReportGranularityEnum",
1632
+ "id": 2,
1633
+ "options": {
1634
+ "proto3_optional": true
1635
+ }
1636
+ },
1637
+ "reportCountryCode": {
1638
+ "type": "string",
1639
+ "id": 3,
1640
+ "options": {
1641
+ "proto3_optional": true
1642
+ }
1643
+ },
1644
+ "reportCategoryId": {
1645
+ "type": "int64",
1646
+ "id": 4,
1647
+ "options": {
1648
+ "proto3_optional": true
1649
+ }
1650
+ },
1651
+ "brand": {
1652
+ "type": "string",
1653
+ "id": 6,
1654
+ "options": {
1655
+ "proto3_optional": true
1656
+ }
1657
+ },
1658
+ "rank": {
1659
+ "type": "int64",
1660
+ "id": 7,
1661
+ "options": {
1662
+ "proto3_optional": true
1663
+ }
1664
+ },
1665
+ "previousRank": {
1666
+ "type": "int64",
1667
+ "id": 8,
1668
+ "options": {
1669
+ "proto3_optional": true
1670
+ }
1671
+ },
1672
+ "relativeDemand": {
1673
+ "type": "RelativeDemand.RelativeDemandEnum",
1674
+ "id": 9,
1675
+ "options": {
1676
+ "proto3_optional": true
1677
+ }
1678
+ },
1679
+ "previousRelativeDemand": {
1680
+ "type": "RelativeDemand.RelativeDemandEnum",
1681
+ "id": 10,
1682
+ "options": {
1683
+ "proto3_optional": true
1684
+ }
1685
+ },
1686
+ "relativeDemandChange": {
1687
+ "type": "RelativeDemandChangeType.RelativeDemandChangeTypeEnum",
1688
+ "id": 11,
1689
+ "options": {
1690
+ "proto3_optional": true
1691
+ }
1692
+ }
1693
+ }
1694
+ },
1695
+ "NonProductPerformanceView": {
1696
+ "oneofs": {
1697
+ "_clicks": {
1698
+ "oneof": [
1699
+ "clicks"
1700
+ ]
1701
+ },
1702
+ "_impressions": {
1703
+ "oneof": [
1704
+ "impressions"
1705
+ ]
1706
+ },
1707
+ "_clickThroughRate": {
1708
+ "oneof": [
1709
+ "clickThroughRate"
1710
+ ]
1711
+ }
1712
+ },
1713
+ "fields": {
1714
+ "date": {
1715
+ "type": "google.type.Date",
1716
+ "id": 1
1717
+ },
1718
+ "week": {
1719
+ "type": "google.type.Date",
1720
+ "id": 2
1721
+ },
1722
+ "clicks": {
1723
+ "type": "int64",
1724
+ "id": 3,
1725
+ "options": {
1726
+ "proto3_optional": true
1727
+ }
1728
+ },
1729
+ "impressions": {
1730
+ "type": "int64",
1731
+ "id": 4,
1732
+ "options": {
1733
+ "proto3_optional": true
1734
+ }
1735
+ },
1736
+ "clickThroughRate": {
1737
+ "type": "double",
1738
+ "id": 5,
1739
+ "options": {
1740
+ "proto3_optional": true
1741
+ }
1742
+ }
1743
+ }
1744
+ },
1745
+ "CompetitiveVisibilityCompetitorView": {
1746
+ "oneofs": {
1747
+ "_domain": {
1748
+ "oneof": [
1749
+ "domain"
1750
+ ]
1751
+ },
1752
+ "_isYourDomain": {
1753
+ "oneof": [
1754
+ "isYourDomain"
1755
+ ]
1756
+ },
1757
+ "_reportCountryCode": {
1758
+ "oneof": [
1759
+ "reportCountryCode"
1760
+ ]
1761
+ },
1762
+ "_reportCategoryId": {
1763
+ "oneof": [
1764
+ "reportCategoryId"
1765
+ ]
1766
+ },
1767
+ "_trafficSource": {
1768
+ "oneof": [
1769
+ "trafficSource"
1770
+ ]
1771
+ },
1772
+ "_rank": {
1773
+ "oneof": [
1774
+ "rank"
1775
+ ]
1776
+ },
1777
+ "_adsOrganicRatio": {
1778
+ "oneof": [
1779
+ "adsOrganicRatio"
1780
+ ]
1781
+ },
1782
+ "_pageOverlapRate": {
1783
+ "oneof": [
1784
+ "pageOverlapRate"
1785
+ ]
1786
+ },
1787
+ "_higherPositionRate": {
1788
+ "oneof": [
1789
+ "higherPositionRate"
1790
+ ]
1791
+ },
1792
+ "_relativeVisibility": {
1793
+ "oneof": [
1794
+ "relativeVisibility"
1795
+ ]
1796
+ }
1797
+ },
1798
+ "fields": {
1799
+ "date": {
1800
+ "type": "google.type.Date",
1801
+ "id": 1
1802
+ },
1803
+ "domain": {
1804
+ "type": "string",
1805
+ "id": 2,
1806
+ "options": {
1807
+ "proto3_optional": true
1808
+ }
1809
+ },
1810
+ "isYourDomain": {
1811
+ "type": "bool",
1812
+ "id": 3,
1813
+ "options": {
1814
+ "proto3_optional": true
1815
+ }
1816
+ },
1817
+ "reportCountryCode": {
1818
+ "type": "string",
1819
+ "id": 4,
1820
+ "options": {
1821
+ "proto3_optional": true
1822
+ }
1823
+ },
1824
+ "reportCategoryId": {
1825
+ "type": "int64",
1826
+ "id": 5,
1827
+ "options": {
1828
+ "proto3_optional": true
1829
+ }
1830
+ },
1831
+ "trafficSource": {
1832
+ "type": "TrafficSource.TrafficSourceEnum",
1833
+ "id": 6,
1834
+ "options": {
1835
+ "proto3_optional": true
1836
+ }
1837
+ },
1838
+ "rank": {
1839
+ "type": "int64",
1840
+ "id": 7,
1841
+ "options": {
1842
+ "proto3_optional": true
1843
+ }
1844
+ },
1845
+ "adsOrganicRatio": {
1846
+ "type": "double",
1847
+ "id": 8,
1848
+ "options": {
1849
+ "proto3_optional": true
1850
+ }
1851
+ },
1852
+ "pageOverlapRate": {
1853
+ "type": "double",
1854
+ "id": 9,
1855
+ "options": {
1856
+ "proto3_optional": true
1857
+ }
1858
+ },
1859
+ "higherPositionRate": {
1860
+ "type": "double",
1861
+ "id": 10,
1862
+ "options": {
1863
+ "proto3_optional": true
1864
+ }
1865
+ },
1866
+ "relativeVisibility": {
1867
+ "type": "double",
1868
+ "id": 11,
1869
+ "options": {
1870
+ "proto3_optional": true
1871
+ }
1872
+ }
1873
+ }
1874
+ },
1875
+ "CompetitiveVisibilityTopMerchantView": {
1876
+ "oneofs": {
1877
+ "_domain": {
1878
+ "oneof": [
1879
+ "domain"
1880
+ ]
1881
+ },
1882
+ "_isYourDomain": {
1883
+ "oneof": [
1884
+ "isYourDomain"
1885
+ ]
1886
+ },
1887
+ "_reportCountryCode": {
1888
+ "oneof": [
1889
+ "reportCountryCode"
1890
+ ]
1891
+ },
1892
+ "_reportCategoryId": {
1893
+ "oneof": [
1894
+ "reportCategoryId"
1895
+ ]
1896
+ },
1897
+ "_trafficSource": {
1898
+ "oneof": [
1899
+ "trafficSource"
1900
+ ]
1901
+ },
1902
+ "_rank": {
1903
+ "oneof": [
1904
+ "rank"
1905
+ ]
1906
+ },
1907
+ "_adsOrganicRatio": {
1908
+ "oneof": [
1909
+ "adsOrganicRatio"
1910
+ ]
1911
+ },
1912
+ "_pageOverlapRate": {
1913
+ "oneof": [
1914
+ "pageOverlapRate"
1915
+ ]
1916
+ },
1917
+ "_higherPositionRate": {
1918
+ "oneof": [
1919
+ "higherPositionRate"
1920
+ ]
1921
+ }
1922
+ },
1923
+ "fields": {
1924
+ "date": {
1925
+ "type": "google.type.Date",
1926
+ "id": 1
1927
+ },
1928
+ "domain": {
1929
+ "type": "string",
1930
+ "id": 2,
1931
+ "options": {
1932
+ "proto3_optional": true
1933
+ }
1934
+ },
1935
+ "isYourDomain": {
1936
+ "type": "bool",
1937
+ "id": 3,
1938
+ "options": {
1939
+ "proto3_optional": true
1940
+ }
1941
+ },
1942
+ "reportCountryCode": {
1943
+ "type": "string",
1944
+ "id": 4,
1945
+ "options": {
1946
+ "proto3_optional": true
1947
+ }
1948
+ },
1949
+ "reportCategoryId": {
1950
+ "type": "int64",
1951
+ "id": 5,
1952
+ "options": {
1953
+ "proto3_optional": true
1954
+ }
1955
+ },
1956
+ "trafficSource": {
1957
+ "type": "TrafficSource.TrafficSourceEnum",
1958
+ "id": 6,
1959
+ "options": {
1960
+ "proto3_optional": true
1961
+ }
1962
+ },
1963
+ "rank": {
1964
+ "type": "int64",
1965
+ "id": 7,
1966
+ "options": {
1967
+ "proto3_optional": true
1968
+ }
1969
+ },
1970
+ "adsOrganicRatio": {
1971
+ "type": "double",
1972
+ "id": 8,
1973
+ "options": {
1974
+ "proto3_optional": true
1975
+ }
1976
+ },
1977
+ "pageOverlapRate": {
1978
+ "type": "double",
1979
+ "id": 9,
1980
+ "options": {
1981
+ "proto3_optional": true
1982
+ }
1983
+ },
1984
+ "higherPositionRate": {
1985
+ "type": "double",
1986
+ "id": 10,
1987
+ "options": {
1988
+ "proto3_optional": true
1989
+ }
1990
+ }
1991
+ }
1992
+ },
1993
+ "CompetitiveVisibilityBenchmarkView": {
1994
+ "oneofs": {
1995
+ "_reportCountryCode": {
1996
+ "oneof": [
1997
+ "reportCountryCode"
1998
+ ]
1999
+ },
2000
+ "_reportCategoryId": {
2001
+ "oneof": [
2002
+ "reportCategoryId"
2003
+ ]
2004
+ },
2005
+ "_trafficSource": {
2006
+ "oneof": [
2007
+ "trafficSource"
2008
+ ]
2009
+ },
2010
+ "_yourDomainVisibilityTrend": {
2011
+ "oneof": [
2012
+ "yourDomainVisibilityTrend"
2013
+ ]
2014
+ },
2015
+ "_categoryBenchmarkVisibilityTrend": {
2016
+ "oneof": [
2017
+ "categoryBenchmarkVisibilityTrend"
2018
+ ]
2019
+ }
2020
+ },
2021
+ "fields": {
2022
+ "date": {
2023
+ "type": "google.type.Date",
2024
+ "id": 1
2025
+ },
2026
+ "reportCountryCode": {
2027
+ "type": "string",
2028
+ "id": 2,
2029
+ "options": {
2030
+ "proto3_optional": true
2031
+ }
2032
+ },
2033
+ "reportCategoryId": {
2034
+ "type": "int64",
2035
+ "id": 3,
2036
+ "options": {
2037
+ "proto3_optional": true
2038
+ }
2039
+ },
2040
+ "trafficSource": {
2041
+ "type": "TrafficSource.TrafficSourceEnum",
2042
+ "id": 4,
2043
+ "options": {
2044
+ "proto3_optional": true
2045
+ }
2046
+ },
2047
+ "yourDomainVisibilityTrend": {
2048
+ "type": "double",
2049
+ "id": 5,
2050
+ "options": {
2051
+ "proto3_optional": true
2052
+ }
2053
+ },
2054
+ "categoryBenchmarkVisibilityTrend": {
2055
+ "type": "double",
2056
+ "id": 6,
2057
+ "options": {
2058
+ "proto3_optional": true
2059
+ }
2060
+ }
2061
+ }
2062
+ },
2063
+ "MarketingMethod": {
2064
+ "fields": {},
2065
+ "nested": {
2066
+ "MarketingMethodEnum": {
2067
+ "values": {
2068
+ "MARKETING_METHOD_ENUM_UNSPECIFIED": 0,
2069
+ "ORGANIC": 1,
2070
+ "ADS": 2
2071
+ }
2072
+ }
2073
+ }
2074
+ },
2075
+ "ReportGranularity": {
2076
+ "fields": {},
2077
+ "nested": {
2078
+ "ReportGranularityEnum": {
2079
+ "values": {
2080
+ "REPORT_GRANULARITY_ENUM_UNSPECIFIED": 0,
2081
+ "WEEKLY": 1,
2082
+ "MONTHLY": 2
2083
+ }
2084
+ }
2085
+ }
2086
+ },
2087
+ "RelativeDemand": {
2088
+ "fields": {},
2089
+ "nested": {
2090
+ "RelativeDemandEnum": {
2091
+ "values": {
2092
+ "RELATIVE_DEMAND_ENUM_UNSPECIFIED": 0,
2093
+ "VERY_LOW": 10,
2094
+ "LOW": 20,
2095
+ "MEDIUM": 30,
2096
+ "HIGH": 40,
2097
+ "VERY_HIGH": 50
2098
+ }
2099
+ }
2100
+ }
2101
+ },
2102
+ "RelativeDemandChangeType": {
2103
+ "fields": {},
2104
+ "nested": {
2105
+ "RelativeDemandChangeTypeEnum": {
2106
+ "values": {
2107
+ "RELATIVE_DEMAND_CHANGE_TYPE_ENUM_UNSPECIFIED": 0,
2108
+ "SINKER": 1,
2109
+ "FLAT": 2,
2110
+ "RISER": 3
2111
+ }
2112
+ }
2113
+ }
2114
+ },
2115
+ "TrafficSource": {
2116
+ "fields": {},
2117
+ "nested": {
2118
+ "TrafficSourceEnum": {
2119
+ "values": {
2120
+ "TRAFFIC_SOURCE_ENUM_UNSPECIFIED": 0,
2121
+ "ORGANIC": 1,
2122
+ "ADS": 2,
2123
+ "ALL": 3
2124
+ }
2125
+ }
2126
+ }
2127
+ }
2128
+ }
2129
+ },
11
2130
  "v1alpha": {
12
2131
  "options": {
13
2132
  "csharp_namespace": "Google.Shopping.Merchant.Reports.V1Alpha",