Through the Sinefa App you are able to create reports with set time ranges (i.e. last 60 minutes, 3 hours, 6 hours, etc.) but through Data Explorer you are able to go into that a bit further and set date and time ranges that you want to export through TSV or CSV.
- Go into Data Explorer and set the data queries to your choosing and leave the time period as is
- Select Generate
- Under Query you will have an API call that has been generated, locate &period=TIMERANGEHERE and replace with the following
&start_timestamp=1365487800000&end_timestamp=1365491400000
Note: The time stamp numeric values are converted to epoch timestamp in milliseconds. To do this, you can use the following converter here. - Once you have converted the date and time to epoch timestamp in milliseconds, replace the start and end timestamp epoch timestamp values in the query above and run.
You should now have a CSV/TSV file with the results you requested.
See Also
API Overview
Reporting (v2)
Reporting: Quality
Events: Active
Comments
0 comments
Article is closed for comments.