File tree 28 files changed +111
-118
lines changed
28 files changed +111
-118
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ variant:
95
95
example : 86269
96
96
- type : ' null'
97
97
trackedSearchCount :
98
- $ref : ' ../../../analytics/ common/parameters.yml#/trackedSearchCount'
98
+ $ref : ' ../../../common/parameters.yml#/trackedSearchCount'
99
99
trafficPercentage :
100
100
$ref : ' ../parameters.yml#/trafficPercentage'
101
101
userCount :
Original file line number Diff line number Diff line change 13
13
description : OK
14
14
headers :
15
15
x-ratelimit-limit :
16
- $ref : ' ../../analytics/ common/parameters .yml#/x-ratelimit-limit'
16
+ $ref : ' ../../common/responses/rateLimit .yml#/x-ratelimit-limit'
17
17
x-ratelimit-remaining :
18
- $ref : ' ../../analytics/ common/parameters .yml#/x-ratelimit-remaining'
18
+ $ref : ' ../../common/responses/rateLimit .yml#/x-ratelimit-remaining'
19
19
x-ratelimit-reset :
20
- $ref : ' ../../analytics/ common/parameters .yml#/x-ratelimit-reset'
20
+ $ref : ' ../../common/responses/rateLimit .yml#/x-ratelimit-reset'
21
21
content :
22
22
application/json :
23
23
schema :
@@ -46,11 +46,11 @@ delete:
46
46
description : OK
47
47
headers :
48
48
x-ratelimit-limit :
49
- $ref : ' ../../analytics/ common/parameters .yml#/x-ratelimit-limit'
49
+ $ref : ' ../../common/responses/rateLimit .yml#/x-ratelimit-limit'
50
50
x-ratelimit-remaining :
51
- $ref : ' ../../analytics/ common/parameters .yml#/x-ratelimit-remaining'
51
+ $ref : ' ../../common/responses/rateLimit .yml#/x-ratelimit-remaining'
52
52
x-ratelimit-reset :
53
- $ref : ' ../../analytics/ common/parameters .yml#/x-ratelimit-reset'
53
+ $ref : ' ../../common/responses/rateLimit .yml#/x-ratelimit-reset'
54
54
content :
55
55
application/json :
56
56
schema :
Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ post:
35
35
description : OK
36
36
headers :
37
37
x-ratelimit-limit :
38
- $ref : ' ../../analytics/ common/parameters .yml#/x-ratelimit-limit'
38
+ $ref : ' ../../common/responses/rateLimit .yml#/x-ratelimit-limit'
39
39
x-ratelimit-remaining :
40
- $ref : ' ../../analytics/ common/parameters .yml#/x-ratelimit-remaining'
40
+ $ref : ' ../../common/responses/rateLimit .yml#/x-ratelimit-remaining'
41
41
x-ratelimit-reset :
42
- $ref : ' ../../analytics/ common/parameters .yml#/x-ratelimit-reset'
42
+ $ref : ' ../../common/responses/rateLimit .yml#/x-ratelimit-reset'
43
43
content :
44
44
application/json :
45
45
schema :
81
81
description : OK
82
82
headers :
83
83
x-ratelimit-limit :
84
- $ref : ' ../../analytics/ common/parameters .yml#/x-ratelimit-limit'
84
+ $ref : ' ../../common/responses/rateLimit .yml#/x-ratelimit-limit'
85
85
x-ratelimit-remaining :
86
- $ref : ' ../../analytics/ common/parameters .yml#/x-ratelimit-remaining'
86
+ $ref : ' ../../common/responses/rateLimit .yml#/x-ratelimit-remaining'
87
87
x-ratelimit-reset :
88
- $ref : ' ../../analytics/ common/parameters .yml#/x-ratelimit-reset'
88
+ $ref : ' ../../common/responses/rateLimit .yml#/x-ratelimit-reset'
89
89
content :
90
90
application/json :
91
91
schema :
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ post:
16
16
description : OK
17
17
headers :
18
18
x-ratelimit-limit :
19
- $ref : ' ../../analytics/ common/parameters .yml#/x-ratelimit-limit'
19
+ $ref : ' ../../common/responses/rateLimit .yml#/x-ratelimit-limit'
20
20
x-ratelimit-remaining :
21
- $ref : ' ../../analytics/ common/parameters .yml#/x-ratelimit-remaining'
21
+ $ref : ' ../../common/responses/rateLimit .yml#/x-ratelimit-remaining'
22
22
x-ratelimit-reset :
23
- $ref : ' ../../analytics/ common/parameters .yml#/x-ratelimit-reset'
23
+ $ref : ' ../../common/responses/rateLimit .yml#/x-ratelimit-reset'
24
24
content :
25
25
application/json :
26
26
schema :
Original file line number Diff line number Diff line change @@ -67,12 +67,6 @@ count:
67
67
type : integer
68
68
example : 504
69
69
70
- trackedSearchCount :
71
- type : integer
72
- example : 2
73
- default : 0
74
- description : Number of tracked searches. Tracked searches are search requests where the `clickAnalytics` parameter is true.
75
-
76
70
noResultCount :
77
71
description : Number of searches without any results.
78
72
type : integer
@@ -302,21 +296,3 @@ withFilterCount:
302
296
example : 5
303
297
minimum : 0
304
298
default : 0
305
-
306
- x-ratelimit-limit :
307
- description : Number of allowed requests per one minute.
308
- example : 100
309
- schema :
310
- type : integer
311
-
312
- x-ratelimit-remaining :
313
- description : Number of remaining requests in the current period.
314
- example : 99
315
- schema :
316
- type : integer
317
-
318
- x-ratelimit-reset :
319
- description : Timstamp when the rate limit will reset, measured in seconds since the Unix epoch.
320
- example : 1710682486
321
- schema :
322
- type : integer
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ topHitsResponseWithAnalytics:
53
53
conversionRate :
54
54
$ref : ' ../parameters.yml#/conversionRate'
55
55
trackedHitCount :
56
- $ref : ' ../parameters.yml#/trackedSearchCount'
56
+ $ref : ' ../../../common/ parameters.yml#/trackedSearchCount'
57
57
clickCount :
58
58
$ref : ' ../parameters.yml#/clickCount'
59
59
conversionCount :
@@ -96,7 +96,7 @@ topHitsResponseWithRevenueAnalytics:
96
96
conversionRate :
97
97
$ref : ' ../parameters.yml#/conversionRate'
98
98
trackedHitCount :
99
- $ref : ' ../parameters.yml#/trackedSearchCount'
99
+ $ref : ' ../../../common/ parameters.yml#/trackedSearchCount'
100
100
clickCount :
101
101
$ref : ' ../parameters.yml#/clickCount'
102
102
conversionCount :
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ topSearchesResponseWithAnalytics:
63
63
conversionRate :
64
64
$ref : ' ../parameters.yml#/conversionRate'
65
65
trackedSearchCount :
66
- $ref : ' ../parameters.yml#/trackedSearchCount'
66
+ $ref : ' ../../../common/ parameters.yml#/trackedSearchCount'
67
67
clickCount :
68
68
$ref : ' ../parameters.yml#/clickCount'
69
69
conversionCount :
@@ -115,7 +115,7 @@ topSearchesResponseWithRevenueAnalytics:
115
115
conversionRate :
116
116
$ref : ' ../parameters.yml#/conversionRate'
117
117
trackedSearchCount :
118
- $ref : ' ../parameters.yml#/trackedSearchCount'
118
+ $ref : ' ../../../common/ parameters.yml#/trackedSearchCount'
119
119
clickCount :
120
120
$ref : ' ../parameters.yml#/clickCount'
121
121
conversionCount :
Original file line number Diff line number Diff line change 19
19
description : OK
20
20
headers :
21
21
x-ratelimit-limit :
22
- $ref : ' ../../common/parameters .yml#/x-ratelimit-limit'
22
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-limit'
23
23
x-ratelimit-remaining :
24
- $ref : ' ../../common/parameters .yml#/x-ratelimit-remaining'
24
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-remaining'
25
25
x-ratelimit-reset :
26
- $ref : ' ../../common/parameters .yml#/x-ratelimit-reset'
26
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-reset'
27
27
content :
28
28
application/json :
29
29
schema :
39
39
rate :
40
40
$ref : ' ../../common/parameters.yml#/addToCartRate'
41
41
trackedSearchCount :
42
- $ref : ' ../../common/parameters.yml#/trackedSearchCount'
42
+ $ref : ' ../../../ common/parameters.yml#/trackedSearchCount'
43
43
addToCartCount :
44
44
$ref : ' ../../common/parameters.yml#/addToCartCount'
45
45
dates :
58
58
rate :
59
59
$ref : ' ../../common/parameters.yml#/addToCartRate'
60
60
trackedSearchCount :
61
- $ref : ' ../../common/parameters.yml#/trackedSearchCount'
61
+ $ref : ' ../../../ common/parameters.yml#/trackedSearchCount'
62
62
addToCartCount :
63
63
$ref : ' ../../common/parameters.yml#/addToCartCount'
64
64
date :
Original file line number Diff line number Diff line change 21
21
description : OK
22
22
headers :
23
23
x-ratelimit-limit :
24
- $ref : ' ../../common/parameters .yml#/x-ratelimit-limit'
24
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-limit'
25
25
x-ratelimit-remaining :
26
- $ref : ' ../../common/parameters .yml#/x-ratelimit-remaining'
26
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-remaining'
27
27
x-ratelimit-reset :
28
- $ref : ' ../../common/parameters .yml#/x-ratelimit-reset'
28
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-reset'
29
29
content :
30
30
application/json :
31
31
schema :
Original file line number Diff line number Diff line change 19
19
description : OK
20
20
headers :
21
21
x-ratelimit-limit :
22
- $ref : ' ../../common/parameters .yml#/x-ratelimit-limit'
22
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-limit'
23
23
x-ratelimit-remaining :
24
- $ref : ' ../../common/parameters .yml#/x-ratelimit-remaining'
24
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-remaining'
25
25
x-ratelimit-reset :
26
- $ref : ' ../../common/parameters .yml#/x-ratelimit-reset'
26
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-reset'
27
27
content :
28
28
application/json :
29
29
schema :
Original file line number Diff line number Diff line change 19
19
description : OK
20
20
headers :
21
21
x-ratelimit-limit :
22
- $ref : ' ../../common/parameters .yml#/x-ratelimit-limit'
22
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-limit'
23
23
x-ratelimit-remaining :
24
- $ref : ' ../../common/parameters .yml#/x-ratelimit-remaining'
24
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-remaining'
25
25
x-ratelimit-reset :
26
- $ref : ' ../../common/parameters .yml#/x-ratelimit-reset'
26
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-reset'
27
27
content :
28
28
application/json :
29
29
schema :
41
41
clickCount :
42
42
$ref : ' ../../common/parameters.yml#/clickCount'
43
43
trackedSearchCount :
44
- $ref : ' ../../common/parameters.yml#/trackedSearchCount'
44
+ $ref : ' ../../../ common/parameters.yml#/trackedSearchCount'
45
45
dates :
46
46
type : array
47
47
description : Daily click-through rates.
60
60
clickCount :
61
61
$ref : ' ../../common/parameters.yml#/clickCount'
62
62
trackedSearchCount :
63
- $ref : ' ../../common/parameters.yml#/trackedSearchCount'
63
+ $ref : ' ../../../ common/parameters.yml#/trackedSearchCount'
64
64
date :
65
65
$ref : ' ../../common/parameters.yml#/date'
66
66
' 400 ' :
Original file line number Diff line number Diff line change 19
19
description : OK
20
20
headers :
21
21
x-ratelimit-limit :
22
- $ref : ' ../../common/parameters .yml#/x-ratelimit-limit'
22
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-limit'
23
23
x-ratelimit-remaining :
24
- $ref : ' ../../common/parameters .yml#/x-ratelimit-remaining'
24
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-remaining'
25
25
x-ratelimit-reset :
26
- $ref : ' ../../common/parameters .yml#/x-ratelimit-reset'
26
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-reset'
27
27
content :
28
28
application/json :
29
29
schema :
39
39
rate :
40
40
$ref : ' ../../common/parameters.yml#/conversionRate'
41
41
trackedSearchCount :
42
- $ref : ' ../../common/parameters.yml#/trackedSearchCount'
42
+ $ref : ' ../../../ common/parameters.yml#/trackedSearchCount'
43
43
conversionCount :
44
44
$ref : ' ../../common/parameters.yml#/conversionCount'
45
45
dates :
58
58
rate :
59
59
$ref : ' ../../common/parameters.yml#/conversionRate'
60
60
trackedSearchCount :
61
- $ref : ' ../../common/parameters.yml#/trackedSearchCount'
61
+ $ref : ' ../../../ common/parameters.yml#/trackedSearchCount'
62
62
conversionCount :
63
63
$ref : ' ../../common/parameters.yml#/conversionCount'
64
64
date :
Original file line number Diff line number Diff line change 19
19
description : OK
20
20
headers :
21
21
x-ratelimit-limit :
22
- $ref : ' ../../common/parameters .yml#/x-ratelimit-limit'
22
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-limit'
23
23
x-ratelimit-remaining :
24
- $ref : ' ../../common/parameters .yml#/x-ratelimit-remaining'
24
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-remaining'
25
25
x-ratelimit-reset :
26
- $ref : ' ../../common/parameters .yml#/x-ratelimit-reset'
26
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-reset'
27
27
content :
28
28
application/json :
29
29
schema :
39
39
rate :
40
40
$ref : ' ../../common/parameters.yml#/purchaseRate'
41
41
trackedSearchCount :
42
- $ref : ' ../../common/parameters.yml#/trackedSearchCount'
42
+ $ref : ' ../../../ common/parameters.yml#/trackedSearchCount'
43
43
purchaseCount :
44
44
$ref : ' ../../common/parameters.yml#/purchaseCount'
45
45
dates :
58
58
rate :
59
59
$ref : ' ../../common/parameters.yml#/purchaseRate'
60
60
trackedSearchCount :
61
- $ref : ' ../../common/parameters.yml#/trackedSearchCount'
61
+ $ref : ' ../../../ common/parameters.yml#/trackedSearchCount'
62
62
purchaseCount :
63
63
$ref : ' ../../common/parameters.yml#/purchaseCount'
64
64
date :
Original file line number Diff line number Diff line change 19
19
description : OK
20
20
headers :
21
21
x-ratelimit-limit :
22
- $ref : ' ../../common/parameters .yml#/x-ratelimit-limit'
22
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-limit'
23
23
x-ratelimit-remaining :
24
- $ref : ' ../../common/parameters .yml#/x-ratelimit-remaining'
24
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-remaining'
25
25
x-ratelimit-reset :
26
- $ref : ' ../../common/parameters .yml#/x-ratelimit-reset'
26
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-reset'
27
27
content :
28
28
application/json :
29
29
schema :
39
39
rate :
40
40
$ref : ' ../../common/parameters.yml#/noClickRate'
41
41
count :
42
- $ref : ' ../../common/parameters.yml#/trackedSearchCount'
42
+ $ref : ' ../../../ common/parameters.yml#/trackedSearchCount'
43
43
noClickCount :
44
44
$ref : ' ../../common/parameters.yml#/noClickCount'
45
45
dates :
58
58
rate :
59
59
$ref : ' ../../common/parameters.yml#/noClickRate'
60
60
count :
61
- $ref : ' ../../common/parameters.yml#/trackedSearchCount'
61
+ $ref : ' ../../../ common/parameters.yml#/trackedSearchCount'
62
62
noClickCount :
63
63
$ref : ' ../../common/parameters.yml#/noClickCount'
64
64
date :
Original file line number Diff line number Diff line change 19
19
description : OK
20
20
headers :
21
21
x-ratelimit-limit :
22
- $ref : ' ../../common/parameters .yml#/x-ratelimit-limit'
22
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-limit'
23
23
x-ratelimit-remaining :
24
- $ref : ' ../../common/parameters .yml#/x-ratelimit-remaining'
24
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-remaining'
25
25
x-ratelimit-reset :
26
- $ref : ' ../../common/parameters .yml#/x-ratelimit-reset'
26
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-reset'
27
27
content :
28
28
application/json :
29
29
schema :
Original file line number Diff line number Diff line change 19
19
description : OK
20
20
headers :
21
21
x-ratelimit-limit :
22
- $ref : ' ../../common/parameters .yml#/x-ratelimit-limit'
22
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-limit'
23
23
x-ratelimit-remaining :
24
- $ref : ' ../../common/parameters .yml#/x-ratelimit-remaining'
24
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-remaining'
25
25
x-ratelimit-reset :
26
- $ref : ' ../../common/parameters .yml#/x-ratelimit-reset'
26
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-reset'
27
27
content :
28
28
application/json :
29
29
schema :
Original file line number Diff line number Diff line change 18
18
description : OK
19
19
headers :
20
20
x-ratelimit-limit :
21
- $ref : ' ../../common/parameters .yml#/x-ratelimit-limit'
21
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-limit'
22
22
x-ratelimit-remaining :
23
- $ref : ' ../../common/parameters .yml#/x-ratelimit-remaining'
23
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-remaining'
24
24
x-ratelimit-reset :
25
- $ref : ' ../../common/parameters .yml#/x-ratelimit-reset'
25
+ $ref : ' ../../../ common/responses/rateLimit .yml#/x-ratelimit-reset'
26
26
content :
27
27
application/json :
28
28
schema :
You can’t perform that action at this time.
0 commit comments