Hello,
I retrieve a set of statistics through CAMPAIGN_PERFORMANCE_REPORT.
Here's what I do via c #:
SELECT CampaignName, CampaignId, Cost, Impressions, Clicks
FROM CAMPAIGN_PERFORMANCE_REPORT WHERE CampaignName = [CampaignName];
I noticed that I had differences between statistics that I retrieve via this query and the classic dashboards that are displayed when we click on the campaign or ad group (AdWords Interface).
I have the problem in the dashboards of the new and old interface of Adwords.
Regarding the API to retrieve my data, I use the latest version of the AdWords API.
Does anyone have an answer to that? In some cases, there are substantial differences.
Thank you in advance for your answer.
Pierre.