Hi Support,
We have an API connection in order to get our revenue from Outbrain but we have a gap between data from the API and the user interface.
To get theses data we are looping on publishers with this call : lookups/publishers
So we loop on publishers with this call : reports/outbrain
with my theses parameters :
$params = [
'breakdowns' => 'day,section,platform,widget',
'fromDate' => $date->format('Ymd'),
'toDate' => $date->format('Ymd'),
'currencyCode' => 'EUR',
'entityId' => $publisher['id']
];
On a site for example, we can have a difference of €6K on a month
Have-you an idea of the problem ?
Best regards