Statglide Documentation
Endpoint
Make a POST request to https://api.statglide.com
. This endpoint accepts the parameters detailed below and returns a download link for your report.
Authentication
Every request to the Statglide API should be authenticated with your Statglide token. You can find this token in your user settings once you log in.
Include the token in the request body:
Specifying Date Range
Determine the specific time range of the data you want.
Add this to your request body:
Choosing File Format
Determine the desired output format for your report:
Supported formats:
.xlsx
.csv
.pdf
Selecting Integrations and Data Scopes
Specify the integrations and their respective data scopes:
Integrations & Scopes
Google:
ga_numberusers
ga_numbersessions
ga_avgsessionduration
ga_avgpagessession
ga_newreturningusers
ga_bouncerate
ga_organicvpaid
gsc_impressions
gsc_clicks
gsc_ctr
gsc_position
gads_impressions
gads_reach
gads_spend
gads_ctr
gads_clicks
gads_roas
gads_conversions
gads_cpr
gads_cpc
Facebook:
fbads_impressions
fbads_reach
fbads_spend
fbads_ctr
fbads_clicks
fbads_roas
fbads_conversions
fbads_cpr
fbads_cpc
Shopify:
shop_totalsales
shop_numberorders
shop_netsales
shop_aov
shop_cvr
Stripe:
st_balance
st_pending
Example JSON Body
In this JSON snippett we will combine our Statglide token, date range, file format, integrations, and scopes to generate a report. Consider running this with your Statglide token to see a result!
Retrieving Your Report
Upon making a successful POST request, you'll receive a download link containing your data in the selected format.
Congratulations, you've successfully made an API request with Statglide!
Embrace the simplicity of having all your crucial data under one roof. Statglide - where data meets clarity and decisions become easier.