Hi Alexis.

All requests to Google Adwords API have unique request id.
You can get it by enabling SOAP messages logging.

  // Log SOAP XML request and response.
  $user->LogDefaults();

If you're using PHP (and google adwords library) you need to add this
string in your code:

in logs/soap_xml.log will appear message looks like:

<?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>
  <soap:Header>
    <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/
v201008">
      <requestId>8af8bbc3ae775c663c2cb6e81e608465</requestId>
      <operations>1</operations>
      <responseTime>535</responseTime>
      <units>1</units>
    </ResponseHeader>
  </soap:Header>
  <soap:Body>
    <getResponse xmlns="https://adwords.google.com/api/adwords/cm/
v201008">
      <rval>
        <totalNumEntries>0</totalNumEntries>
      </rval>
    </getResponse>
  </soap:Body>
</soap:Envelope>

You need to tell this string:
<requestId>8af8bbc3ae775c663c2cb6e81e608465</requestId>

As and idea - try to use Client ID instead of Client e-mail.

Regards,

On 26 апр, 19:27, Alexis ROUSSEAU <arouss...@visiteonline.com> wrote:
> Hi,
>
> What do you mean by request id?
>
> Best.
>
> 2011/4/22 David Torres <davi...@google.com>
>
>
>
> > Hi,
>
> > Do you have a request id for me to check in our side?
>
> > Best,
>
> > -David Torres - AdWords API Team
>
> > --
> > =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> > 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
>
> --
> Cordialement, ROUSSEAU Alexis
> Développeur, Webmaster, Référencement
> 3, boulevard du Palais
> 75004 Paris
> N° Vert : *0 805 965 792*

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