Hi Jeff,

Thanks for the details & clear explanation. I have shared the details
below, please share your thoughts on that. I replaced sensitive
information with "***************".



-----SoapRequest at 1/27/2009 6:05:07 PM-----
POST /api/adwords/v12/ReportService HTTP/1.0
Host: adwords.google.com
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client
Protocol 2.0.50727.1433)
Content-type: text/xml; charset=utf-8
Content-length: 1254
SOAPAction: "validateReportJob"
--------------------------------------------------------
<?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/
v12">***************</applicationToken>
    <clientEmail xmlns="https://adwords.google.com/api/adwords/
v12">***************</clientEmail>
    <developerToken xmlns="https://adwords.google.com/api/adwords/
v12">***************</developerToken>
    <email xmlns="https://adwords.google.com/api/adwords/
v12">***************</email>
    <password xmlns="https://adwords.google.com/api/adwords/
v12">***************</password>
    <useragent xmlns="https://adwords.google.com/api/adwords/
v12">AdWords API DotNet Client Library v2.0.0: </useragent>
  </soap:Header>
  <soap:Body>
    <validateReportJob xmlns="https://adwords.google.com/api/adwords/
v12">
      <job xsi:type="DefinedReportJob">
        <endDay>2009-01-19</endDay>
        <name>Custom Report</name>
        <startDay>2009-01-19</startDay>
        <aggregationTypes>HourlyRegardlessDate</aggregationTypes>
        <selectedColumns>CustomerName</selectedColumns>
        <selectedReportType>Account</selectedReportType>
      </job>
    </validateReportJob>
  </soap:Body>
</soap:Envelope>
--------------------------------------------------------

-----SoapResponse at 1/27/2009 6:05:22 PM-----
Content-type: text/xml; charset=utf-8
Content-length: 1483
SOAPAction: "validateReportJob"
--------------------------------------------------------
<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/v12">8231</responseTime>
    <operations soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
adwords/v12">1</operations>
    <units soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next";
soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
adwords/v12">1</units>
    <requestId soapenv:actor="http://schemas.xmlsoap.org/soap/actor/
next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/
adwords/v12">***************</requestId>
  </soapenv:Header>
  <soapenv:Body>
    <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/
v12">
          <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 Account : [CustomerName]</ns1:trigger>
        </ns1:fault>
      </detail>
    </soapenv:Fault>
  </soapenv:Body>
</soapenv:Envelope>
--------------------------------------------------------


Thanks in Advance,
KVRVR
--~--~---------~--~----~------------~-------~--~----~
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