Big tech companies promised us all the moon but delivered us a dumpster fire instead. They told us that everyone could have "free" software, then monetized it by abusing our personal data without asking. Google Analytics has their tracking code on 85% of websites on the internet. They don't charge customers for their software because mining our private habits and targeting us with ads is so darn profitable. As citizens of the internet ourselves, we knew the internet deserved better. That's why we invented the world's first simple, privacy-focused analytics software: Core-Tracker.com

Statistiken

Notizen
Experten Level
Der API-Schlüssel sollte im Autorisierungs-Header der Anfrage als Bearer-Token versendet werden. Eigener API-Schlüssel anfordern.
Show

API endpoint:

GET
https://www.core-tracker.com/api/v1/stats/{id}

Request Beispiel:

curl --location --request GET 'https://www.core-tracker.com/api/v1/stats/{id}' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {api_key}'
Parameter
Typ
Beschreibung
from
notwendig string
Startdatum im Y-m-d Format.
to
notwendig string
Endzeitpunkt im Y-m-d Format.
name
notwendig string
Name der Statistik. Mögliche Werte sind: browser, campaign, city, continent, country, device, event, landing_page, language, os, page, pageviews, pageviews_hours, referrer, resolution, visitors, visitors_hours.
search
optional string
Die Suchanfrage.
sort
optional string
Sortieren. Mögliche Werte sind: max für Am meisten Besucht von, min für Am wenigsten Besucht von. Standardmäßig zu: max.
per_page
optional int
Ergebnisse pro Seite. Mögliche Werte sind: 10 zu 100. Standardmäßig zu: 10.