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