Hi all, I was under the impression, that if you request an AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT with fields CampaignId, AdGroupId, Domain, Date, AdNetworkType2 that you would get a report with results aggregated to these fields (saying in a different way: with just one record for every combination of those fields). This appears to be true, but recently it went wrong. Using account 264-055-1929, and this request:
<?xml version="1.0"?> <reportDefinition> <selector xmlns="https://adwords.google.com/api/adwords/cm/v201109"> <fields>CampaignId</fields> <fields>AdGroupId</fields> <fields>Domain</fields> <fields>Date</fields> <fields>AdNetworkType2</fields> <fields>Clicks</fields> <fields>Cost</fields> <fields>Impressions</fields> <fields>Conversions</fields> <fields>ConversionsManyPerClick</fields> <fields>ViewThroughConversions</fields> <fields>ConversionValue</fields> <dateRange> <min>20120616</min> <max>20120801</max> </dateRange> </selector> <reportName xmlns=" https://adwords.google.com/api/adwords/cm/v201109">AutomaticPlacementResult_20120616_20120801</reportName> <reportType xmlns=" https://adwords.google.com/api/adwords/cm/v201109">AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT</reportType> <dateRangeType xmlns=" https://adwords.google.com/api/adwords/cm/v201109">CUSTOM_DATE</dateRangeType> <downloadFormat xmlns=" https://adwords.google.com/api/adwords/cm/v201109">GZIPPED_XML</downloadFormat> <includeZeroImpressions xmlns=" https://adwords.google.com/api/adwords/cm/v201109">false</includeZeroImpressions> </reportDefinition> I got 5172 records. In the XML, row 417 reads: <row campaignID='50297647' adGroupID='1913118547' domain='adsenseformobileapps.com' day='2012-07-30' networkWithSearchPartners='Display Network' clicks='1' cost='50000' impressions='1' conv1PerClick='0' convManyPerClick='0' viewThroughConv='0' totalConvValue='0.0'/> Further we find row 494 with: <row campaignID='50297647' adGroupID='1913118547' domain='adsenseformobileapps.com' day='2012-07-30' networkWithSearchPartners='Display Network' clicks='1' cost='50000' impressions='2' conv1PerClick='0' convManyPerClick='0' viewThroughConv='0' totalConvValue='0.0'/> So, we have two records with results of adsenseformobileapps.com on July 30 on the Display Network, in the same group and campaign. The records have a difference in impressions. Is this an error in the report? And how should I deal with this situation? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.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 [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
