Hello everyone,

I'm new to this forum, but not so new to Adwords. As most of you may know, 
accounts can be cancelled (intentionally or not). Cancelled accounts will 
not count towards the MCC account limit. And according to this reply, 
cancelled accounts will not be brought by a ManagedCustomerService get 
method.

This is all great, however, when I test these statements, the premise 
doesn't seem to hold true. When I query accounts from an MCC, cancelled 
accounts are still being returned. I have tested this with both testing and 
real MCCs.

This is my code:

ManagedCustomerServiceInterface originCustomerService = 
getManagedCustomerService(customerId, refreshToken);

// Create selector builder.
int offset = 0;
SelectorBuilder selectorBuilder = new 
SelectorBuilder().fields(ManagedCustomerField.CustomerId, 
ManagedCustomerField.Name)
   .offset(offset).limit(PAGE_SIZE);

// Get results.
ManagedCustomerPage page;

// Map from customerId to customer node.
Map<Long, ManagedCustomerTreeNode> customerIdToCustomerNode = 
com.google.common.collect.Maps.newHashMap();

// Map from each parent customer ID to its set of linked child customer
// IDs.
SortedSetMultimap<Long, Long> parentIdToChildIds = TreeMultimap.create();

page = adwordsApiCaller.executeCall(() -> originCustomerService.get(
selectorBuilder.build()));

Do I need to wait some time for cancelled accounts to be taken as such by 
the API? Maybe the SelectorBuild is missing something?

Please let me know if you need any further information. Any help provided 
will be deeply appreciated.

All the best,

Alejandro

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/47310a4a-3bff-4189-aecc-427a42426b21%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... Alejandro Bullrich
    • ... 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
      • ... Alejandro Bullrich
      • ... Alejandro Bullrich
        • ... 'Peter Oliquino (AdWords API Team)' via AdWords API and Google Ads API Forum
        • ... Alperen Belgic
          • ... 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
            • ... Alperen Belgic

Reply via email to