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)
#############################

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords 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/780ef061-ea00-4c18-95e9-aadaf9c9f5fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Adwords API Man... ramdan
    • Re: Adword... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum

Reply via email to