Hello,
So I have been using the adwords api for awhile, and recently we have upgraded to the latest version of the library. Alot seems to have changed, but for the most part it was easy to adapt. We've run into one snag that we cant seem to figure out however. In the old version we could set the account we wished to work with, always a sub account of our MCC to make client level adjustments using the AdwordsUser class. It used to work like this:
$user = new AdWordsUser();
$user->SetClientCustomerId('xxxxxxxxx');
...
But now we cant seem to figure out how to do it in the latest version. Can someone provide us with the solution?
Thank you.