*Hi,We used the following code for V11 and it ran perfectly,*
fromFile()->build();
$googleAdsClient = (new GoogleAdsClientBuilder())->fromFile()->
withOAuth2Credential($oAuth2Credential)->build();
$customerClientLink = new CustomerClientLink([
'client_customer' => ResourceNames:
Can anybody help me out?
On Monday, February 27, 2023 at 8:23:59 PM UTC+5 Waz Anz wrote:
>
> *Hi,We used the following code for V11 and it ran perfectly,*
>
>
> namespace Google\Ads\GoogleAds\Examples\AccountManagement;
>
> require __DIR__ . '/vendor/autoload.php'