MyTracker allows you to export raw data, without processing and aggregation, in the form it was received from the SDK or web counter. Use the data as a base for third-party analytics systems, CRM platforms, self-processing, and analysis of user experience.
Monitor the status, copy settings, and download data from the interface without API requests.
You can export the raw data using the Export API. Learn more
Only account owners and users with the granted export permission can export raw data from the account. For details, see User management.
The exports list includes only exports created in the last 30 days. After adding an export, you can track its status:
Find out the specific reason of the error by clicking on the icon next to the status.
If the export is empty you will see the icon next to the status Available until. This means that there is no data for the specified export conditions. Try to create a new or duplicate the current export for a longer period and with fewer filters.
* — required field.
The generated export will be available for download until the date specified in the status Available until.
The API request is available only after you start exporting. Click Show API request on the export view page to see the request code in Python and PHP.
You can copy the code to access the API and automate similar exports. In the provided code, you need to substitute the real API User ID and Secret key, which you can find in your MyTracker profile. For more details, see the Raw data section.
Go to the Postman tab to see the link to the MyTracker Export API collection with request templates.
Use the duplicate function to generate a similar request. For example, if the retention period of the export has expired and the file is no longer available for download, or if an error occurred during the export.
To duplicate the export:
You will get CSV files compressed to gzip.
To download the export:
Large files can be split into multiple pieces, a window will open with links to download each file. The file name will contain the export number and the name of the events for which the data was requested.