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.
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