You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/50_api/20_export-data-points.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,27 +17,6 @@ With this API you can export raw data points (without sampling). Data points are
17
17
18
18
When using the API, it's recommended [to generate the export URL](/api/helpers#generate-export-url) via [the export your data interface](/export-data). It has a simple UI where fields can be selected without any coding or technical knowledge.
19
19
20
-
## Hourly data export
21
-
22
-
You can now export data for specific hours of a day. This allows for more granular data analysis when you need to understand traffic patterns within a single day.
23
-
24
-
To export hourly data, append the hour to your date in the format `YYYY-MM-DDTHH` where `HH` is the hour in 24-hour format (00-23).
25
-
26
-
**Important constraints for hourly exports:**
27
-
28
-
- Both `start` and `end` parameters must include the hour
29
-
- The start and end dates must be the same (you can only export hourly data for a single day at a time)
[See live example](https://simpleanalytics.com/simpleanalytics.com.json?version={{ site.api_version }}&start=yesterday&end=today&timezone=Europe/Amsterdam&events=visit_pricing) of output.
180
159
160
+
## Hourly data export
161
+
162
+
You can now export data for specific hours of a day. This allows for more granular data analysis when you need to understand traffic patterns within a single day.
163
+
164
+
To export hourly data, append the hour to your date in the format `YYYY-MM-DDTHH` where `HH` is the hour in 24-hour format (00-23).
165
+
166
+
**Important constraints for hourly exports:**
167
+
168
+
- Both `start` and `end` parameters must include the hour
169
+
- The start and end dates must be the same (you can only export hourly data for a single day at a time)
For us it does not matter how much data you export. We stream the data directly out of our database to your server or computer. No heavy load required.
0 commit comments