Hi all,
I m using adwords api in c# but when calling report function it returns 
huge numbers like for example millions for averageCpc.
An example of code is this

  definition.reportName = "ADGROUP_PERFORMANCE_REPORT";
  definition.reportType = 
ReportDefinitionReportType.ADGROUP_PERFORMANCE_REPORT;
  Selector selector = new Selector();
            selector.fields = new string[] {"CampaignName", 
"TotalCost","Id", "CostPerConversion",
             "Clicks", "Impressions", 
"Cost","AverageCpc","AveragePosition","Conversions","AdGroupName"};

definition.dateRangeType = ReportDefinitionDateRangeType.LAST_7_DAYS;
definition.selector = selector;
definition.includeZeroImpressions = true;

ReportUtilities utilities = new ReportUtilities(user);
                utilities.ReportVersion = "v201402";
                ClientReport report = utilities.GetClientReport(definition);

And then i get the deflated report as in the examples.
I only used the examples and didn't do anything special, but the results 
are wrong and won't agree with the numbers we get through the normal 
version of adwords.
Is there anything wrong with the code?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to