4 messages in com.googlegroups.adwords-apiRe: Including Zero Impression Keyword...| From | Sent On | Attachments |
|---|---|---|
| Albert | 27 Mar 2008 05:24 | |
| AdWords API Advisor | 27 Mar 2008 14:20 | |
| Albert | 29 Mar 2008 03:20 | |
| AdWords API Advisor | 31 Mar 2008 09:07 |
| Subject: | Re: Including Zero Impression Keywords will make your report too large to run![]() |
|---|---|
| From: | AdWords API Advisor (adwo...@google.com) |
| Date: | 03/27/2008 02:20:36 PM |
| List: | com.googlegroups.adwords-api |
Hello Albert,
You're not running into generic logic here, which is to say that your report is not being rejected due to some heuristic that sees includeZeroImpression, sees a date range of 8 years(!) and then automatically errors out. I was, for example, able to successfully run a cross-client report with the same basic options you used (for all campaigns, not just one specific id). Of course, I have significantly less than 8 years worth of data in my accounts, so specifying a startDay of 2000-01-01 probably didn't have the same effect for me.
I do think is that the report server looks at your particular account and makes the decision that it can't handle producing a zero impression report with those options. I'm assuming that you're able to get the report to run successfully when you, for instance, narrow the date range?
Cheers, -Jeff Posnick, AdWords API Team
On Mar 27, 8:25 am, Albert <albe...@gmail.com> wrote:
Hi,
The trace below shows a performance report example (V11).
The request in brief is:
start date: 2000-01-01 end date: 2008-03-27 one campaign id specified cross client: true include zero impression: true report type: keyword aggregation: summary
The response returns an error: "Including Zero Impression Keywords will make your report too large to run".
The point is, the campaign is <b>really small</b> (several adgroups and about 30 keywords total).
What is the reason for the reports failure? (It's supposed to be really small) Is it the cross client+zero impression combination (although just 1 campaign specified)? Or is it some default check for large date range+zero impression?
Thanks in advance, Albert
========================================
-----SoapRequest at 27/03/2008 07:50:06 <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header><applicationToken xmlns="https://adwords.google.com/api/ adwords/v11">***</applicationToken><clientEmail xmlns="https:// adwords.google.com/api/adwords/v11" /><developerToken xmlns="https:// adwords.google.com/api/adwords/v11">***</developerToken><email xmlns="https://adwords.google.com/api/adwords/v11">***</ email><password xmlns="https://adwords.google.com/api/adwords/ v11">***</password><useragent xmlns="https://adwords.google.com/api/ adwords/v11">***</useragent> </soap:Header>
<soap:Body><scheduleReportJob xmlns="https://adwords.google.com/api/ adwords/v11"><job xsi:type="DefinedReportJob"><crossClient>true</ crossClient><endDay>2008-03-27</endDay><startDay>2000-01-01</ startDay><aggregationTypes>Summary</ aggregationTypes><campaigns>18437348</ campaigns><includeZeroImpression>true</ includeZeroImpression><selectedColumns>CampaignId</ selectedColumns><selectedColumns>Campaign</ selectedColumns><selectedColumns>AdWordsType</ selectedColumns><selectedColumns>CampaignStatus</ selectedColumns><selectedColumns>DailyBudget</ selectedColumns><selectedColumns>AdGroupId</ selectedColumns><selectedColumns>AdGroup</ selectedColumns><selectedColumns>AdGroupStatus</ selectedColumns><selectedColumns>MaxContentCPC</ selectedColumns><selectedColumns>MaximumCPM</ selectedColumns><selectedColumns>KeywordId</ selectedColumns><selectedColumns>Keyword</ selectedColumns><selectedColumns>KeywordStatus</ selectedColumns><selectedColumns>KeywordTypeDisplay</ selectedColumns><selectedColumns>KeywordMinCPC</ selectedColumns><selectedColumns>MaximumCPC</ selectedColumns><selectedColumns>BottomPosition</ selectedColumns><selectedColumns>TopPosition</ selectedColumns><selectedColumns>KeywordDestUrlDisplay</ selectedColumns><selectedColumns>Impressions</ selectedColumns><selectedColumns>Clicks</ selectedColumns><selectedColumns>CTR</ selectedColumns><selectedColumns>CPC</ selectedColumns><selectedColumns>Cost</ selectedColumns><selectedColumns>AveragePosition</ selectedColumns><selectedColumns>Conversions</ selectedColumns><selectedColumns>ConversionRate</ selectedColumns><selectedColumns>CostPerConverstion</ selectedColumns><selectedColumns>Transactions</ selectedColumns><selectedColumns>CostPerTransaction</ selectedColumns><selectedColumns>AverageConversionValue</ selectedColumns><selectedColumns>ValuePerCost</ selectedColumns><selectedColumns>TotalConversionValue</ selectedColumns><selectedReportType>Keyword</selectedReportType></ job></scheduleReportJob></soap:Body></soap:Envelope> -----SoapResponse at 27/03/2008 07:50:07 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <responseTime soapenv:actor="http://schemas.xmlsoap.org/soap/actor/ next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ adwords/v11">1047</responseTime> <operations soapenv:actor="http://schemas.xmlsoap.org/soap/actor/ next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ adwords/v11">1</operations> <units soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ adwords/v11">1000</units> <requestId soapenv:actor="http://schemas.xmlsoap.org/soap/actor/ next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ adwords/v11">9b2d87013004a8872a9a51a4afba2c12</requestId> </soapenv:Header> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server.userException</faultcode>
<faultstring>Including Zero Impression Keywords will make your report too large to run. To include this data, please narrow the scope of other report settings in this request (such as your View, Date Range, or Campaign/Ad Group selections).</faultstring>
<detail> <ns1:fault xmlns:ns1="https://adwords.google.com/api/adwords/ v11"> <ns1:code>112</ns1:code>
<ns1:message>Including Zero Impression Keywords will make your report too large to run. To include this data, please narrow the scope of other report settings in this request (such as your View, Date Range, or Campaign/Ad Group selections).</ns1:message>
</ns1:fault>
</detail>
</soapenv:Fault> </soapenv:Body>




