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/CampaignService

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>x...@example.com</email>
    <clientEmail>client_1+x...@example.com</clientEmail>
    <useragent>none</useragent>
    <developerToken>xx...@example.com++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 <manuel_pa...@sapo.pt> 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 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