The issue is:
- When API is queried for aggregated data, sum of a numerical column (impressions, clicks, cost etc) is X
- When API is queried for data with multiple breakdowns (ad, adset, campaign and more), the resultant sum is X +/- n
The reason for the discrepancy of n is unknown but is suspected/theorized to be:
- An element from breakdown (ad, adset or campaign) was deleted hence during breakdown that data is not available, but when the data is queried as aggregate that data is present and thus the difference.
Any comments?
Normally the difference is in the range of +/-10 so something else might be in play here as well.