Hi,
I am having issues with results being returned from the Google Ads API (I am currently using v10) appearing to change when running queries either for different date ranges and/or running the same query on a different day.
For example, I could run the below query to get data for the 9th & 10th May, but when I run the same query again for the past 60 days, the figures being returned for the 10th May are different to my original results.
SELECT
segments.date,
segments.ad_network_type,
metrics.clicks,
metrics.cost_micros,
metrics.impressions
FROM ad_group
WHERE segments.date BETWEEN '2022-05-09' AND '2022-05-10'
Not only are the two API call results different for the 10th May activity, the total cost in the Google Ads dashboard reports is different to the two API results?
It is not every single day in the date range that is incorrect, there appear to be individual days that seem to be changing in value in both what the API returns as well in the Google Ads dashboard.
I have examples of the above behaviour with the results from the API, screen grabs of the dashboard as well as the log files from the API calls, so any help would be appreciated.
Thanks in advance.
Matt