Re: About AdWords API ManagedCustomerService error

2020-11-05 Thread Google Ads API Forum Advisor Prod
Hi Ping, Thank you for reaching out. In the example you provided, if there is no linkage between A and B then both A and B could be linked to C and there won’t be any cycle formed. But still you need to make sure in the whole hierarchy there does not exist any cycle to avoid the error. Thanks

Re: About AdWords API ManagedCustomerService error

2020-11-05 Thread 子田周平
Hello Xiaoming. Thank you for your reply. Please let me check it just in case. For example, there are MCC accounts A and B, regular accounts C, If there are links A → C, B → C, link A → B cannot be created. And you need to delete the link B → C. Is this correct? Best regards BrainPad Inc. Prod

RE: About AdWords API ManagedCustomerService error

2020-11-04 Thread Google Ads API Forum Advisor Prod
Hi Ping, Thank you for reaching out. ManagedCustomerServiceError.CYCLIC_LINK_NOT_ALLOWED indicates that you are attempting to create a cycle in the hierarchy. This action is not allowed as having a linking cycle in the hierarchy might cause concurrency issues. You could understand it as when yo

About AdWords API ManagedCustomerService error

2020-11-03 Thread 子田周平
Hello. I use this AdWords API. https://adwords.google.com/api/adwords/mcm/v201809/ManagedCustomerService But it return ManagedCustomerServiceError.CYCLIC_LINK_NOT_ALLOWED. What kind of settings do I need? On the console, What exactly does `a cycle in the hierarchy` mean? For official documents