Hi Danial!

Thaks for your reply.
Maybe it will be helpful for others.

 I've found out the reason of this issue. We used "ClickType" granulation 
in our API calls, and according to Notes column: 
https://developers.google.com/adwords/api/docs/appendix/reports#campaign 
  - "impressions may be double counted and the totals may not be accurate"

So, I excluded ClickType granulation from my report template and all the 
differences disappeared.

On Monday, January 27, 2014 4:20:45 PM UTC+4, Danial Klimkin wrote:
>
> Hello Ilya,
>
>
> I just ran a report for the past 7 days and the numbers matched exactly 
> with the UI. Please confirm you are running the report for exactly the same 
> dates. Note, as LAST_7_DAYS is a sliding range, effective range can change 
> between the API call and UI reload.
>
>
> -Danial, AdWords API Team.
>
> On Friday, January 24, 2014 5:57:47 PM UTC+4, Ilya Chukhlayev wrote:
>>
>> Hi there!
>>
>> I have a problem when I compare results returned 
>> by CAMPAIGN_PERFORMANCE_REPORT with appropriate ones in MCC.
>>
>> For example, 
>> CampaignId: 138307647
>> Date: 2014-01-20 
>> Impressions value from CAMPAIGN_PERFORMANCE_REPORT: *12194*
>> Impressions value from MCC: *10768*
>>
>> If it matters, I use java adwords-axis library version 1.22.1 Here is my 
>> code for report fetching
>>
>> com.google.api.ads.adwords.lib.jaxb.v201309.Selector selector = new 
>> com.google.api.ads.adwords.lib.jaxb.v201309.Selector();
>>         selector.getFields().addAll(Lists.newArrayList("CampaignId",
>>                 "Status",
>>                 "Clicks",
>>                 "Cost",
>>                 "Impressions",
>>                 "Conversions",
>>                 "AdNetworkType1",
>>                 "AdNetworkType2",
>>                 "Device",
>>                 "ClickType",
>>                 "Date"));
>>
>>         ReportDefinition reportDefinition = new ReportDefinition();
>>         reportDefinition.setReportName("Campaign performance report #" + 
>> System.currentTimeMillis());
>>         
>> reportDefinition.setDateRangeType(ReportDefinitionDateRangeType.LAST_7_DAYS);
>>         
>> reportDefinition.setReportType(ReportDefinitionReportType.CAMPAIGN_PERFORMANCE_REPORT);
>>         reportDefinition.setDownloadFormat(DownloadFormat.CSV);
>>         reportDefinition.setSelector(selector);
>>
>>
>> Guys, can you help me with this issue?
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to