Hi Manuel,

Below is a sample request to the v201008 TES.

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:o="https://adwords.google.com/api/adwords/o/v201008";
xmlns:cm="https://adwords.google.com/api/adwords/cm/v201008";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <soapenv:Header>
      <o:RequestHeader>
         <cm:authToken>...</cm:authToken>
         <cm:clientEmail>...</cm:clientEmail>
         <cm:developerToken>...</cm:developerToken>
         <cm:userAgent>...</cm:userAgent>
      </o:RequestHeader>
   </soapenv:Header>
   <soapenv:Body>
      <o:get>
         <o:selector>
            <o:campaignEstimateRequests>
               <o:adGroupEstimateRequests>
                  <o:keywordEstimateRequests>
                     <o:keyword>
                        <cm:text>digital camera</cm:text>
                        <cm:matchType>EXACT</cm:matchType>
                     </o:keyword>
                  </o:keywordEstimateRequests>
                  <o:maxCpc>
                     <cm:microAmount>1000000</cm:microAmount>
                  </o:maxCpc>
               </o:adGroupEstimateRequests>
               <o:targets xsi:type="cm:CountryTarget">
                  <cm:countryCode>US</cm:countryCode>
               </o:targets>
               <o:targets xsi:type="cm:LanguageTarget">
                  <cm:languageCode>en</cm:languageCode>
               </o:targets>
            </o:campaignEstimateRequests>
         </o:selector>
      </o:get>
   </soapenv:Body>
</soapenv:Envelope>

Brendan,

You are sending a v13 TES request to the v201008 service.  The XML
format changed significantly between versions, so the same XML cannot
be reused.  More information about the new service is available here:

http://adwordsapi.blogspot.com/2010/09/discover-v201008-trafficestimatorservic.html

Best,
- Eric Koleda, AdWords API Team

On Nov 8, 2:48 pm, "[email protected]"
<[email protected]> wrote:
> Add me to the list.
>
> I've been using "estimateKeywordList" and it's giving me an
> exception: Fault occurred while processing.
>
> I'm posting it to this 
> URL:https://adwords-sandbox.google.com/api/adwords/cm/v201008/CampaignSer...
>
> This is the same exact example from googles API website, except that
> I've
> inserted my credentials.
>
> <?xml version="1.0"?>
> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema";
>         xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";
>         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
>   <env:Header>
>     <applicationToken>DQ-XXXX-Q</applicationToken>
>     <password>XXX</password>
>     <email>[email protected]</email>
>     <clientEmail>[email protected]</clientEmail>
>     <useragent>none</useragent>
>     <developerToken>[email protected]++usd</developerToken>
>   </env:Header>
>   <env:Body>
>     <estimateKeywordList>
>       <keywordRequests>
>         <maxCpc>100000</maxCpc>
>         <text>mars cruise</text>
>         <type>Broad</type>
>       </keywordRequests>
>     </estimateKeywordList>
>   </env:Body>
> </env:Envelope>
>
> The error is "Fault occurred while processing"
>
> If I change the password to "BAD PASSWORD" I get the same error, (not
> something to the effect of "invalid credentials") this tells me the
> fault is occuring prior to authentication, if that helps.
>
> No error codes or anything that'd indicate what the problem is. It's
> really
> got me baffled, is there some way I can turn on more details for the
> errors?
>
> On Nov 4, 11:37 am, manuel <[email protected]> wrote:q
>
>
>
>
>
>
>
> > Can someone please post an example of a working xml request to the
> > updated v201008 TrafficEstimatorService?
>
> > Thanks.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Reply via email to