zorihq 0.8.0 → 0.10.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.
- package/CHANGELOG.md +17 -0
- package/README.md +18 -16
- package/package.json +1 -1
- package/resources/v1/analytics/analytics.d.mts +39 -124
- package/resources/v1/analytics/analytics.d.mts.map +1 -1
- package/resources/v1/analytics/analytics.d.ts +39 -124
- package/resources/v1/analytics/analytics.d.ts.map +1 -1
- package/resources/v1/analytics/analytics.js +0 -4
- package/resources/v1/analytics/analytics.js.map +1 -1
- package/resources/v1/analytics/analytics.mjs +0 -4
- package/resources/v1/analytics/analytics.mjs.map +1 -1
- package/resources/v1/analytics/index.d.mts +1 -2
- package/resources/v1/analytics/index.d.mts.map +1 -1
- package/resources/v1/analytics/index.d.ts +1 -2
- package/resources/v1/analytics/index.d.ts.map +1 -1
- package/resources/v1/analytics/index.js +1 -3
- package/resources/v1/analytics/index.js.map +1 -1
- package/resources/v1/analytics/index.mjs +0 -1
- package/resources/v1/analytics/index.mjs.map +1 -1
- package/resources/v1/index.d.mts +3 -3
- package/resources/v1/index.d.mts.map +1 -1
- package/resources/v1/index.d.ts +3 -3
- package/resources/v1/index.d.ts.map +1 -1
- package/resources/v1/index.js +3 -3
- package/resources/v1/index.js.map +1 -1
- package/resources/v1/index.mjs +1 -1
- package/resources/v1/index.mjs.map +1 -1
- package/resources/v1/payment-providers.d.mts +38 -1
- package/resources/v1/payment-providers.d.mts.map +1 -1
- package/resources/v1/payment-providers.d.ts +38 -1
- package/resources/v1/payment-providers.d.ts.map +1 -1
- package/resources/v1/payment-providers.js +15 -0
- package/resources/v1/payment-providers.js.map +1 -1
- package/resources/v1/payment-providers.mjs +15 -0
- package/resources/v1/payment-providers.mjs.map +1 -1
- package/resources/v1/projects.d.mts +0 -3
- package/resources/v1/projects.d.mts.map +1 -1
- package/resources/v1/projects.d.ts +0 -3
- package/resources/v1/projects.d.ts.map +1 -1
- package/resources/v1/projects.js.map +1 -1
- package/resources/v1/projects.mjs.map +1 -1
- package/resources/v1/{analytics/revenue.d.mts → revenue/attribution.d.mts} +21 -19
- package/resources/v1/revenue/attribution.d.mts.map +1 -0
- package/resources/v1/{analytics/revenue.d.ts → revenue/attribution.d.ts} +21 -19
- package/resources/v1/revenue/attribution.d.ts.map +1 -0
- package/resources/v1/revenue/attribution.js +41 -0
- package/resources/v1/revenue/attribution.js.map +1 -0
- package/resources/v1/revenue/attribution.mjs +37 -0
- package/resources/v1/revenue/attribution.mjs.map +1 -0
- package/resources/v1/revenue/conversion.d.mts +34 -0
- package/resources/v1/revenue/conversion.d.mts.map +1 -0
- package/resources/v1/revenue/conversion.d.ts +34 -0
- package/resources/v1/revenue/conversion.d.ts.map +1 -0
- package/resources/v1/revenue/conversion.js +25 -0
- package/resources/v1/revenue/conversion.js.map +1 -0
- package/resources/v1/revenue/conversion.mjs +21 -0
- package/resources/v1/revenue/conversion.mjs.map +1 -0
- package/resources/v1/revenue/customers.d.mts +61 -0
- package/resources/v1/revenue/customers.d.mts.map +1 -0
- package/resources/v1/revenue/customers.d.ts +61 -0
- package/resources/v1/revenue/customers.d.ts.map +1 -0
- package/resources/v1/revenue/customers.js +40 -0
- package/resources/v1/revenue/customers.js.map +1 -0
- package/resources/v1/revenue/customers.mjs +36 -0
- package/resources/v1/revenue/customers.mjs.map +1 -0
- package/resources/v1/revenue/index.d.mts +5 -0
- package/resources/v1/revenue/index.d.mts.map +1 -0
- package/resources/v1/revenue/index.d.ts +5 -0
- package/resources/v1/revenue/index.d.ts.map +1 -0
- package/resources/v1/revenue/index.js +13 -0
- package/resources/v1/revenue/index.js.map +1 -0
- package/resources/v1/revenue/index.mjs +6 -0
- package/resources/v1/revenue/index.mjs.map +1 -0
- package/resources/v1/revenue/revenue.d.mts +252 -0
- package/resources/v1/revenue/revenue.d.mts.map +1 -0
- package/resources/v1/revenue/revenue.d.ts +252 -0
- package/resources/v1/revenue/revenue.d.ts.map +1 -0
- package/resources/v1/revenue/revenue.js +53 -0
- package/resources/v1/revenue/revenue.js.map +1 -0
- package/resources/v1/revenue/revenue.mjs +48 -0
- package/resources/v1/revenue/revenue.mjs.map +1 -0
- package/resources/v1/revenue.d.mts +2 -0
- package/resources/v1/revenue.d.mts.map +1 -0
- package/resources/v1/revenue.d.ts +2 -0
- package/resources/v1/revenue.d.ts.map +1 -0
- package/resources/v1/revenue.js +6 -0
- package/resources/v1/revenue.js.map +1 -0
- package/resources/v1/revenue.mjs +3 -0
- package/resources/v1/revenue.mjs.map +1 -0
- package/resources/v1/v1.d.mts +8 -8
- package/resources/v1/v1.d.mts.map +1 -1
- package/resources/v1/v1.d.ts +8 -8
- package/resources/v1/v1.d.ts.map +1 -1
- package/resources/v1/v1.js +4 -4
- package/resources/v1/v1.js.map +1 -1
- package/resources/v1/v1.mjs +4 -4
- package/resources/v1/v1.mjs.map +1 -1
- package/src/resources/v1/analytics/analytics.ts +56 -175
- package/src/resources/v1/analytics/index.ts +0 -6
- package/src/resources/v1/index.ts +21 -18
- package/src/resources/v1/payment-providers.ts +58 -0
- package/src/resources/v1/projects.ts +0 -5
- package/src/resources/v1/{analytics/revenue.ts → revenue/attribution.ts} +29 -24
- package/src/resources/v1/revenue/conversion.ts +44 -0
- package/src/resources/v1/revenue/customers.ts +77 -0
- package/src/resources/v1/revenue/index.ts +23 -0
- package/src/resources/v1/revenue/revenue.ts +382 -0
- package/src/resources/v1/revenue.ts +3 -0
- package/src/resources/v1/v1.ts +46 -40
- package/src/version.ts +1 -1
- package/version.d.mts +1 -1
- package/version.d.mts.map +1 -1
- package/version.d.ts +1 -1
- package/version.d.ts.map +1 -1
- package/version.js +1 -1
- package/version.js.map +1 -1
- package/version.mjs +1 -1
- package/version.mjs.map +1 -1
- package/resources/v1/analytics/revenue.d.mts.map +0 -1
- package/resources/v1/analytics/revenue.d.ts.map +0 -1
- package/resources/v1/analytics/revenue.js +0 -39
- package/resources/v1/analytics/revenue.js.map +0 -1
- package/resources/v1/analytics/revenue.mjs +0 -35
- package/resources/v1/analytics/revenue.mjs.map +0 -1
- package/resources/v1/auth.d.mts +0 -141
- package/resources/v1/auth.d.mts.map +0 -1
- package/resources/v1/auth.d.ts +0 -141
- package/resources/v1/auth.d.ts.map +0 -1
- package/resources/v1/auth.js +0 -95
- package/resources/v1/auth.js.map +0 -1
- package/resources/v1/auth.mjs +0 -91
- package/resources/v1/auth.mjs.map +0 -1
- package/src/resources/v1/auth.ts +0 -210
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.10.0 (2025-10-29)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v0.9.0...v0.10.0](https://github.com/ZoriHQ/typescript-api-sdk/compare/v0.9.0...v0.10.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** manual updates ([b901dd4](https://github.com/ZoriHQ/typescript-api-sdk/commit/b901dd4d7db5d0f3db899fefac42da5bd651d739))
|
|
10
|
+
* **revenue:** added provider instructions ([ae1b23a](https://github.com/ZoriHQ/typescript-api-sdk/commit/ae1b23a2675a507b7cc74ebfe200f3320f10de59))
|
|
11
|
+
|
|
12
|
+
## 0.9.0 (2025-10-25)
|
|
13
|
+
|
|
14
|
+
Full Changelog: [v0.8.0...v0.9.0](https://github.com/ZoriHQ/typescript-api-sdk/compare/v0.8.0...v0.9.0)
|
|
15
|
+
|
|
16
|
+
### Features
|
|
17
|
+
|
|
18
|
+
* **api:** added revenue endpoints ([6101116](https://github.com/ZoriHQ/typescript-api-sdk/commit/6101116fc0331dd6d0de8710eec92051d025d93b))
|
|
19
|
+
|
|
3
20
|
## 0.8.0 (2025-10-24)
|
|
4
21
|
|
|
5
22
|
Full Changelog: [v0.7.0...v0.8.0](https://github.com/ZoriHQ/typescript-api-sdk/compare/v0.7.0...v0.8.0)
|
package/README.md
CHANGED
|
@@ -26,12 +26,12 @@ const client = new Zoriapi({
|
|
|
26
26
|
apiKey: process.env['ZORIAPI_API_KEY'], // This is the default and can be omitted
|
|
27
27
|
});
|
|
28
28
|
|
|
29
|
-
const
|
|
30
|
-
|
|
31
|
-
|
|
29
|
+
const dashboardMetricsResponse = await client.v1.analytics.dashboard({
|
|
30
|
+
project_id: 'project_id',
|
|
31
|
+
time_range: 'last_hour',
|
|
32
32
|
});
|
|
33
33
|
|
|
34
|
-
console.log(
|
|
34
|
+
console.log(dashboardMetricsResponse.avg_pages_per_session);
|
|
35
35
|
```
|
|
36
36
|
|
|
37
37
|
### Request & Response types
|
|
@@ -46,8 +46,10 @@ const client = new Zoriapi({
|
|
|
46
46
|
apiKey: process.env['ZORIAPI_API_KEY'], // This is the default and can be omitted
|
|
47
47
|
});
|
|
48
48
|
|
|
49
|
-
const params: Zoriapi.V1.
|
|
50
|
-
const
|
|
49
|
+
const params: Zoriapi.V1.AnalyticsDashboardParams = { project_id: 'project_id', time_range: 'last_hour' };
|
|
50
|
+
const dashboardMetricsResponse: Zoriapi.V1.DashboardMetricsResponse = await client.v1.analytics.dashboard(
|
|
51
|
+
params,
|
|
52
|
+
);
|
|
51
53
|
```
|
|
52
54
|
|
|
53
55
|
Documentation for each method, request param, and response field are available in docstrings and will appear on hover in most modern editors.
|
|
@@ -60,8 +62,8 @@ a subclass of `APIError` will be thrown:
|
|
|
60
62
|
|
|
61
63
|
<!-- prettier-ignore -->
|
|
62
64
|
```ts
|
|
63
|
-
const
|
|
64
|
-
.
|
|
65
|
+
const dashboardMetricsResponse = await client.v1.analytics
|
|
66
|
+
.dashboard({ project_id: 'project_id', time_range: 'last_hour' })
|
|
65
67
|
.catch(async (err) => {
|
|
66
68
|
if (err instanceof Zoriapi.APIError) {
|
|
67
69
|
console.log(err.status); // 400
|
|
@@ -102,7 +104,7 @@ const client = new Zoriapi({
|
|
|
102
104
|
});
|
|
103
105
|
|
|
104
106
|
// Or, configure per-request:
|
|
105
|
-
await client.v1.
|
|
107
|
+
await client.v1.analytics.dashboard({ project_id: 'project_id', time_range: 'last_hour' }, {
|
|
106
108
|
maxRetries: 5,
|
|
107
109
|
});
|
|
108
110
|
```
|
|
@@ -119,7 +121,7 @@ const client = new Zoriapi({
|
|
|
119
121
|
});
|
|
120
122
|
|
|
121
123
|
// Override per-request:
|
|
122
|
-
await client.v1.
|
|
124
|
+
await client.v1.analytics.dashboard({ project_id: 'project_id', time_range: 'last_hour' }, {
|
|
123
125
|
timeout: 5 * 1000,
|
|
124
126
|
});
|
|
125
127
|
```
|
|
@@ -142,17 +144,17 @@ Unlike `.asResponse()` this method consumes the body, returning once it is parse
|
|
|
142
144
|
```ts
|
|
143
145
|
const client = new Zoriapi();
|
|
144
146
|
|
|
145
|
-
const response = await client.v1.
|
|
146
|
-
.
|
|
147
|
+
const response = await client.v1.analytics
|
|
148
|
+
.dashboard({ project_id: 'project_id', time_range: 'last_hour' })
|
|
147
149
|
.asResponse();
|
|
148
150
|
console.log(response.headers.get('X-My-Header'));
|
|
149
151
|
console.log(response.statusText); // access the underlying Response object
|
|
150
152
|
|
|
151
|
-
const { data:
|
|
152
|
-
.
|
|
153
|
+
const { data: dashboardMetricsResponse, response: raw } = await client.v1.analytics
|
|
154
|
+
.dashboard({ project_id: 'project_id', time_range: 'last_hour' })
|
|
153
155
|
.withResponse();
|
|
154
156
|
console.log(raw.headers.get('X-My-Header'));
|
|
155
|
-
console.log(
|
|
157
|
+
console.log(dashboardMetricsResponse.avg_pages_per_session);
|
|
156
158
|
```
|
|
157
159
|
|
|
158
160
|
### Logging
|
|
@@ -232,7 +234,7 @@ parameter. This library doesn't validate at runtime that the request matches the
|
|
|
232
234
|
send will be sent as-is.
|
|
233
235
|
|
|
234
236
|
```ts
|
|
235
|
-
client.v1.
|
|
237
|
+
client.v1.analytics.dashboard({
|
|
236
238
|
// ...
|
|
237
239
|
// @ts-expect-error baz is not yet public
|
|
238
240
|
baz: 'undocumented option',
|
package/package.json
CHANGED
|
@@ -3,8 +3,6 @@ import * as EventsAPI from "./events.mjs";
|
|
|
3
3
|
import { EventFilterOptionsParams, EventRecentParams, Events } from "./events.mjs";
|
|
4
4
|
import * as RetentionAPI from "./retention.mjs";
|
|
5
5
|
import { Retention, RetentionChurnRateParams, RetentionCohortsParams, RetentionReturnRateParams } from "./retention.mjs";
|
|
6
|
-
import * as RevenueAPI from "./revenue.mjs";
|
|
7
|
-
import { Revenue, RevenueByUtmParams, RevenueTimelineParams } from "./revenue.mjs";
|
|
8
6
|
import * as SessionsAPI from "./sessions.mjs";
|
|
9
7
|
import { SessionBounceRateParams, SessionMetricsParams, Sessions } from "./sessions.mjs";
|
|
10
8
|
import * as UsersAPI from "./users.mjs";
|
|
@@ -16,7 +14,6 @@ import { RequestOptions } from "../../../internal/request-options.mjs";
|
|
|
16
14
|
export declare class Analytics extends APIResource {
|
|
17
15
|
visitors: VisitorsAPI.Visitors;
|
|
18
16
|
events: EventsAPI.Events;
|
|
19
|
-
revenue: RevenueAPI.Revenue;
|
|
20
17
|
sessions: SessionsAPI.Sessions;
|
|
21
18
|
users: UsersAPI.Users;
|
|
22
19
|
retention: RetentionAPI.Retention;
|
|
@@ -75,41 +72,16 @@ export interface CountryDataPoint {
|
|
|
75
72
|
}
|
|
76
73
|
export interface DashboardMetricsResponse {
|
|
77
74
|
avg_pages_per_session?: number;
|
|
78
|
-
/**
|
|
79
|
-
* Average revenue for identified visitors only (deprecated)
|
|
80
|
-
*/
|
|
81
|
-
avg_revenue_per_identified_customer?: number;
|
|
82
|
-
/**
|
|
83
|
-
* 3. Average revenue per unique session
|
|
84
|
-
*/
|
|
85
|
-
avg_revenue_per_session?: number;
|
|
86
|
-
/**
|
|
87
|
-
* Average revenue per paying visitor
|
|
88
|
-
*/
|
|
89
|
-
avg_revenue_per_visitor?: number;
|
|
90
75
|
avg_session_duration_seconds?: number;
|
|
91
76
|
/**
|
|
92
77
|
* Engagement metrics
|
|
93
78
|
*/
|
|
94
79
|
bounce_rate?: number;
|
|
95
|
-
/**
|
|
96
|
-
* 4. % of unique visitors who made payment
|
|
97
|
-
*/
|
|
98
|
-
conversion_rate?: number;
|
|
99
|
-
/**
|
|
100
|
-
* Same as ConversionRate (deprecated, use ConversionRate)
|
|
101
|
-
*/
|
|
102
|
-
conversion_to_paying?: number;
|
|
103
|
-
currency?: string;
|
|
104
80
|
/**
|
|
105
81
|
* Active users
|
|
106
82
|
*/
|
|
107
83
|
dau?: number;
|
|
108
84
|
mau?: number;
|
|
109
|
-
/**
|
|
110
|
-
* Additional revenue metrics (kept for compatibility)
|
|
111
|
-
*/
|
|
112
|
-
paying_visitors?: number;
|
|
113
85
|
return_rate?: number;
|
|
114
86
|
/**
|
|
115
87
|
* Sessions
|
|
@@ -119,18 +91,6 @@ export interface DashboardMetricsResponse {
|
|
|
119
91
|
* Total metrics
|
|
120
92
|
*/
|
|
121
93
|
total_events?: number;
|
|
122
|
-
/**
|
|
123
|
-
* Count of successful payments
|
|
124
|
-
*/
|
|
125
|
-
total_payments?: number;
|
|
126
|
-
/**
|
|
127
|
-
* Revenue metrics - 4 key metrics as separate queries
|
|
128
|
-
*/
|
|
129
|
-
total_revenue?: number;
|
|
130
|
-
/**
|
|
131
|
-
* 2. Total revenue for identified customers only
|
|
132
|
-
*/
|
|
133
|
-
total_revenue_identified_customers?: number;
|
|
134
94
|
total_sessions_in_period?: number;
|
|
135
95
|
/**
|
|
136
96
|
* Total unique sessions in period
|
|
@@ -171,32 +131,35 @@ export interface ManualIdentifyResponse {
|
|
|
171
131
|
visitor_id?: string;
|
|
172
132
|
}
|
|
173
133
|
export interface OriginDataPoint {
|
|
174
|
-
/**
|
|
175
|
-
* Average revenue per paying visitor
|
|
176
|
-
*/
|
|
177
|
-
avg_revenue_per_visitor?: number;
|
|
178
|
-
/**
|
|
179
|
-
* paying_visitors / unique_visitors \* 100
|
|
180
|
-
*/
|
|
181
|
-
conversion_rate?: number;
|
|
182
|
-
currency?: string;
|
|
183
134
|
origin?: string;
|
|
184
|
-
paying_visitors?: number;
|
|
185
|
-
payment_count?: number;
|
|
186
135
|
percentage?: number;
|
|
187
|
-
revenue_percentage?: number;
|
|
188
|
-
/**
|
|
189
|
-
* Revenue in smallest currency unit (cents)
|
|
190
|
-
*/
|
|
191
|
-
total_revenue?: number;
|
|
192
136
|
unique_visitors?: number;
|
|
193
137
|
}
|
|
194
138
|
export interface RecentEvent {
|
|
195
139
|
browser_name?: string;
|
|
140
|
+
click_element_category?: string;
|
|
141
|
+
click_element_selector?: string;
|
|
142
|
+
/**
|
|
143
|
+
* Click element details
|
|
144
|
+
*/
|
|
145
|
+
click_element_tag?: string;
|
|
146
|
+
click_element_text?: string;
|
|
147
|
+
/**
|
|
148
|
+
* Click element classification
|
|
149
|
+
*/
|
|
150
|
+
click_element_type?: string;
|
|
151
|
+
click_position_x?: number;
|
|
152
|
+
click_position_y?: number;
|
|
153
|
+
click_screen_height?: number;
|
|
154
|
+
click_screen_width?: number;
|
|
196
155
|
client_timestamp_utc?: string;
|
|
197
156
|
device_type?: string;
|
|
198
157
|
event_name?: string;
|
|
199
158
|
external_id?: string;
|
|
159
|
+
is_cta_click?: boolean;
|
|
160
|
+
is_download_link?: boolean;
|
|
161
|
+
is_external_link?: boolean;
|
|
162
|
+
link_destination?: string;
|
|
200
163
|
location_city?: string;
|
|
201
164
|
location_country_iso?: string;
|
|
202
165
|
location_latitude?: number;
|
|
@@ -220,21 +183,6 @@ export interface ReturnRateResponse {
|
|
|
220
183
|
returning_users?: number;
|
|
221
184
|
total_users?: number;
|
|
222
185
|
}
|
|
223
|
-
export interface RevenueByUtmResponse {
|
|
224
|
-
data?: Array<UtmRevenueDataPoint>;
|
|
225
|
-
}
|
|
226
|
-
export interface RevenueTimelineDataPoint {
|
|
227
|
-
currency?: string;
|
|
228
|
-
payment_count?: number;
|
|
229
|
-
timestamp?: string;
|
|
230
|
-
/**
|
|
231
|
-
* Revenue in smallest currency unit (cents)
|
|
232
|
-
*/
|
|
233
|
-
total_revenue?: number;
|
|
234
|
-
}
|
|
235
|
-
export interface RevenueTimelineResponse {
|
|
236
|
-
data?: Array<RevenueTimelineDataPoint>;
|
|
237
|
-
}
|
|
238
186
|
export interface SessionMetricsResponse {
|
|
239
187
|
average_pages_per_session?: number;
|
|
240
188
|
average_session_duration_seconds?: number;
|
|
@@ -242,7 +190,6 @@ export interface SessionMetricsResponse {
|
|
|
242
190
|
}
|
|
243
191
|
export interface TopVisitor {
|
|
244
192
|
browser_name?: string;
|
|
245
|
-
currency?: string;
|
|
246
193
|
device_type?: string;
|
|
247
194
|
event_count?: number;
|
|
248
195
|
external_id?: string;
|
|
@@ -250,11 +197,6 @@ export interface TopVisitor {
|
|
|
250
197
|
last_seen?: string;
|
|
251
198
|
location_city?: string;
|
|
252
199
|
location_country_iso?: string;
|
|
253
|
-
payment_count?: number;
|
|
254
|
-
/**
|
|
255
|
-
* Total revenue in smallest currency unit (cents)
|
|
256
|
-
*/
|
|
257
|
-
total_revenue?: number;
|
|
258
200
|
user_id?: string;
|
|
259
201
|
visitor_id?: string;
|
|
260
202
|
}
|
|
@@ -270,29 +212,6 @@ export interface UniqueVisitorsDataPoint {
|
|
|
270
212
|
export interface UniqueVisitorsTimelineResponse {
|
|
271
213
|
data?: Array<UniqueVisitorsDataPoint>;
|
|
272
214
|
}
|
|
273
|
-
export interface UtmRevenueDataPoint {
|
|
274
|
-
/**
|
|
275
|
-
* Average revenue per paying visitor
|
|
276
|
-
*/
|
|
277
|
-
avg_revenue_per_visitor?: number;
|
|
278
|
-
/**
|
|
279
|
-
* paying_visitors / unique_visitors \* 100
|
|
280
|
-
*/
|
|
281
|
-
conversion_rate?: number;
|
|
282
|
-
currency?: string;
|
|
283
|
-
paying_visitors?: number;
|
|
284
|
-
payment_count?: number;
|
|
285
|
-
revenue_percentage?: number;
|
|
286
|
-
/**
|
|
287
|
-
* Revenue in smallest currency unit (cents)
|
|
288
|
-
*/
|
|
289
|
-
total_revenue?: number;
|
|
290
|
-
unique_visitors?: number;
|
|
291
|
-
/**
|
|
292
|
-
* The UTM parameter value
|
|
293
|
-
*/
|
|
294
|
-
utm_value?: string;
|
|
295
|
-
}
|
|
296
215
|
export interface VisitorDataPoint {
|
|
297
216
|
desktop?: number;
|
|
298
217
|
mobile?: number;
|
|
@@ -301,28 +220,33 @@ export interface VisitorDataPoint {
|
|
|
301
220
|
}
|
|
302
221
|
export interface VisitorEvent {
|
|
303
222
|
browser_name?: string;
|
|
223
|
+
click_element_category?: string;
|
|
224
|
+
click_element_selector?: string;
|
|
225
|
+
/**
|
|
226
|
+
* Click element details
|
|
227
|
+
*/
|
|
228
|
+
click_element_tag?: string;
|
|
229
|
+
click_element_text?: string;
|
|
230
|
+
/**
|
|
231
|
+
* Click element classification
|
|
232
|
+
*/
|
|
233
|
+
click_element_type?: string;
|
|
234
|
+
click_position_x?: number;
|
|
235
|
+
click_position_y?: number;
|
|
236
|
+
click_screen_height?: number;
|
|
237
|
+
click_screen_width?: number;
|
|
304
238
|
client_timestamp_utc?: string;
|
|
305
239
|
device_type?: string;
|
|
306
240
|
event_name?: string;
|
|
241
|
+
is_cta_click?: boolean;
|
|
242
|
+
is_download_link?: boolean;
|
|
243
|
+
is_external_link?: boolean;
|
|
244
|
+
link_destination?: string;
|
|
307
245
|
page_path?: string;
|
|
308
246
|
page_url?: string;
|
|
309
247
|
referrer_url?: string;
|
|
310
248
|
}
|
|
311
|
-
export interface VisitorPayment {
|
|
312
|
-
amount?: number;
|
|
313
|
-
currency?: string;
|
|
314
|
-
payment_id?: string;
|
|
315
|
-
payment_timestamp?: string;
|
|
316
|
-
product_name?: string;
|
|
317
|
-
provider_type?: string;
|
|
318
|
-
status?: string;
|
|
319
|
-
}
|
|
320
249
|
export interface VisitorProfileResponse {
|
|
321
|
-
/**
|
|
322
|
-
* Average payment amount
|
|
323
|
-
*/
|
|
324
|
-
avg_order_value?: number;
|
|
325
|
-
currency?: string;
|
|
326
250
|
custom_traits?: {
|
|
327
251
|
[key: string]: unknown;
|
|
328
252
|
};
|
|
@@ -331,25 +255,17 @@ export interface VisitorProfileResponse {
|
|
|
331
255
|
events_over_time?: Array<EventsOverTimeDataPoint>;
|
|
332
256
|
external_id?: string;
|
|
333
257
|
first_identified_at?: string;
|
|
334
|
-
first_payment_date?: string;
|
|
335
258
|
first_referrer_url?: string;
|
|
336
259
|
first_seen?: string;
|
|
337
260
|
first_traffic_origin?: string;
|
|
338
261
|
is_identified?: boolean;
|
|
339
262
|
last_identified_at?: string;
|
|
340
|
-
last_payment_date?: string;
|
|
341
263
|
last_seen?: string;
|
|
342
264
|
location_city?: string;
|
|
343
265
|
location_country_iso?: string;
|
|
344
266
|
name?: string;
|
|
345
|
-
payment_count?: number;
|
|
346
|
-
payments?: Array<VisitorPayment>;
|
|
347
267
|
phone?: string;
|
|
348
268
|
total_events?: number;
|
|
349
|
-
/**
|
|
350
|
-
* Revenue fields
|
|
351
|
-
*/
|
|
352
|
-
total_revenue?: number;
|
|
353
269
|
user_id?: string;
|
|
354
270
|
visitor_id?: string;
|
|
355
271
|
}
|
|
@@ -373,10 +289,9 @@ export interface AnalyticsDashboardParams {
|
|
|
373
289
|
time_range: 'last_hour' | 'today' | 'last_7_days' | 'last_30_days' | 'last_90_days';
|
|
374
290
|
}
|
|
375
291
|
export declare namespace Analytics {
|
|
376
|
-
export { type ActiveUsersResponse as ActiveUsersResponse, type BounceRateByPageMetric as BounceRateByPageMetric, type BounceRateResponse as BounceRateResponse, type ChurnRateResponse as ChurnRateResponse, type CohortAnalysisResponse as CohortAnalysisResponse, type CohortData as CohortData, type CountryDataPoint as CountryDataPoint, type DashboardMetricsResponse as DashboardMetricsResponse, type EventFilterOptionsResponse as EventFilterOptionsResponse, type EventsOverTimeDataPoint as EventsOverTimeDataPoint, type ManualIdentifyRequest as ManualIdentifyRequest, type ManualIdentifyResponse as ManualIdentifyResponse, type OriginDataPoint as OriginDataPoint, type RecentEvent as RecentEvent, type RecentEventsResponse as RecentEventsResponse, type ReturnRateResponse as ReturnRateResponse, type
|
|
292
|
+
export { type ActiveUsersResponse as ActiveUsersResponse, type BounceRateByPageMetric as BounceRateByPageMetric, type BounceRateResponse as BounceRateResponse, type ChurnRateResponse as ChurnRateResponse, type CohortAnalysisResponse as CohortAnalysisResponse, type CohortData as CohortData, type CountryDataPoint as CountryDataPoint, type DashboardMetricsResponse as DashboardMetricsResponse, type EventFilterOptionsResponse as EventFilterOptionsResponse, type EventsOverTimeDataPoint as EventsOverTimeDataPoint, type ManualIdentifyRequest as ManualIdentifyRequest, type ManualIdentifyResponse as ManualIdentifyResponse, type OriginDataPoint as OriginDataPoint, type RecentEvent as RecentEvent, type RecentEventsResponse as RecentEventsResponse, type ReturnRateResponse as ReturnRateResponse, type SessionMetricsResponse as SessionMetricsResponse, type TopVisitor as TopVisitor, type TopVisitorsResponse as TopVisitorsResponse, type UniqueVisitorsDataPoint as UniqueVisitorsDataPoint, type UniqueVisitorsTimelineResponse as UniqueVisitorsTimelineResponse, type VisitorDataPoint as VisitorDataPoint, type VisitorEvent as VisitorEvent, type VisitorProfileResponse as VisitorProfileResponse, type VisitorsByCountryResponse as VisitorsByCountryResponse, type VisitorsByDeviceResponse as VisitorsByDeviceResponse, type VisitorsByOriginResponse as VisitorsByOriginResponse, type AnalyticsDashboardParams as AnalyticsDashboardParams, };
|
|
377
293
|
export { Visitors as Visitors, type VisitorByCountryParams as VisitorByCountryParams, type VisitorByDeviceParams as VisitorByDeviceParams, type VisitorByOriginParams as VisitorByOriginParams, type VisitorIdentifyParams as VisitorIdentifyParams, type VisitorProfileParams as VisitorProfileParams, type VisitorTimelineParams as VisitorTimelineParams, type VisitorTopParams as VisitorTopParams, };
|
|
378
294
|
export { Events as Events, type EventFilterOptionsParams as EventFilterOptionsParams, type EventRecentParams as EventRecentParams, };
|
|
379
|
-
export { Revenue as Revenue, type RevenueByUtmParams as RevenueByUtmParams, type RevenueTimelineParams as RevenueTimelineParams, };
|
|
380
295
|
export { Sessions as Sessions, type SessionBounceRateParams as SessionBounceRateParams, type SessionMetricsParams as SessionMetricsParams, };
|
|
381
296
|
export { Users as Users, type UserActiveParams as UserActiveParams };
|
|
382
297
|
export { Retention as Retention, type RetentionChurnRateParams as RetentionChurnRateParams, type RetentionCohortsParams as RetentionCohortsParams, type RetentionReturnRateParams as RetentionReturnRateParams, };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"analytics.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/analytics/analytics.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,SAAS;OACd,EAAE,wBAAwB,EAAE,iBAAiB,EAAE,MAAM,EAAE;OACvD,KAAK,YAAY;OACjB,EACL,SAAS,EACT,wBAAwB,EACxB,sBAAsB,EACtB,yBAAyB,EAC1B;OACM,KAAK,
|
|
1
|
+
{"version":3,"file":"analytics.d.mts","sourceRoot":"","sources":["../../../src/resources/v1/analytics/analytics.ts"],"names":[],"mappings":"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"}
|