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.
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