Adwords API ManagedCustomerService Return Empty Information

20 views
Skip to first unread message

ram...@wirehub.co.id

unread,
Sep 9, 2016, 10:45:50 AM9/9/16
to AdWords API Forum
Hi,

I have issue when pull information about account info. The account is single account and not MCC.
I use ManagedCustomerService to do that, for several accounts I get empty respon from API. I can't get account information about those accounts 

There isn't error message from API, I just get this response :

{:total_num_entries=>0, :page_type=>"ManagedCustomerPage"}


I use Ruby :
API version : v201607
Gem version : 
1. google-adwords-api (0.21.0)
2. google-ads-common (~> 0.12.3)

This is my code:

#############################
api = Adwords::ApiService.client(token, customer_id)
managed_customer_srv = api.service( :ManagedCustomerService, Adwords::ApiService.version)

 selector = {:fields => ['CustomerId', 'CompanyName', 'Name', 'CanManageClients', 'CurrencyCode', 'DateTimeZone', 'TestAccount']}

result = managed_customer_srv.get(selector)
#############################

Shwetha Vastrad (AdWords API Team)

unread,
Sep 9, 2016, 2:49:08 PM9/9/16
to AdWords API Forum
Hi,

Could you provide the complete SOAP XML request and response log for this request along with the email address used to generate OAuth credentials? Could you also provide some account Ids for cases where the request was empty as well as the Ids for which this succeeded? Please use Reply privately to author when responding.

Thanks,
Shwetha, AdWords API Team.
Reply all
Reply to author
Forward
0 new messages