Die Statistik API wird zum Aufruf der Statistikdaten genutzt. Hierfür muss folgender Parameter an den API-Aufruf angehangen werdenThe Statistics API is used to retrieve statistical data. For this purpose, the following parameter must be appended to the API call:
API | Parameter |
---|---|
StatistikStatistic | get-statistic_{Statistikarttype of statistic} |
BeispielExample: https://www.domain.de/api//ACCESS-TOKEN/admin/ID/get-statistic_daily.csv
Für die Statistik API gibt es die Möglichkeit, die Statistikart zu bestimmen. Dies wird an den API-Aufruf mit angehangen. Welche Arten es gibt, wird in folgender Tabelle zusammengefasst:
...
Statistik - Art
...
Parameter
...
{type of statistic}.csv
There are different types of statistics that can be requested. The available types are summarized in the following table:
Type of statistic | Parameter |
---|---|
Statistics by day | get-statistic_daily |
Statistik nach AdvertiserStatistics by advertiser | get-statistic_advertiser |
Statistik nach KampagnenStatistics by by campaigns | get-statistic_campaign |
Statistik nach WerbemittelStatistics by admedia | get-statistic_media |
Statistik nach Publisher Statistics by publisher | get-statistic_publisher |
Statistic nach ProjectStatistics by project | get-statistic_project |
Statistik nach SubidStatistics by subid | get-statistic_subid |
Statistik nach ReferrerStatistics by referrer | get-statistic_referrer |
Statistik nach ChannelStatistics by channel | get-statistic_channel |
Statistik nach ProvisionsgruppeStatistics by commission group | get-statistic_provisionsgroup |
Statistik nach TriggerStatistics by trigger | get-statistic_trigger |
Statistik nach JourneyStatistics by devicetype | get-statistic_journey |
Statistik nach A/B Test | get-statistic_abtest |
Statistik nach Devicetyp | get-statistic_devicetype |
Statistik nach Devicedevicetype | |
Statistics by device | get-statistic_device |
Statistik nach BrowserStatistics by browser | get-statistic_browser |
Statistik nach BetriebssystemStatistics by OS | get-statistic_os |
Statistik nach Land | get-statistic_geocountry |
Statistik Manuelle Statistik | get-statistic_manualstatistics |
Filterungen
Die API-Schnittstelle bietet mehrere Filtermöglichkeiten, welche hinter der Statistik mit dem “?” - Operator angehangen werden.
...
Parameter
...
Wert
...
Beschreibung
...
Filter
The API offers several filtering options, which are appended to the statistic request using the operation “?”
Parameter | Value | Description | Example | |
---|---|---|---|---|
condition[period][from] | Startdatum | Definierung des Startdatumsstart date | Definition of start date | condition[period][from]=19.12.1909 |
condition[period][to] | Enddatum | Definierung des Enddatumsend date | Definition of end date | condition[period][to]=19.12.1909 |
condition[paymentstatus] | AuszahlungsstatusPayout status all = alleall 0 = nicht ausgezahltnot paid 1 = ausgezahltDefiniert den Status der Auszahlungpaid | Definition of payout status | condition[paymentstatus]=all | |
condition[dynamicdate] |
|
|
| |
| Aktueller Monat | Alle Daten des aktuellen Monatscurrent month | All data of the current month | condition[dynamicdate]=currentmonth |
| Vorheriger Monat | Alle Daten des vorherigen Monatslast month | All data of the last month | condition[dynamicdate]=lastmonth |
| Aktuelle Woche | Alle Daten der aktuellen Wochecurrent week | All data of the current week | condition[dynamicdate]=currentweek |
| Letzten last [Tagedays] Es | kann hier jeder beliebiger Wert für das '[Tage]' eingetragen werden (z. B. 10 für die letzen 10 Tagen)Any value can be entered here for [days], e.g 10 for the last 10 days | condition[dynamicdate]=last10d | |
condition[l:publisher] | Publisher ID | Definiert die Publisher, nach denen gefiltert werden sollpublisher id | Defines the publishers to be filtered by. | condition[l:publisher]=1234,5678 |
condition[project_id] | Projekt ID | Definition der Projekte, nach denen gefiltert werden sollproject id | Defines the projects to be filtered by. | condition[project_id]=12345 |
condition[bruttodata] | True | Definiert, ob die Zahlen als Bruttozahlen heruntergeladen werden sollen. Dies betrifft vor allem die Klicks und Views der Werbemitteltrue | Defines whether the figures should be downloaded as gross figures. This mainly affects the clicks and views. | condition[bruttodaten]=true |
condition[l:mandant] | Mandanten ID | Definiert die Mandanten, nach denen gefiltert werden sollclient id | Defines the clients to be filtered by. | condition[l:mandant]=1 |
condition[l:advertiser] | Advertiser ID | Definiert die Advertiser, nach denen gefiltert werden solladvertiser id | Defines the advertiser to be filtered by. | condition[l:advertiser]=2,3 |
condition[l:campaigns] | Campaign ID | Definiert die Kampagnen, nach denen gefiltert werden sollcampaign id | Defines the campaigns to be filtered by. | condition[l:campaigns]=1,3 |
...
Breakdown by additional criteria (3D
...
statistics)
It is possible to break down the values of the statistic by additional parameters. The available breakdowns can be found in the following table:
Parameter | WertValue | BeschreibungDescription | BeispielExample |
---|---|---|---|
condition[l:criterions] | dayAuflösung nach Tag | breakdown by day | condition[l:criterions]=day |
publisherAuflösung nach Publisher | breakdown by publisher | condition[l:criterions]=publisher | |
mediaAuflösung nach Werbemittel | breakdown by admdia | condition[l:criterions]=media | |
advertiserAuflösung nach Advertiser | breakdown by advertiser | condition[l:criterions]=advertiser | |
campaignAuflösung nach dem Namen der Kampagne | breakdown by campaign | condition[l:criterions]=campaign | |
campaign_idAuflösung nach der ID der Kampagne | breakdown by campaign_id | condition[l:criterions]=campaign_id | |
KOMBINATIONCombination | condition[l:criterions]=day,publisher,media |
...
Adding KPIs
...
in exports
It is possible to request additional parameters as separate columns:
Parameter | WertValue | BeschreibungDescription | BeispielExample |
---|---|---|---|
condition[l:additional_parameters] | allHinzufügen | aller KPIs, die im System zur Verfügung stehenAdding all available KPIs | condition[l:additional_parameters]=all |
...