On Monday, November 14, 2011, Eric Koleda elucidated thus:
> Hi Joshua,
>
> Have you created an instance of the ServicedAccountService at that
> point? These classes aren't loaded until the service has been
> created, to avoid name conflicts. You can alternatively use the new
> LoadService() meth
Hi Joshua,
Have you created an instance of the ServicedAccountService at that point?
These classes aren't loaded until the service has been created, to avoid
name conflicts. You can alternatively use the new LoadService() method,
which will load the classes but not create an instance of the s
On page
http://code.google.com/p/google%2dapi%2dadwords%2dphp/source/browse/trunk/examples/v201109/GetAccountHierarchy.php#79
and following, it says this:
// Create selector.
$selector = new ServicedAccountSelector();
// To get the links paging must be disabled.
$selector->enablePaging