Endpoint API:
http://analytics.ottoweb.ro/api/v1/stats/{id}
Exemplu de cerere:
curl --location --request GET 'http://analytics.ottoweb.ro/api/v1/stats/{id}?name={name}&from={from}&to={to}' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {api_key}'
name
browser
, campaign
, city
, continent
, country
, device
, event
, landing_page
, language
, os
, page
, pageviews
, pageviews_hour
, referrer
, resolution
, visitors
, visitors_hour
.from
Y-m-d
.to
Y-m-d
.search
search_by
value
pentru Valoare. Implicit la: url
.sort_by
count
pentru Count, value
pentru Valoare. Implicit la: count
.sort
desc
pentru Descrescător, asc
pentru Crescător. Implicit la: desc
.per_page
10
, 25
, 50
, 100
. Implicit la: 10
.