OK I'll ask a different way.
Re the following request:
<?xml version="1.0"?>
<SOAP-ENV:Envelope xmlns:xsi="
http://www.w3.org/2001/XMLSchema-
instance" xmlns:SOAP-ENV="
http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Header>
<RequestHeader xmlns="
https://adwords.google.com/api/adwords/cm/
v201008">
<authToken xmlns="
https://adwords.google.com/api/adwords/cm/
v201008">***</authToken>
<clientEmail xmlns="
https://adwords.google.com/api/adwords/cm/
v201008">***</clientEmail>
<developerToken xmlns="
https://adwords.google.com/api/adwords/cm/
v201008">***</developerToken>
<userAgent xmlns="
https://adwords.google.com/api/adwords/cm/
v201008">***</userAgent>
<validateOnly xmlns="
https://adwords.google.com/api/adwords/cm/
v201008">false</validateOnly>
<partialFailure xmlns="
https://adwords.google.com/api/adwords/cm/
v201008">false</partialFailure>
</RequestHeader>
</SOAP-ENV:Header>
<SOAP-ENV:Body>
<mutate xmlns="
https://adwords.google.com/api/adwords/cm/v201008">
<operations>
<operator>ADD</operator>
<operand>
<selector>
<fields>CampaignName</fields>
<fields>CampaignId</fields>
<fields>AdGroupName</fields>
<fields>AdGroupId</fields>
<fields>Domain</fields>
<fields>AdGroupStatus</fields>
<fields>CampaignStatus</fields>
<fields>Impressions</fields>
<fields>Clicks</fields>
<fields>Ctr</fields>
<fields>AverageCpc</fields>
<fields>Cost</fields>
<fields>ConversionsManyPerClick</fields>
<fields>TotalConvValue</fields>
<fields>CostPerConversionManyPerClick</fields>
<dateRange>
<min>20101026</min>
<max>20101026</max>
</dateRange>
</selector>
<reportName>Automatic placements performance report
2010-10-26 to 2010-10-26</reportName>
<reportType>AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT</
reportType>
<dateRangeType>CUSTOM_DATE</dateRangeType>
<downloadFormat>XML</downloadFormat>
</operand>
</operations>
</mutate>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Should this produce the same data as is visible by browsing to the
adwords web interface, clicking All Online Campaigns, then selecting
26/10/2010-26/10/2010 date range, clicking Networks, and clicking
"show details" beside Automatic placements?
For me it doesn't.. it looks more like the managed placement
performance I get back. Same thing seems to happen if I click Download
Report on the web interface, I get only the managed placement
performance report.
How do I get the automatic placements performance report via the API?