Conversion value is 0 in report api but, 1 in dashboard. why different?

29 views
Skip to first unread message

poglot

unread,
Jan 30, 2018, 5:04:03 PM1/30/18
to AdWords API Forum

Could I receive report different from dashboard?


- I checked Campaign status is enabled.

- I'm using Adwords api v201705 for .net

It's my report setting.
------------------------------------------
new ReportDefinition
{
    reportName = "REPORT_NAME",
    reportType = ReportDefinitionReportType.AD_PERFORMANCE_REPORT,
    downloadFormat = DownloadFormat.GZIPPED_CSV,
    dateRangeType = ReportDefinitionDateRangeType.CUSTOM_DATE,
    selector = new Selector
    {
        dateRange = new DateRange
        {
            min = "2018-01-26",
            max = "2018-01-26"
        },
        predicates = new List<Predicate>
        {
            Predicate.GreaterThan("ConversionValue", "0"),
        }.ToArray(),
        fields = conversionReportFields.ToArray()
    }
};
------------------------------------------

Vincent Racaza (AdWords API Team)

unread,
Jan 30, 2018, 11:19:28 PM1/30/18
to AdWords API Forum
Hi,

AdWords UI and the corresponding API report must have the same statistics at a given time. So I can further check the discrepancy between the AdWords UI and your API report, can you provide your clientCustomerId and your whole report definition? In addition, could you also provide your UI screenshot that shows the Conversion value as 1, but 0 in the API report? Please reply using the Reply privately to author option.

Thanks,
Vincent
AdWords API Team

poglot

unread,
Jan 31, 2018, 3:53:22 AM1/31/18
to AdWords API Forum

[sovled]

It's different between `conversions` and `conversion value`.

What I found is conversions and corresponded with Adwords UI.

Thank you, Vincent.
Reply all
Reply to author
Forward
0 new messages