googleads / googleads-dotnet-lib

Google Ad Manager SOAP API .NET client library
Apache License 2.0
109 stars 199 forks source link

Google Adwords data freshness/ discrepancy issue #234

Closed SagarMalbari closed 10 months ago

SagarMalbari commented 4 years ago

Hi Team,

We have some accounts under our MCC for which we fetch campaign performance LAST_14_DAYS report, using Google.Api.Ads.AdWords.v201809 API. We have been facing a data discrepancy issue from the past 2 days, which leads to incorrect data in our internal app reports.

Below is the ReportDefinition we are using for fetching the data, ReportDefinition reportDefinition = new ReportDefinition             {                 selector = selector,                 dateRangeType = ReportDefinitionDateRangeType.LAST_14_DAYS,                 downloadFormat = DownloadFormat.XML,                 reportName = "LAST_14_DAYS Performance",                 reportType = ReportDefinitionReportType.CAMPAIGN_PERFORMANCE_REPORT             }; Could you please look into this and let us know the root cause of this issue, so that we can make changes at our side.

Thanks

christopherseeley commented 10 months ago

AdWords API has been turned down and replaced with the Google Ads API. Closing as stale.