google-ads-php
google-ads-php copied to clipboard
Google Ads API Client Library for PHP
We see that some requests return erroneous responses like this one: ``` Response ------- Headers: { "request-id": "kAd93dduv2eyfPBYF1RHNg", "date": "Tue, 21 Jun 2022 11:01:11 GMT", "alt-svc": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\";...
Hi, Using the PHP library when we are trying to update the description of sitelink using PHP library We are getting the following error Array ( [type] => 1 [message]...
Hello there :) Im having one very strange problem with version v15.1.0. If i try to use, for example: use Google\Ads\GoogleAds\Lib\V11\GoogleAdsClientBuilder or Google\Ads\GoogleAds\Lib\V10\GoogleAdsClientBuilder i'm getting class not found error. This...
Hello, I did several queries with the same query. the following query i did SELECT ad_group_ad.ad.final_urls,ad_group_ad.status, metrics.cost_micros FROM ad_group_ad WHERE segments.date >= '2022-07-01' AND segments.date getGoogleAdsServiceClient(); $query = "SELECT ad_group_ad.ad.final_urls,ad_group_ad.status,...
**Your client library and Google Ads API versions:** * Client library version: `v15.0` * Google Ads API version: `10` **Your environment:** ``` ================= PHP GENERAL INFORMATION phpinfo() PHP Version =>...
**Your client library and Google Ads API versions:** * Client library version: `v14.0.0` * Google Ads API version: `V10` **Description of the bug:** Since at least Google Ads API V2...
I'm running into incomplete field masks as well, in my case when using empty arrays or empty strings. ``` $keywordPlanCampaign = (new KeywordPlanCampaign()) ->setResourceName('') // as an example ->setCpcBidMicrosUnwrapped(1000000) ->setLanguageConstants([]);...
HI there, I got a similar issue like in #294 and the example doesn't help, I wish there is setCredentialsConfig in Google\Ads\GoogleAds\Lib\V3\ServiceClientFactoryTrait so that we can set some mock http...
sdk version : "googleads/google-ads-php": "v6.0.0" and "v4.0.0" php version: 7.3 Good morning, We are investigating an error that we got back from the Google Ads API v4 and now that...
**Problem you are trying to solve:** I would like to be able to download multiple reports in parallel. **Solution you'd like:** Right now when you call `GoogleAdsServiceClient->search()` method it in...