Discussions
Inconsistent data for report attributedTransactions from retail media
5 months ago by Sheila Turuta
I managed to extract data via API version 2022-10 for report attributedTransactions but it returns more data than the report extracted manually for the same campaign. It is only a few new lines, the rest of the data matches perfectly.
Why there is more data on the API report?
My request:
POST /reports/campaigns
"data": {
"attributes": {
"ids": campaign_ids,
"reportType": "attributedTransactions ",
"format": "json",
"timeZone": "UTC",
"startDate": "2022-12-01",
"endDate": "2022-12-31"
},
"type": "RetailMediaReportRequest"
}