Hi everyone.
I have account and an access to several accounts. When I use List Apps endpoint I get apps only from one account.
Is it possible to get all applications list from api.
Post
Replies
Boosts
Views
Activity
Hi everyone!
Our customer reported us about discrepancy between data from API and Apple search platform data.
Here is csv file with platform data
We make the following requests:
POST https://api.searchads.apple.com/api/v4/reports/campaigns/909902546/ads
with the following body:
{"startTime":"2021-10-01","endTime":"2022-01-31","selector":{"orderBy":[{"field":"adGroupId","sortOrder":"ASCENDING"}],"pagination":{"offset":0,"limit":1000}},"timeZone":"UTC","returnRowTotals":true,"returnRecordsWithNoMetrics":false}
However we get empty result.
If we change parameter value "returnRecordsWithNoMetrics" to true, we will get zero values but platform shows another values .
How could we fix this discrepancy?