We've been using v201605 for ad management tool and now updating it to v201609.
We have many clients, so need to change accounts dynamically for iterative tasks.
AdwordsUser class supports this function in v201605.
<auth.ini>
---------------------------------------------------------------------------------------------------------------
clientCustomerId = "INSERT_CLIENT_CUSTOMER_ID_HERE"
; Uncomment clientCustomerId to make requests against a single AdWords account,
; such as when you run the examples.
; If you don't set it here, you can set the client customer ID dynamically:
; $user = new AdWordsUser();
; $user->SetClientCustomerId(...);
---------------------------------------------------------------------------------------------------------------
How can we accounts or clientCustomerIds dynamically in v201609 like v201605 or any other ways?
Thanks in advance!