Error RPC_DEADLINE_TOO_SHORT

2022-07-24 Thread Adrian Lara
Hi, Google Ads Team I have the same issue in V11, const CLIENT_TIMEOUT_MILLIS = 20 * 60 * 1000; Error: `--- Method Name: /google.ads.googleads.v11.services.GoogleAdsService/Search Host: googleads.googleapis.com Headers: { "x-goog-api-client": "gl-php/7.4.22 gccl/15.1.0 gapic/15.1.0 gax/1.1

Re: Error RPC_DEADLINE_TOO_SHORT

2022-07-25 Thread Adrian Lara
Hi Google Team, I check it, and up to (20 to 120) *60 *100 same example we have in API code and I have the same issue with the Big accounts. On Monday, July 25, 2022 at 12:14:49 AM UTC-4 adsapi wrote: > Hi Adrian, > > Thank you for posting your concern. You may try setting > *CLIENT_TIMEOUT_MIL

Re: Google Ads API campaign.status returns 2,4 but not actual status Values like ENABLED, PAUSED

2019-06-18 Thread Adrian Lara
Hi, use Google\Ads\GoogleAds\V1\Enums\CampaignStatusEnum; $CampaignStatus = new CampaignStatus(); $status = $CampaignStatus->name($value);// Get CampaignStatus::ENABLE maybe explode('::',$status)[1] On Monday, June 17, 2019 at 10:39:53 AM UTC-3, Ronak Shah wrote: > > Hello, > > We are querying

New audience: Customer list Google Ads

2019-06-19 Thread Adrian Lara
Hello team, I need your help, I try to recreate the functionality of uploading the email list in the audience, but I do not see these options in the API. They can guide me or clarify where to start. [image: image] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

New audience: Customer list trow Api Google Ads

2019-06-19 Thread Adrian Lara
Hello team, I need your help, I try to recreate the functionality of uploading the email list in the audience, but I do not see these options in the API. They can guide me or clarify where to start. [image: image] -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our b

Re: New audience: Customer list trow Api Google Ads

2019-06-19 Thread Adrian Lara
Thanks for the information, yes, we need to import the email list to the audience in the Google ads in the new version API, has information on when this functionality will be ready in the new API. Adrian Lara. On Wednesday, June 19, 2019 at 6:14:07 AM UTC-3, adsapiforumadvisor wrote: > &

Re: Difference between Java libraries on GitHub

2019-06-20 Thread Adrian Lara
Hi Nathan, https://github.com/googleads/google-ads-java is new implementation for the google ads api, the result is same but all client need move for this version. On Thursday, June 20, 2019 at 6:06:52 PM UTC-3, Nathan wrote: > > Hello! > > What's the difference between *https://github.com/googl

Extension SiteLink Google ads php

2019-06-27 Thread Adrian Lara
Hi Google Ads, I am trying to perform SiteLink type extension, but it is becoming impossible due to lack of documentation. Someone to tell me if I'm going well. use Google\Protobuf\StringValue; use Google\ApiCore\ApiException; use Google\Ads\GoogleAds\Util\V1\ResourceNames; use Google\Ads\Goog

Re: Extension SiteLink Google ads php

2019-06-28 Thread Adrian Lara
ok, the problem in my investigation is here: $extensionFeedItem = new ExtensionFeedItem([ 'sitelink_feed_item' => $sitelink_feed_item, 'ad_schedules' => $adScheduleInfo, 'start_date_time' => "2021-03-05 09:00:00", 'end_date_time' => "2024-03-05 08:00:00", 'extension_type' =

Re: Extension SiteLink Google ads php

2019-06-30 Thread Adrian Lara
Any Update?? On Friday, June 28, 2019 at 5:07:24 AM UTC-3, adsapiforumadvisor wrote: > > Hi Adrian, > > Thank you for reaching out. > > The error you are encountering INVALID_ARGUMENT, based from the > description, means that you are missing a resource name that is required in > one of your oper

Re: Extension SiteLink Google ads php

2019-07-01 Thread Adrian Lara
> customerId, $operations); On Sunday, June 30, 2019 at 2:53:31 PM UTC-3, Adrian Lara wrote: > > Any Update?? > > On Friday, June 28, 2019 at 5:07:24 AM UTC-3, adsapiforumadvisor wrote: >> >> Hi Adrian, >> >> Thank you for reaching out. >> >>

Ad Extension type Location GMB through the API google_ads_php

2019-07-02 Thread Adrian Lara
Hi Team, I need to know where I can find Extension Location GMB information, since I do not find anything about this in the new API. Thank you Adrian Lara. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com

Re: Google Ads API returning to beta?!

2019-07-03 Thread Adrian Lara
Is my same question. On Wednesday, July 3, 2019 at 3:16:24 AM UTC-3, Mat wrote: > > Hi, > > just seen: > > > https://ads-developers.googleblog.com/2019/07/google-ads-api-returning-to-beta.html > > You want me to put the work of the last four months in the trash? > > Regard > Mat > -- -- =~=

Google ads php V2 get Change history.

2019-07-15 Thread Adrian Lara
Hi Google ads Api, I need help with get Change History. please you have any example, or information about it?? Ty Note: I have problem with tag in Google Group. lol Adrian Lara. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

Re: Google Ads API returning to beta?!

2019-07-15 Thread Adrian Lara
The problem is I am begun my project with the new API, all my job sent to the trash?? On Thursday, July 4, 2019 at 4:24:44 AM UTC-3, adsapiforumadvisor wrote: > > Hello Mat, Adrian, > > We recommend to use the AdWords API for your production systems. While > Google Ads API is in “beta”, you may

Google ads php Laravel integration example.

2019-07-16 Thread Adrian Lara
Hi Google API Team/Community, I need use Google ads php in Laravel but no see Google example for this. Please help me before make my own pack. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Extension SiteLink Google ads php

2019-07-16 Thread Adrian Lara
Now is good, after add code(before post) now is good ty for you help. On Monday, July 1, 2019 at 3:45:41 PM UTC-3, adsapiforumadvisor wrote: > > Hello Adrian, > > Could you please confirm if you need additional assistance creating the > Sitelink Extensions through the API? If so, could you pleas

Re: Adwords API returns Sitelinks errors for other objects

2019-07-19 Thread Adrian Lara
Hi, check this is for new API: https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!topic/adwords-api/5DcE3Tb8Sck On Friday, July 19, 2019 at 9:01:32 AM UTC-3, Wesley Bowman wrote: > > This is *still* a problem for us. Is there any news? > > On Friday, June 7, 2019 at 10:53:22 P

Re: Adwords API returns Sitelinks errors for other objects

2019-07-22 Thread Adrian Lara
OK, np. On Monday, July 22, 2019 at 8:42:34 AM UTC-3, Wesley Bowman wrote: > > Hi Adrian, > > That seems to be a different issue than what I am trying to get solved > here. > > On Friday, July 19, 2019 at 3:34:38 PM UTC+2, Adrian Lara wrote: >> >> Hi, che

RE: Google Ads PHP client library V2 fail get conversions and conversions_values from hotel_performance_view with

2019-09-09 Thread Adrian Lara
The problem is you need convert 1 parameter in to DoubleValue. [adrian] From: adwords-api@googlegroups.com On Behalf Of Didier Roy Sent: Monday, September 9, 2019 2:49 PM To: AdWords API and Google Ads API Forum Subject: Re: Google Ads PHP client library V2 fail get conversions and conversio

Google Local Ads Api

2019-09-17 Thread Adrian Lara
Hi Team, I need information for https://ads.google.com/local-services-ads/ API. Please. Adrian Lara. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this

Conversion Offline API Google Ads v2

2019-09-17 Thread Adrian Lara
Hi Team, I have a problem I need to upload conversion call offline for a campaign this is possible?? I have ready this for ads Account but i need this for campaign, please. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: upgrade google-ads-php api

2019-09-18 Thread Adrian Lara
Hi KULDEEP, the only big change for migrate the v1 to v2 is the getXXXValue/setXXXValue to getXXXUnwrapped/setXXXUnwrapped, can you see this change here . Change v1 to v2 - Added support for v2 of Google Ads API. - Renamed the gette

Conversion Actions Information Google Ads PHP

2019-09-26 Thread Adrian Lara
Hi Google Ads Team, i need duplicate this view in my end but i not have all information , i need this information. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You rec

Re: Conversion Actions Information Google Ads PHP

2019-10-07 Thread Adrian Lara
Hi Team, the API team has in the schedule this functionality? On Thursday, September 26, 2019 at 5:07:40 PM UTC-3, adsapiforumadvisor wrote: > > Hello Adrian, > > Via API it is not possible to capture the details you have marked on the > view. The mapping of reports to the Google Ads UI can be f

Question : Google ads Fixed Cost after day

2021-01-06 Thread Adrian Lara
Hi Google Ads Team, I have a question about Cost, i have a lot Campaign Running and i download(APi) all information all Morning(Yesterday) , but pass a time i have a difference vs Google Ads UI in random Campaign and download this information again and all is perfect. Please let me know if Goog

RE: Question : Google ads Fixed Cost after day

2021-01-06 Thread Adrian Lara
Hi Antony ty for replying to me now I need to find a solution for this ty so much [cid:image001.png@01D6E446.7C9D8530] From: Google Ads API Forum Advisor Prod Sent: Wednesday, January 6, 2021 3:59 PM To: Adrian Lara Cc: adwords-api@googlegroups.com Subject: RE: Question : Google ads Fixed

Upgrade to v2 to v4 google-ads-php

2020-07-28 Thread Adrian Lara
Hi @googleads team, i try to upgrade V2 to v3 and v4 but when making update no working more, we have any big update I use:" php 7.2 grpc module version => 1.21.3 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=

Re: Upgrade to v2 to v4 google-ads-php

2020-07-29 Thread Adrian Lara
Ty i send msg On Wednesday, July 29, 2020 at 10:04:37 AM UTC-4 adsapiforumadvisor wrote: > Hi Adrian, > > Since is specific to the PHP library, I'd recommend reaching out to the > client library owners here > since they are > better suited