@algolia/client-analytics 5.0.0-alpha.53 → 5.0.0-alpha.55
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/dist/builds/browser.d.ts +5 -5
- package/dist/builds/node.d.ts +5 -5
- package/dist/client-analytics.cjs.js +922 -922
- package/dist/client-analytics.esm.browser.js +1046 -1046
- package/dist/client-analytics.esm.node.js +922 -922
- package/dist/client-analytics.umd.js +2 -2
- package/dist/model/averageClickEvent.d.ts +14 -14
- package/dist/model/clickPosition.d.ts +10 -10
- package/dist/model/clickThroughRateEvent.d.ts +18 -18
- package/dist/model/clientMethodProps.d.ts +507 -507
- package/dist/model/conversionRateEvent.d.ts +18 -18
- package/dist/model/direction.d.ts +1 -1
- package/dist/model/errorBase.d.ts +6 -6
- package/dist/model/getAverageClickPositionResponse.d.ts +15 -15
- package/dist/model/getClickPositionsResponse.d.ts +7 -7
- package/dist/model/getClickThroughRateResponse.d.ts +19 -19
- package/dist/model/getConversationRateResponse.d.ts +19 -19
- package/dist/model/getNoClickRateResponse.d.ts +19 -19
- package/dist/model/getNoResultsRateResponse.d.ts +19 -19
- package/dist/model/getSearchesCountResponse.d.ts +11 -11
- package/dist/model/getSearchesNoClicksResponse.d.ts +7 -7
- package/dist/model/getSearchesNoResultsResponse.d.ts +7 -7
- package/dist/model/getStatusResponse.d.ts +6 -6
- package/dist/model/getTopCountriesResponse.d.ts +7 -7
- package/dist/model/getTopFilterAttribute.d.ts +10 -10
- package/dist/model/getTopFilterAttributesResponse.d.ts +7 -7
- package/dist/model/getTopFilterForAttribute.d.ts +18 -18
- package/dist/model/getTopFilterForAttributeResponse.d.ts +7 -7
- package/dist/model/getTopFiltersNoResultsResponse.d.ts +7 -7
- package/dist/model/getTopFiltersNoResultsValue.d.ts +14 -14
- package/dist/model/getTopFiltersNoResultsValues.d.ts +11 -11
- package/dist/model/getTopHitsResponse.d.ts +3 -3
- package/dist/model/getTopSearchesResponse.d.ts +3 -3
- package/dist/model/getUsersCountResponse.d.ts +11 -11
- package/dist/model/index.d.ts +44 -44
- package/dist/model/noClickRateEvent.d.ts +18 -18
- package/dist/model/noResultsRateEvent.d.ts +18 -18
- package/dist/model/orderBy.d.ts +1 -1
- package/dist/model/searchEvent.d.ts +10 -10
- package/dist/model/searchNoClickEvent.d.ts +14 -14
- package/dist/model/searchNoResultEvent.d.ts +14 -14
- package/dist/model/topCountry.d.ts +10 -10
- package/dist/model/topHit.d.ts +10 -10
- package/dist/model/topHitWithAnalytics.d.ts +30 -30
- package/dist/model/topHitsResponse.d.ts +7 -7
- package/dist/model/topHitsResponseWithAnalytics.d.ts +7 -7
- package/dist/model/topSearch.d.ts +14 -14
- package/dist/model/topSearchWithAnalytics.d.ts +38 -38
- package/dist/model/topSearchesResponse.d.ts +7 -7
- package/dist/model/topSearchesResponseWithAnalytics.d.ts +7 -7
- package/dist/model/userWithDate.d.ts +10 -10
- package/dist/src/analyticsClient.d.ts +318 -318
- package/model/averageClickEvent.ts +1 -1
- package/model/clickPosition.ts +1 -1
- package/model/clickThroughRateEvent.ts +1 -1
- package/model/clientMethodProps.ts +1 -1
- package/model/conversionRateEvent.ts +1 -1
- package/model/direction.ts +1 -1
- package/model/errorBase.ts +1 -1
- package/model/getAverageClickPositionResponse.ts +1 -1
- package/model/getClickPositionsResponse.ts +1 -1
- package/model/getClickThroughRateResponse.ts +1 -1
- package/model/getConversationRateResponse.ts +1 -1
- package/model/getNoClickRateResponse.ts +1 -1
- package/model/getNoResultsRateResponse.ts +1 -1
- package/model/getSearchesCountResponse.ts +1 -1
- package/model/getSearchesNoClicksResponse.ts +1 -1
- package/model/getSearchesNoResultsResponse.ts +1 -1
- package/model/getStatusResponse.ts +1 -1
- package/model/getTopCountriesResponse.ts +1 -1
- package/model/getTopFilterAttribute.ts +1 -1
- package/model/getTopFilterAttributesResponse.ts +1 -1
- package/model/getTopFilterForAttribute.ts +1 -1
- package/model/getTopFilterForAttributeResponse.ts +1 -1
- package/model/getTopFiltersNoResultsResponse.ts +1 -1
- package/model/getTopFiltersNoResultsValue.ts +1 -1
- package/model/getTopFiltersNoResultsValues.ts +1 -1
- package/model/getTopHitsResponse.ts +1 -1
- package/model/getTopSearchesResponse.ts +1 -1
- package/model/getUsersCountResponse.ts +1 -1
- package/model/index.ts +1 -1
- package/model/noClickRateEvent.ts +1 -1
- package/model/noResultsRateEvent.ts +1 -1
- package/model/orderBy.ts +1 -1
- package/model/searchEvent.ts +1 -1
- package/model/searchNoClickEvent.ts +1 -1
- package/model/searchNoResultEvent.ts +1 -1
- package/model/topCountry.ts +1 -1
- package/model/topHit.ts +1 -1
- package/model/topHitWithAnalytics.ts +1 -1
- package/model/topHitsResponse.ts +1 -1
- package/model/topHitsResponseWithAnalytics.ts +1 -1
- package/model/topSearch.ts +1 -1
- package/model/topSearchWithAnalytics.ts +1 -1
- package/model/topSearchesResponse.ts +1 -1
- package/model/topSearchesResponseWithAnalytics.ts +1 -1
- package/model/userWithDate.ts +1 -1
- package/package.json +6 -6
package/dist/model/index.d.ts
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
|
-
export * from './averageClickEvent';
|
|
2
|
-
export * from './clickPosition';
|
|
3
|
-
export * from './clickThroughRateEvent';
|
|
4
|
-
export * from './conversionRateEvent';
|
|
5
|
-
export * from './direction';
|
|
6
|
-
export * from './errorBase';
|
|
7
|
-
export * from './getAverageClickPositionResponse';
|
|
8
|
-
export * from './getClickPositionsResponse';
|
|
9
|
-
export * from './getClickThroughRateResponse';
|
|
10
|
-
export * from './getConversationRateResponse';
|
|
11
|
-
export * from './getNoClickRateResponse';
|
|
12
|
-
export * from './getNoResultsRateResponse';
|
|
13
|
-
export * from './getSearchesCountResponse';
|
|
14
|
-
export * from './getSearchesNoClicksResponse';
|
|
15
|
-
export * from './getSearchesNoResultsResponse';
|
|
16
|
-
export * from './getStatusResponse';
|
|
17
|
-
export * from './getTopCountriesResponse';
|
|
18
|
-
export * from './getTopFilterAttribute';
|
|
19
|
-
export * from './getTopFilterAttributesResponse';
|
|
20
|
-
export * from './getTopFilterForAttribute';
|
|
21
|
-
export * from './getTopFilterForAttributeResponse';
|
|
22
|
-
export * from './getTopFiltersNoResultsResponse';
|
|
23
|
-
export * from './getTopFiltersNoResultsValue';
|
|
24
|
-
export * from './getTopFiltersNoResultsValues';
|
|
25
|
-
export * from './getTopHitsResponse';
|
|
26
|
-
export * from './getTopSearchesResponse';
|
|
27
|
-
export * from './getUsersCountResponse';
|
|
28
|
-
export * from './noClickRateEvent';
|
|
29
|
-
export * from './noResultsRateEvent';
|
|
30
|
-
export * from './orderBy';
|
|
31
|
-
export * from './searchEvent';
|
|
32
|
-
export * from './searchNoClickEvent';
|
|
33
|
-
export * from './searchNoResultEvent';
|
|
34
|
-
export * from './topCountry';
|
|
35
|
-
export * from './topHit';
|
|
36
|
-
export * from './topHitWithAnalytics';
|
|
37
|
-
export * from './topHitsResponse';
|
|
38
|
-
export * from './topHitsResponseWithAnalytics';
|
|
39
|
-
export * from './topSearch';
|
|
40
|
-
export * from './topSearchWithAnalytics';
|
|
41
|
-
export * from './topSearchesResponse';
|
|
42
|
-
export * from './topSearchesResponseWithAnalytics';
|
|
43
|
-
export * from './userWithDate';
|
|
44
|
-
export * from './clientMethodProps';
|
|
1
|
+
export * from './averageClickEvent';
|
|
2
|
+
export * from './clickPosition';
|
|
3
|
+
export * from './clickThroughRateEvent';
|
|
4
|
+
export * from './conversionRateEvent';
|
|
5
|
+
export * from './direction';
|
|
6
|
+
export * from './errorBase';
|
|
7
|
+
export * from './getAverageClickPositionResponse';
|
|
8
|
+
export * from './getClickPositionsResponse';
|
|
9
|
+
export * from './getClickThroughRateResponse';
|
|
10
|
+
export * from './getConversationRateResponse';
|
|
11
|
+
export * from './getNoClickRateResponse';
|
|
12
|
+
export * from './getNoResultsRateResponse';
|
|
13
|
+
export * from './getSearchesCountResponse';
|
|
14
|
+
export * from './getSearchesNoClicksResponse';
|
|
15
|
+
export * from './getSearchesNoResultsResponse';
|
|
16
|
+
export * from './getStatusResponse';
|
|
17
|
+
export * from './getTopCountriesResponse';
|
|
18
|
+
export * from './getTopFilterAttribute';
|
|
19
|
+
export * from './getTopFilterAttributesResponse';
|
|
20
|
+
export * from './getTopFilterForAttribute';
|
|
21
|
+
export * from './getTopFilterForAttributeResponse';
|
|
22
|
+
export * from './getTopFiltersNoResultsResponse';
|
|
23
|
+
export * from './getTopFiltersNoResultsValue';
|
|
24
|
+
export * from './getTopFiltersNoResultsValues';
|
|
25
|
+
export * from './getTopHitsResponse';
|
|
26
|
+
export * from './getTopSearchesResponse';
|
|
27
|
+
export * from './getUsersCountResponse';
|
|
28
|
+
export * from './noClickRateEvent';
|
|
29
|
+
export * from './noResultsRateEvent';
|
|
30
|
+
export * from './orderBy';
|
|
31
|
+
export * from './searchEvent';
|
|
32
|
+
export * from './searchNoClickEvent';
|
|
33
|
+
export * from './searchNoResultEvent';
|
|
34
|
+
export * from './topCountry';
|
|
35
|
+
export * from './topHit';
|
|
36
|
+
export * from './topHitWithAnalytics';
|
|
37
|
+
export * from './topHitsResponse';
|
|
38
|
+
export * from './topHitsResponseWithAnalytics';
|
|
39
|
+
export * from './topSearch';
|
|
40
|
+
export * from './topSearchWithAnalytics';
|
|
41
|
+
export * from './topSearchesResponse';
|
|
42
|
+
export * from './topSearchesResponseWithAnalytics';
|
|
43
|
+
export * from './userWithDate';
|
|
44
|
+
export * from './clientMethodProps';
|
|
45
45
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export type NoClickRateEvent = {
|
|
2
|
-
/**
|
|
3
|
-
* The click-through rate.
|
|
4
|
-
*/
|
|
5
|
-
rate: number;
|
|
6
|
-
/**
|
|
7
|
-
* The number of click event.
|
|
8
|
-
*/
|
|
9
|
-
count: number;
|
|
10
|
-
/**
|
|
11
|
-
* The number of click event.
|
|
12
|
-
*/
|
|
13
|
-
noClickCount: number;
|
|
14
|
-
/**
|
|
15
|
-
* Date of the event.
|
|
16
|
-
*/
|
|
17
|
-
date: string;
|
|
18
|
-
};
|
|
1
|
+
export type NoClickRateEvent = {
|
|
2
|
+
/**
|
|
3
|
+
* The click-through rate.
|
|
4
|
+
*/
|
|
5
|
+
rate: number;
|
|
6
|
+
/**
|
|
7
|
+
* The number of click event.
|
|
8
|
+
*/
|
|
9
|
+
count: number;
|
|
10
|
+
/**
|
|
11
|
+
* The number of click event.
|
|
12
|
+
*/
|
|
13
|
+
noClickCount: number;
|
|
14
|
+
/**
|
|
15
|
+
* Date of the event.
|
|
16
|
+
*/
|
|
17
|
+
date: string;
|
|
18
|
+
};
|
|
19
19
|
//# sourceMappingURL=noClickRateEvent.d.ts.map
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
export type NoResultsRateEvent = {
|
|
2
|
-
/**
|
|
3
|
-
* Date of the event.
|
|
4
|
-
*/
|
|
5
|
-
date: string;
|
|
6
|
-
/**
|
|
7
|
-
* The number of occurrences.
|
|
8
|
-
*/
|
|
9
|
-
noResultCount: number;
|
|
10
|
-
/**
|
|
11
|
-
* The number of occurrences.
|
|
12
|
-
*/
|
|
13
|
-
count: number;
|
|
14
|
-
/**
|
|
15
|
-
* The click-through rate.
|
|
16
|
-
*/
|
|
17
|
-
rate: number;
|
|
18
|
-
};
|
|
1
|
+
export type NoResultsRateEvent = {
|
|
2
|
+
/**
|
|
3
|
+
* Date of the event.
|
|
4
|
+
*/
|
|
5
|
+
date: string;
|
|
6
|
+
/**
|
|
7
|
+
* The number of occurrences.
|
|
8
|
+
*/
|
|
9
|
+
noResultCount: number;
|
|
10
|
+
/**
|
|
11
|
+
* The number of occurrences.
|
|
12
|
+
*/
|
|
13
|
+
count: number;
|
|
14
|
+
/**
|
|
15
|
+
* The click-through rate.
|
|
16
|
+
*/
|
|
17
|
+
rate: number;
|
|
18
|
+
};
|
|
19
19
|
//# sourceMappingURL=noResultsRateEvent.d.ts.map
|
package/dist/model/orderBy.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export type OrderBy = 'averageClickPosition' | 'clickThroughRate' | 'conversionRate' | 'searchCount';
|
|
1
|
+
export type OrderBy = 'averageClickPosition' | 'clickThroughRate' | 'conversionRate' | 'searchCount';
|
|
2
2
|
//# sourceMappingURL=orderBy.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export type SearchEvent = {
|
|
2
|
-
/**
|
|
3
|
-
* Date of the event.
|
|
4
|
-
*/
|
|
5
|
-
date: string;
|
|
6
|
-
/**
|
|
7
|
-
* The number of occurrences.
|
|
8
|
-
*/
|
|
9
|
-
count: number;
|
|
10
|
-
};
|
|
1
|
+
export type SearchEvent = {
|
|
2
|
+
/**
|
|
3
|
+
* Date of the event.
|
|
4
|
+
*/
|
|
5
|
+
date: string;
|
|
6
|
+
/**
|
|
7
|
+
* The number of occurrences.
|
|
8
|
+
*/
|
|
9
|
+
count: number;
|
|
10
|
+
};
|
|
11
11
|
//# sourceMappingURL=searchEvent.d.ts.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export type SearchNoClickEvent = {
|
|
2
|
-
/**
|
|
3
|
-
* The search query.
|
|
4
|
-
*/
|
|
5
|
-
search: string;
|
|
6
|
-
/**
|
|
7
|
-
* The number of occurrences.
|
|
8
|
-
*/
|
|
9
|
-
count: number;
|
|
10
|
-
/**
|
|
11
|
-
* The number of occurrences.
|
|
12
|
-
*/
|
|
13
|
-
withFilterCount: number;
|
|
14
|
-
};
|
|
1
|
+
export type SearchNoClickEvent = {
|
|
2
|
+
/**
|
|
3
|
+
* The search query.
|
|
4
|
+
*/
|
|
5
|
+
search: string;
|
|
6
|
+
/**
|
|
7
|
+
* The number of occurrences.
|
|
8
|
+
*/
|
|
9
|
+
count: number;
|
|
10
|
+
/**
|
|
11
|
+
* The number of occurrences.
|
|
12
|
+
*/
|
|
13
|
+
withFilterCount: number;
|
|
14
|
+
};
|
|
15
15
|
//# sourceMappingURL=searchNoClickEvent.d.ts.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export type SearchNoResultEvent = {
|
|
2
|
-
/**
|
|
3
|
-
* The search query.
|
|
4
|
-
*/
|
|
5
|
-
search: string;
|
|
6
|
-
/**
|
|
7
|
-
* The number of occurrences.
|
|
8
|
-
*/
|
|
9
|
-
count: number;
|
|
10
|
-
/**
|
|
11
|
-
* Number of hits that the search query matched.
|
|
12
|
-
*/
|
|
13
|
-
nbHits: number;
|
|
14
|
-
};
|
|
1
|
+
export type SearchNoResultEvent = {
|
|
2
|
+
/**
|
|
3
|
+
* The search query.
|
|
4
|
+
*/
|
|
5
|
+
search: string;
|
|
6
|
+
/**
|
|
7
|
+
* The number of occurrences.
|
|
8
|
+
*/
|
|
9
|
+
count: number;
|
|
10
|
+
/**
|
|
11
|
+
* Number of hits that the search query matched.
|
|
12
|
+
*/
|
|
13
|
+
nbHits: number;
|
|
14
|
+
};
|
|
15
15
|
//# sourceMappingURL=searchNoResultEvent.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export type TopCountry = {
|
|
2
|
-
/**
|
|
3
|
-
* The country.
|
|
4
|
-
*/
|
|
5
|
-
country: string;
|
|
6
|
-
/**
|
|
7
|
-
* The number of occurrences.
|
|
8
|
-
*/
|
|
9
|
-
count: number;
|
|
10
|
-
};
|
|
1
|
+
export type TopCountry = {
|
|
2
|
+
/**
|
|
3
|
+
* The country.
|
|
4
|
+
*/
|
|
5
|
+
country: string;
|
|
6
|
+
/**
|
|
7
|
+
* The number of occurrences.
|
|
8
|
+
*/
|
|
9
|
+
count: number;
|
|
10
|
+
};
|
|
11
11
|
//# sourceMappingURL=topCountry.d.ts.map
|
package/dist/model/topHit.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export type TopHit = {
|
|
2
|
-
/**
|
|
3
|
-
* The hit.
|
|
4
|
-
*/
|
|
5
|
-
hit: string;
|
|
6
|
-
/**
|
|
7
|
-
* The number of occurrences.
|
|
8
|
-
*/
|
|
9
|
-
count: number;
|
|
10
|
-
};
|
|
1
|
+
export type TopHit = {
|
|
2
|
+
/**
|
|
3
|
+
* The hit.
|
|
4
|
+
*/
|
|
5
|
+
hit: string;
|
|
6
|
+
/**
|
|
7
|
+
* The number of occurrences.
|
|
8
|
+
*/
|
|
9
|
+
count: number;
|
|
10
|
+
};
|
|
11
11
|
//# sourceMappingURL=topHit.d.ts.map
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
export type TopHitWithAnalytics = {
|
|
2
|
-
/**
|
|
3
|
-
* The hit.
|
|
4
|
-
*/
|
|
5
|
-
hit: string;
|
|
6
|
-
/**
|
|
7
|
-
* The number of occurrences.
|
|
8
|
-
*/
|
|
9
|
-
count: number;
|
|
10
|
-
/**
|
|
11
|
-
* The click-through rate.
|
|
12
|
-
*/
|
|
13
|
-
clickThroughRate: number;
|
|
14
|
-
/**
|
|
15
|
-
* The conversion rate.
|
|
16
|
-
*/
|
|
17
|
-
conversionRate: number;
|
|
18
|
-
/**
|
|
19
|
-
* The number of tracked search click.
|
|
20
|
-
*/
|
|
21
|
-
trackedSearchCount: number;
|
|
22
|
-
/**
|
|
23
|
-
* The number of click event.
|
|
24
|
-
*/
|
|
25
|
-
clickCount: number;
|
|
26
|
-
/**
|
|
27
|
-
* The number of converted clicks.
|
|
28
|
-
*/
|
|
29
|
-
conversionCount: number;
|
|
30
|
-
};
|
|
1
|
+
export type TopHitWithAnalytics = {
|
|
2
|
+
/**
|
|
3
|
+
* The hit.
|
|
4
|
+
*/
|
|
5
|
+
hit: string;
|
|
6
|
+
/**
|
|
7
|
+
* The number of occurrences.
|
|
8
|
+
*/
|
|
9
|
+
count: number;
|
|
10
|
+
/**
|
|
11
|
+
* The click-through rate.
|
|
12
|
+
*/
|
|
13
|
+
clickThroughRate: number;
|
|
14
|
+
/**
|
|
15
|
+
* The conversion rate.
|
|
16
|
+
*/
|
|
17
|
+
conversionRate: number;
|
|
18
|
+
/**
|
|
19
|
+
* The number of tracked search click.
|
|
20
|
+
*/
|
|
21
|
+
trackedSearchCount: number;
|
|
22
|
+
/**
|
|
23
|
+
* The number of click event.
|
|
24
|
+
*/
|
|
25
|
+
clickCount: number;
|
|
26
|
+
/**
|
|
27
|
+
* The number of converted clicks.
|
|
28
|
+
*/
|
|
29
|
+
conversionCount: number;
|
|
30
|
+
};
|
|
31
31
|
//# sourceMappingURL=topHitWithAnalytics.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { TopHit } from './topHit';
|
|
2
|
-
export type TopHitsResponse = {
|
|
3
|
-
/**
|
|
4
|
-
* A list of top hits with their count.
|
|
5
|
-
*/
|
|
6
|
-
hits: TopHit[];
|
|
7
|
-
};
|
|
1
|
+
import type { TopHit } from './topHit';
|
|
2
|
+
export type TopHitsResponse = {
|
|
3
|
+
/**
|
|
4
|
+
* A list of top hits with their count.
|
|
5
|
+
*/
|
|
6
|
+
hits: TopHit[];
|
|
7
|
+
};
|
|
8
8
|
//# sourceMappingURL=topHitsResponse.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { TopHitWithAnalytics } from './topHitWithAnalytics';
|
|
2
|
-
export type TopHitsResponseWithAnalytics = {
|
|
3
|
-
/**
|
|
4
|
-
* A list of top hits with their count and analytics.
|
|
5
|
-
*/
|
|
6
|
-
hits: TopHitWithAnalytics[];
|
|
7
|
-
};
|
|
1
|
+
import type { TopHitWithAnalytics } from './topHitWithAnalytics';
|
|
2
|
+
export type TopHitsResponseWithAnalytics = {
|
|
3
|
+
/**
|
|
4
|
+
* A list of top hits with their count and analytics.
|
|
5
|
+
*/
|
|
6
|
+
hits: TopHitWithAnalytics[];
|
|
7
|
+
};
|
|
8
8
|
//# sourceMappingURL=topHitsResponseWithAnalytics.d.ts.map
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
export type TopSearch = {
|
|
2
|
-
/**
|
|
3
|
-
* The search query.
|
|
4
|
-
*/
|
|
5
|
-
search: string;
|
|
6
|
-
/**
|
|
7
|
-
* The number of occurrences.
|
|
8
|
-
*/
|
|
9
|
-
count: number;
|
|
10
|
-
/**
|
|
11
|
-
* Number of hits that the search query matched.
|
|
12
|
-
*/
|
|
13
|
-
nbHits: number;
|
|
14
|
-
};
|
|
1
|
+
export type TopSearch = {
|
|
2
|
+
/**
|
|
3
|
+
* The search query.
|
|
4
|
+
*/
|
|
5
|
+
search: string;
|
|
6
|
+
/**
|
|
7
|
+
* The number of occurrences.
|
|
8
|
+
*/
|
|
9
|
+
count: number;
|
|
10
|
+
/**
|
|
11
|
+
* Number of hits that the search query matched.
|
|
12
|
+
*/
|
|
13
|
+
nbHits: number;
|
|
14
|
+
};
|
|
15
15
|
//# sourceMappingURL=topSearch.d.ts.map
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
export type TopSearchWithAnalytics = {
|
|
2
|
-
/**
|
|
3
|
-
* The search query.
|
|
4
|
-
*/
|
|
5
|
-
search: string;
|
|
6
|
-
/**
|
|
7
|
-
* The number of occurrences.
|
|
8
|
-
*/
|
|
9
|
-
count: number;
|
|
10
|
-
/**
|
|
11
|
-
* The click-through rate.
|
|
12
|
-
*/
|
|
13
|
-
clickThroughRate: number;
|
|
14
|
-
/**
|
|
15
|
-
* The average position of all the click count event.
|
|
16
|
-
*/
|
|
17
|
-
averageClickPosition: number;
|
|
18
|
-
/**
|
|
19
|
-
* The conversion rate.
|
|
20
|
-
*/
|
|
21
|
-
conversionRate: number;
|
|
22
|
-
/**
|
|
23
|
-
* The number of tracked search click.
|
|
24
|
-
*/
|
|
25
|
-
trackedSearchCount: number;
|
|
26
|
-
/**
|
|
27
|
-
* The number of click event.
|
|
28
|
-
*/
|
|
29
|
-
clickCount: number;
|
|
30
|
-
/**
|
|
31
|
-
* The number of converted clicks.
|
|
32
|
-
*/
|
|
33
|
-
conversionCount: number;
|
|
34
|
-
/**
|
|
35
|
-
* Number of hits that the search query matched.
|
|
36
|
-
*/
|
|
37
|
-
nbHits: number;
|
|
38
|
-
};
|
|
1
|
+
export type TopSearchWithAnalytics = {
|
|
2
|
+
/**
|
|
3
|
+
* The search query.
|
|
4
|
+
*/
|
|
5
|
+
search: string;
|
|
6
|
+
/**
|
|
7
|
+
* The number of occurrences.
|
|
8
|
+
*/
|
|
9
|
+
count: number;
|
|
10
|
+
/**
|
|
11
|
+
* The click-through rate.
|
|
12
|
+
*/
|
|
13
|
+
clickThroughRate: number;
|
|
14
|
+
/**
|
|
15
|
+
* The average position of all the click count event.
|
|
16
|
+
*/
|
|
17
|
+
averageClickPosition: number;
|
|
18
|
+
/**
|
|
19
|
+
* The conversion rate.
|
|
20
|
+
*/
|
|
21
|
+
conversionRate: number;
|
|
22
|
+
/**
|
|
23
|
+
* The number of tracked search click.
|
|
24
|
+
*/
|
|
25
|
+
trackedSearchCount: number;
|
|
26
|
+
/**
|
|
27
|
+
* The number of click event.
|
|
28
|
+
*/
|
|
29
|
+
clickCount: number;
|
|
30
|
+
/**
|
|
31
|
+
* The number of converted clicks.
|
|
32
|
+
*/
|
|
33
|
+
conversionCount: number;
|
|
34
|
+
/**
|
|
35
|
+
* Number of hits that the search query matched.
|
|
36
|
+
*/
|
|
37
|
+
nbHits: number;
|
|
38
|
+
};
|
|
39
39
|
//# sourceMappingURL=topSearchWithAnalytics.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { TopSearch } from './topSearch';
|
|
2
|
-
export type TopSearchesResponse = {
|
|
3
|
-
/**
|
|
4
|
-
* A list of top searches with their count.
|
|
5
|
-
*/
|
|
6
|
-
searches: TopSearch[];
|
|
7
|
-
};
|
|
1
|
+
import type { TopSearch } from './topSearch';
|
|
2
|
+
export type TopSearchesResponse = {
|
|
3
|
+
/**
|
|
4
|
+
* A list of top searches with their count.
|
|
5
|
+
*/
|
|
6
|
+
searches: TopSearch[];
|
|
7
|
+
};
|
|
8
8
|
//# sourceMappingURL=topSearchesResponse.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { TopSearchWithAnalytics } from './topSearchWithAnalytics';
|
|
2
|
-
export type TopSearchesResponseWithAnalytics = {
|
|
3
|
-
/**
|
|
4
|
-
* A list of top searches with their count and analytics.
|
|
5
|
-
*/
|
|
6
|
-
searches: TopSearchWithAnalytics[];
|
|
7
|
-
};
|
|
1
|
+
import type { TopSearchWithAnalytics } from './topSearchWithAnalytics';
|
|
2
|
+
export type TopSearchesResponseWithAnalytics = {
|
|
3
|
+
/**
|
|
4
|
+
* A list of top searches with their count and analytics.
|
|
5
|
+
*/
|
|
6
|
+
searches: TopSearchWithAnalytics[];
|
|
7
|
+
};
|
|
8
8
|
//# sourceMappingURL=topSearchesResponseWithAnalytics.d.ts.map
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export type UserWithDate = {
|
|
2
|
-
/**
|
|
3
|
-
* Date of the event.
|
|
4
|
-
*/
|
|
5
|
-
date: string;
|
|
6
|
-
/**
|
|
7
|
-
* The number of occurrences.
|
|
8
|
-
*/
|
|
9
|
-
count: number;
|
|
10
|
-
};
|
|
1
|
+
export type UserWithDate = {
|
|
2
|
+
/**
|
|
3
|
+
* Date of the event.
|
|
4
|
+
*/
|
|
5
|
+
date: string;
|
|
6
|
+
/**
|
|
7
|
+
* The number of occurrences.
|
|
8
|
+
*/
|
|
9
|
+
count: number;
|
|
10
|
+
};
|
|
11
11
|
//# sourceMappingURL=userWithDate.d.ts.map
|