googleads / google-ads-php

Google Ads API Client Library for PHP
https://developers.google.com/google-ads/api/docs/client-libs/php
Apache License 2.0
288 stars 260 forks source link

Class "GPBMetadata\Google\Ads\GoogleAds\V15\Services\GoogleAdsService" not found #966

Closed alex228282 closed 8 months ago

alex228282 commented 10 months ago

Hi, after installing the google-ads-php libary and calling the GetCampaigns.php example I get the following error when calling the function:

$response = $googleAdsServiceClient->search( SearchGoogleAdsRequest::build($customerId, $query)->setPageSize(self::PAGE_SIZE) )

Class "GPBMetadata\Google\Ads\GoogleAds\V15\Services\GoogleAdsService" not found

fiboknacky commented 9 months ago

Sorry for late reply. Could you share more how you installed/downloaded the library?

fiboknacky commented 8 months ago

Closing due to inactivity.