I am currently trying to get all the child accounts for a manager account.
Request ID: mCqXs9CAU-CwEzP7x8tFMg
Error: Google Ads failure details: authorization_error: The customer can't be used because it isn't enabled.
I am using the php library and following the guide to get account hierarchies here:
I am passing the loginCustomerId
$googleAdsClient = (new GoogleAdsClientBuilder())->fromFile('../../Dashboard/php/google-ads-php/google_ads_php.ini')
->withOAuth2Credential($oAuth2Credential)
->withLoginCustomerId($loginCustomerId ?? $rootCustomerId)
->build();
I am using a basic access developer token and the manager account is active and not a testing account.
Any help would be appreciated, let me know if you need more information.
Thank you.