Cancel Invitation through Google Ads PHP API

2023-02-27 Thread Waz Anz
*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:

Re: Cancel Invitation through Google Ads PHP API

2023-02-27 Thread Waz Anz
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'