...
For the transaction API there are additional parameters that can be queried. Below is a list of all parameters:
Transaction API filters
Parameterparameter | Wertvalue | Beschreibungdescription | Beispielexample |
---|---|---|---|
condition[l:advertiser] | ID 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] | ID 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] | ID 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 = creation date1 date | All transactions that have been created/processed/payed out in a certain period. | condition[timetype]=1 |
...