ManagedCustomerService - can get only 1 customer instead of multiple

16 views
Skip to first unread message

vlad...@gmail.com

unread,
Feb 25, 2019, 5:23:59 PM2/25/19
to AdWords API and Google Ads API Forum
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

googleadsapi...@google.com

unread,
Feb 25, 2019, 10:42:43 PM2/25/19
to adwor...@googlegroups.com
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

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscribe@googlegroups.com
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 adwords-api+unsubscribe@googlegroups.com.
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.
Reply all
Reply to author
Forward
0 new messages