top of page
Integrations
Export API
You can access the API over HTTP using a POST request. The query language used is GraphQL which returns JSON formatted data. The API can be found here: https://api.extellio.com/graphql Authentication All requests to the API need to be authenticated. This is done with a key in the “Authorization” header. If you don’t have a key, you need to contact Extellio to obtain one. The header value should be formatted as a bearer token. Authorization: Bearer <key> This is only an
How to export data from Extellio
Learn how to export data for each of the Extellio products. Analytics To export analytics data, hover in the bottom left corner of the chart, and then select the export icon. You will now get some options. Select the best options for you, and export. Before you start exporting your data, remember that the date filter determine which data is downloaded. Select a date range that covers all the data you want to export. You are not able to include any other segments in the expor
Script data API
The script that runs on your website uses all settings you can do in our platform to decide how to behave and what data to collect. If you want to collect data in an environment where its not possible to run our script directly, for example a native mobile app or a desktop application you can use our API to get these settings and use it in your own code. The API endpoint is the same as your script but instead of a ".min.js" ending you use the /data/<key> format. The response
bottom of page