Die Transaktions API wird zum Aufruf der Transaktionen genutzt. Hierfür muss folgender Parameter an den API-Aufruf angehangen werdenThe transaction API is used to call the transactions. To do this, the following parameter must be appended to the API call:
API | Parameterparameter |
---|---|
Transaktionentransactions | get-statistic_transactions |
BeispielExample: https://www.domain.de/api//ACCESS-TOKEN/publisher/ID/get-statistic_transactions.csv
Für die Transaktions API gibt es zusätzliche Parameter, die abgefragt werden können. Nachfolgend eine Aufstellung aller Parameter:
...
For the transaction API there are additional parameters that can be queried. Below is a list of all parameters:
Transaction API filters
Parameter | Wert | Beschreibung | Beispiel | |
---|---|---|---|---|
condition[l:advertiser] | Zahlenwert, entsprechend der Advertiser-ID | Alle Transaktionen, welche dem entsprechenden Advertiser zugeordnet sindID of the advertiser as integer. | All transactions that are stored under the given advertiser ID within the program. | condition[l:advertiser]=1 |
condition[l:projects] | Zahlenwert, entsprechend des Projekts | Alle Transaktionen, welche unter der entsprechenden Projekt-ID des Programms hinterlegt sindID of the project as integer. | All transactions that are stored under the given project ID within the program. | condition[l:projects]=1234 |
condition[l:campaigns] | Zahlenwert, entsprechend der Kampagne | Alle Transaktionen, welche unter der entsprechenden Kampagne des Programms hinterlegt sindID of the campaign as integer. | All transactions that are stored under the given campaign ID within the program. | condition[l:campaigns]=1 |
condition[timetype] | 0 = Erstellungsdatum1 = Bearbeitungsdatumcreation date1 = processing date 2 = AuszahlungsdatumAlle Transaktionen, welche in einem bestimmten Zeitraum erstellt/ generiert/ bearbeitet worden sindpayout date | All transactions that have been created/processed/payed out in a certain period. | condition[timetype]=1 |
...
Definition der Felder in der Transaktions-API
...