-
Notifications
You must be signed in to change notification settings - Fork 275
Open
Labels
Description
Hi:
I try to add log in google-ads-api,but i found that was invalid,is logging unusable in REST mode?
my code:
(new GoogleAdsClientBuilder())
->withOAuth2Credential($oAuth2)
->withLoginCustomerId(intval($this->loginCustomerId))
->withDeveloperToken($this->developToken)
->withTransport('rest')
->withLogger($this->logger)
->build();