Hi Vladimir,

So I can look closer into the issue you are encountering, could you provide
the complete SOAP request and response XML logs? You may reply to me via
the *Reply privately to author* option.

Thanks and regards,
Peter
AdWords API Team

On 02/25/19 17:32:59 [email protected] wrote:

Hello,

for some reason I can't get multiple customers.

I got access token for particular account, that has access to 5 customers.
Then I am trying to get customers

PAGE_SIZE = 5


client = self.api_client
srv = client.GetService('ManagedCustomerService', version='v201809')


selector = {
    'fields': ['CustomerId', 'Name'],
    'paging': {
        'startIndex': '0',
        'numberResults': str(PAGE_SIZE)
    }
}


res = srv.get(selector)

res - contains only 1 customer, but should contain 5.

What I am doing wrong?

Thanks, Vladimir

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/536f5dab-a10c-4b0b-9af8-62521d5dcbf2%40googlegroups.com
<https://groups.google.com/d/msgid/adwords-api/536f5dab-a10c-4b0b-9af8-62521d5dcbf2%40googlegroups.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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
--- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4g2oguu3e00000008j5oj6001hoh2mz68mjicpn6so30c1g68qjac9h%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • Managed... vladigris
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to