Hello,

I'm really disappointed. Around a week I'm fighting to get correct 
information regarding accounts under specific MCC using new API.
Could someone explain what is the status of new API, is it still BETA or 
it's RELEASE already?
When I'm using old API ManagedCustomerService with selector
{'fields': ['CustomerId', 'Name', 'CanManageClients'],
 'predicates': [{
 'field': 'ExcludeHiddenAccounts',
 'operator': 'EQUALS',
 'values': 'FALSE'
 }, {
 'field': 'CanManageClients',
 'operator': 'EQUALS',
 'values': 'FALSE'
 }]}
I receive *230* accounts.
When I'm using GoogleAdsService with query (can't exclude sub-managers, but 
in my case the number of sub MCCs  is 4)
SELECT
    customer_client_link.client_customer,
    customer_client_link.resource_name,
    customer_client_link.hidden
FROM
     customer_client_link
I receive *402* accounts, but with query 
 SELECT
    customer_client.resource_name,
    customer_client.client_customer,
    customer_client.level,
    customer_client.hidden
FROM
    customer_clien
I receive *428* accounts
Could you explain the difference between APIs? How to get correct number of 
accounts in new API? How to receive accounts except sub-managers in new API?
We have very big system which use old google API, we started migration in 
order to finish it before Q1 next year (as I understand it's a deprecation 
date for old API), but we can't continue migration process with such large 
differences.
We should ensure that old API and new API provide same numbers in each case 
including metrics and segments.
Thanks
 





-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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+unsubscr...@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/508c3e03-3f73-4823-ab43-0e63c382fd1f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Ads API... vadim
    • RE... googleadsapi-forumadvisor via AdWords API and Google Ads API Forum

Reply via email to