Empty linkStatus value in ManagedCustomerLink when calling ManagedCustomerService

2016-03-19 Thread Florio
Hi all, I would like to get the linkStatus of my accounts. I am using the "ManagedCustomerService" and I can get the $graph->entries and $graph->links but if I var_dump($graph->links) I can only see the "managerCustomerId" and "clientCustomerId" values, anything else is empty. What am I doing

Re: Empty linkStatus value in ManagedCustomerLink when calling ManagedCustomerService

2016-03-18 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
Greetings! The linkStatus will probably not be very helpful to you. On the back-end, it's always *ACTIVE*, which is probably why we don't return it anymore. I'll have to ma