Since we updated the Google Ads API from version 3 to 6 we get the error message "Fail to push the limit".
This happens if we try to link the Manager Account to the client.
return (new GoogleAdsClientBuilder())
->fromFile()
->withOAuth2Credential($oAuth2Credential)
->withLoginCustomerId($loginCustomerId)
->build();
Is there any way to increase the limit?