Hi Claudio,

Looking at report definition 64860708, it seems like you are using the 
incorrect ID in your predicate:

  <ns1:predicates 
xmlns:ns1="https://adwords.google.com/api/adwords/cm/v201008"; 
xsi:type="ns1:Predicate">
    <ns1:field>AdGroupId</ns1:field>
    <ns1:operator>IN</ns1:operator>
    <ns1:values>-1592713828</ns1:values>
  </ns1:predicates>

As you can see the ID is a negative number, and doesn't correspond to a real 
ad group.  I can see you are using the PHP client library, perhaps this is 
an overflow issue?  Have you tried casting your IDs to floats?

Best,
- Eric Koleda, 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 [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