Hello Hovanes,

 What you're seeing is an old bug (see
http://groups.google.com/group/adwords-api/browse_thread/thread/db6dbf408597789/d4bf495934b62ec6
for and some other threads for more discussion) triggered by the fact
that you're requesting CPM columns but you don't have any ad groups
with CPM bidding in your account.

 This has long been a source of annoyance for developers, and I do
actually have some good news: I've been told by the Reports
engineering team that an upcoming server-side incremental release to
the AdWords API (i.e. not a new versioned v1x release, but a
transparent change to our servers) should address this behavior. You
should be able to start requesting CPM/CPC columns in your reports and
have the report pass validation regardless of whether you actually
have ad groups with those bidding styles, and the bid type that you
don't have data for will return 0s in the resulting report (as you
would hopefully expect).

 I wasn't planning on posting about that until the change goes live
and I could actually verify for myself that it's working as expected
in Production, and I'll still post once that happens.

Cheers,
-Jeff Posnick, AdWords API Team


On Jan 9, 2:25 pm, "hov...@gmail.com" <hov...@gmail.com> wrote:
> Thanks for the explanation.
>
> I have a follow up question. I have removed the columns that are
> marked with 1 and 2 and tried to generate a report. I am getting a
> different error now:
>
>                 <soapenv:Fault>
>                         <faultcode>soapenv:Server.userException</faultcode>
>                         <faultstring>One or more report job parameters is 
> invalid.</
> faultstring>
>                         <detail>
>                                 <ns1:fault 
> xmlns:ns1="https://adwords.google.com/api/adwords/v13";>
>                                         <ns1:code>30</ns1:code>
>                                         <ns1:message>One or more report job 
> parameters is invalid.
>                                         </ns1:message>
>                                         <ns1:trigger> The following columns 
> are not supported by the
> Report Type Creative : [MaximumCPM, CPM]</ns1:trigger>
>                                 </ns1:fault>
>                         </detail>
>                 </soapenv:Fault>
>
> These fields should be available according to 
> doc:http://code.google.com/intl/en/apis/adwords/docs/developer/adwords_ap...
>
> Thanks again,
>
> PS. Once again, here is the SOAP:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <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>
>                 <ns1:email 
> soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
> next"
>                         soapenv:mustUnderstand="0" 
> xmlns:ns1="https://adwords.google.com/
> api/adwords/v13">******
>                 </ns1:email>
>                 <ns2:password 
> soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
> next"
>                         soapenv:mustUnderstand="0" 
> xmlns:ns2="https://adwords.google.com/
> api/adwords/v13">******
>                 </ns2:password>
>                 <ns3:developerToken 
> soapenv:actor="http://schemas.xmlsoap.org/soap/
> actor/next"
>                         soapenv:mustUnderstand="0" 
> xmlns:ns3="https://adwords.google.com/
> api/adwords/v13">******
>                 </ns3:developerToken>
>                 <ns4:applicationToken 
> soapenv:actor="http://schemas.xmlsoap.org/soap/
> actor/next"
>                         soapenv:mustUnderstand="0" 
> xmlns:ns4="https://adwords.google.com/
> api/adwords/v13">******
>                 </ns4:applicationToken>
>                 <ns5:clientEmail 
> soapenv:actor="http://schemas.xmlsoap.org/soap/
> actor/next"
>                         soapenv:mustUnderstand="0" 
> xmlns:ns5="https://adwords.google.com/
> api/adwords/v13">******
>                 </ns5:clientEmail>
>                 <ns6:useragent 
> soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
> next"
>                         soapenv:mustUnderstand="0" 
> xmlns:ns6="https://adwords.google.com/
> api/adwords/v13">google java lib 0.10 SKI
>                 </ns6:useragent>
>         </soapenv:Header>
>         <soapenv:Body>
>                 <scheduleReportJob 
> xmlns="https://adwords.google.com/api/adwords/
> v13">
>                         <job xsi:type="ns7:DefinedReportJob" 
> xmlns:ns7="https://
> adwords.google.com/api/adwords/v13">
>                                 <ns7:endDay 
> xsi:type="xsd:date">2009-01-05</ns7:endDay>
>                                 <ns7:name xsi:type="xsd:string">Creative 
> Performance Report</
> ns7:name>
>                                 <ns7:startDay 
> xsi:type="xsd:date">2009-01-05</ns7:startDay>
>                                 <ns7:aggregationTypes 
> xsi:type="xsd:string">Daily</
> ns7:aggregationTypes>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">AdGroup</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">AdGroupId</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">AdGroupStatus</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">AdStatus</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">AdWordsType</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">AveragePosition</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">BottomPosition</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">Campaign</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">CampaignId</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">CampaignStatus</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">Clicks</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">Cost</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">CPC</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">CPM</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">CreativeId</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">CTR</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">DailyBudget</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">DestinationURL</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">FirstPageCpc</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">Impressions</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">Keyword</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">KeywordDestUrlDisplay</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">KeywordId</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">KeywordMinCPC</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">KeywordStatus</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">KeywordTypeDisplay</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">MaxContentCPC</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">MaximumCPC</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">MaximumCPM</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">QualityScore</
> ns7:selectedColumns>
>                                 <ns7:selectedColumns 
> xsi:type="xsd:string">TopPosition</
> ns7:selectedColumns>
>                                 <ns7:selectedReportType 
> xsi:type="xsd:string">Creative</
> ns7:selectedReportType>
>                         </job>
>                 </scheduleReportJob>
>         </soapenv:Body>
> </soapenv:Envelope>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to