I'm getting this error in the CSV file that I download after creating a report definition for managed placements performance:
!!!1|||7100046|||Unexpected exception??? I haven't pulled this data for a couple of days, but when I last pulled it the data was good. Below are the SOAP request and response XML docs from the report definition. Both the Report Definition request and download request return a 200 OK status. thanks, -reed REQUEST: <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:v20="https://adwords.google.com/api/adwords/cm/v201008" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <v20:RequestHeader> <v20:authToken>xx</v20:authToken> <v20:developerToken>xx</v20:developerToken> <v20:userAgent> V201008 Get Managed Placements Performance</v20:userAgent> <v20:clientEmail>xx</v20:clientEmail> </v20:RequestHeader> </ soapenv:Header> <soapenv:Body> <v20:mutate> <v20:operations xsi:type="v20:ReportDefinitionOperation"> <v20:operator>ADD</ v20:operator> <v20:operand> <v20:selector> <v20:fields>KeywordText</ v20:fields> <v20:fields>PlacementUrl</v20:fields> <v20:fields>Date</ v20:fields> <v20:fields>Id</v20:fields> <v20:fields>KeywordMatchType</ v20:fields> <v20:fields>QualityScore</v20:fields> <v20:fields>FirstPageCpc</v20:fields> <v20:fields>PreferredPosition</ v20:fields> <v20:fields>AveragePosition</v20:fields> <v20:fields>Impressions</v20:fields> <v20:fields>Clicks</v20:fields> <v20:fields>Cost</v20:fields> <v20:fields>Ctr</v20:fields> <v20:fields>AverageCpc</v20:fields> <v20:fields>MaxCpc</v20:fields> <v20:fields>Status</v20:fields> <v20:fields>IsNegative</v20:fields> <v20:fields>Conversions</v20:fields> <v20:fields>AdGroupName</ v20:fields> <v20:fields>CampaignName</v20:fields> <v20:fields>AdGroupId</v20:fields> <v20:fields>CampaignId</v20:fields> <v20:fields>DestinationUrl</v20:fields> <v20:dateRange> <v20:min>20101103</v20:min> <v20:max>20101103</v20:max> </ v20:dateRange> </v20:selector> <v20:reportName>Keyword Perf Rpt Without Conversions</v20:reportName> <v20:reportType>MANAGED_PLACEMENTS_PERFORMANCE_REPORT</v20:reportType> <v20:dateRangeType>CUSTOM_DATE</v20:dateRangeType> <v20:downloadFormat>CSV</v20:downloadFormat> </v20:operand> </ v20:operations> </v20:mutate> </soapenv:Body> </soapenv:Envelope> RESPONSE: 200 OK <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/ envelope/"><soap:Header><ResponseHeader xmlns="https:// adwords.google.com/api/adwords/cm/ v201008"><requestId>91a0c9595681606492adb2bf33e6d348</ requestId><operations>1</operations><responseTime>344</ responseTime><units>400</units></ResponseHeader></ soap:Header><soap:Body><mutateResponse xmlns="https:// adwords.google.com/api/adwords/cm/v201008"><rval><id>7699575</ id><selector><fields>KeywordText</fields><fields>PlacementUrl</ fields><fields>Date</fields><fields>Id</ fields><fields>KeywordMatchType</fields><fields>QualityScore</ fields><fields>FirstPageCpc</fields><fields>PreferredPosition</ fields><fields>AveragePosition</fields><fields>Impressions</ fields><fields>Clicks</fields><fields>Cost</fields><fields>Ctr</ fields><fields>AverageCpc</fields><fields>MaxCpc</ fields><fields>Status</fields><fields>IsNegative</ fields><fields>Conversions</fields><fields>AdGroupName</ fields><fields>CampaignName</fields><fields>AdGroupId</ fields><fields>CampaignId</fields><fields>DestinationUrl</ fields><dateRange><min>20101103</min><max>20101103</max></dateRange></ selector><reportName>Keyword Perf Rpt Without Conversions</ reportName><reportType>MANAGED_PLACEMENTS_PERFORMANCE_REPORT</ reportType><hasAttachment>false</ hasAttachment><dateRangeType>CUSTOM_DATE</ dateRangeType><downloadFormat>CSV</ downloadFormat><creationTime>20101104 085315 America/Los_Angeles</ creationTime></rval></mutateResponse></soap:Body></soap:Envelope> -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
