Campaign and ad group limits

2025-04-07 Thread Matteo Medda
Hi, we are experiencing the following error when creating new campaigns on a particular account: *Mutate_operations Campaign campaign_operation - Error code: RESOURCE_LIMIT - Error Message: The request would cause a limit on the number of allowed resources of this type to be exceeded.* >From t

Re: API Issue - High Latency and deadline exceeded errors all of a sudden

2024-06-26 Thread Matteo Medda
We are seeing the same behaviour from today. On Wednesday 26 June 2024 at 17:39:51 UTC+2 Matt Dworkin wrote: > We're also having the same issues. First it was Bad Gateways, now > RESOURCE_EXHAUSTED. We supposedly have an unlimited quote so it's not clear > why we would have these RESOURCE_EXHAU

OAuth OOB deprecation (new credentials with google-ads-php SDK)

2022-08-08 Thread Matteo Medda
Greetings, last week we regenerated the Oauth2 credentials (desktop app) to avoid the OOB problem. We used GenerateCredentials PHP script as indicated on the old thread: https://groups.google.com/g/adwords-api/c/Vxlig2rTIxU/m/ekED-LzdBAAJ We followed the instructions on: https://developers

Re: google-ads-php SDK and OAuth OOB deprecation

2022-05-13 Thread Matteo Medda
Thank you for the information. Matteo Matteo Medda EN - Tech Lead shopfully.com <http://corporate.shopfully.com/> Follow us on LinkedIn <https://www.linkedin.com/company/shopfully/> Notice. The information contained in this message is intended only for use of the individuals name

Re: Batch Jobs stuck on RUNNING state on GoogleAds API

2022-05-12 Thread Matteo Medda
Hi Team, on our side, we don't see any improvements at the moment. Batch jobs are still very slow, Regards, Matteo On Thursday, 12 May 2022 at 10:30:31 UTC+2 ci...@channable.com wrote: > Hi, > > We also still have batch jobs which have been running since yesterday. > Also newly submitted batch

Re: google-ads-php SDK and OAuth OOB deprecation

2022-05-11 Thread Matteo Medda
Hi Peter, thank you very much, we look forward to receiving your feedback. Regards, Matteo On Wednesday, 11 May 2022 at 07:28:25 UTC+2 adsapi wrote: > Hi everyone, > > Thank you for raising this concern. > > Allow me to reach out to the rest of our API support team to clarify this > communicati

Re: Batch Jobs stuck on RUNNING state on GoogleAds API

2022-05-11 Thread Matteo Medda
Hi, the situation is becoming more and more difficult to manage. Do you have any news on this problem? Regards, Matteo On Tuesday, 10 May 2022 at 16:00:25 UTC+2 ska...@armis.tech wrote: > is there any updates on this? > > Le lundi 9 mai 2022 à 10:59:39 UTC+2, jaume@channable.com a écrit : >

Re: google-ads-php SDK and OAuth OOB deprecation

2022-05-09 Thread Matteo Medda
Hello, we are using php-sdk v15 (https://github.com/googleads/google-ads-php/releases/tag/v15.0.0) and we are retrying the "GenerateUserCredentials" script We tried to create new credentials on the google cloud console, and set them at the GenerateUserCredentials prompt, but when we are redirec

Re: google-ads-php SDK and OAuth OOB deprecation

2022-05-09 Thread Matteo Medda
Hello, we also received the same email, but honestly we don't understand what we have to do ... we also use sdk-php and a "desktop" type oauth2. Should we switch to a "service" type oauth2? or what do we have to do "concretely" to migrate that oauth2 desktop? Regards, Matteo On Monday, 9 May 20

Re: BatchJobs running 24h+

2022-05-06 Thread Matteo Medda
Hi team, any updates on this? Best, Matteo Matteo Medda EN - Tech Lead shopfully.com <http://corporate.shopfully.com/> Follow us on LinkedIn <https://www.linkedin.com/company/shopfully/> Notice. The information contained in this message is intended only for use of the indiv

Re: BatchJobs running 24h+

2022-03-25 Thread Matteo Medda
Hi team, any updates on this? On Friday, 11 March 2022 at 16:03:39 UTC+1 adsapi wrote: > Hi Matteo, > > Thank you for reaching out to the Google Ads API support team. > > Could you please try with latest version v10? If you are still facing > issue,could you please provide the complete request

BatchJobs running 24h+

2022-03-11 Thread Matteo Medda
Hello, we have a series of batchJobs running since yesterday Example: customers / 6446882474 / batchJobs / 8425392828 They contain the creation of only two campaigns, so it is very strange that they are still running. Can you find out what the problem is? PS We use the GoogleAds API v9 (sdk php

Re: Target CPA with Goal Settings

2022-03-10 Thread Matteo Medda
Hello Peter, Thanks for the info. Matteo On Thursday, 10 March 2022 at 03:02:14 UTC+1 adsapi wrote: > Hi Matteo, > > Thank you for your reply. > > This section > > > of the guide sent by Ern

Re: Target CPA with Goal Settings

2022-03-09 Thread Matteo Medda
Hi Ernie, Thanks for the infos. We are looking at the documentation, but we are unsure at what point in the flow we can assign a custom conversion goal to a campaign. Do we need to set the custom goal after creating the campaign? We use batchJobs, is it possible to do everything in the creation p

Re: Target CPA with Goal Settings

2022-03-08 Thread Matteo Medda
Hi Matt, excuse me, I attach the image now. The steps are therefore: - recover the custom conversion goal - associate it with the campaign that we are creating there is no "code example" to take as a reference? Matteo On Tuesday, 8 March 2022 at 17:44:18 UTC+1 adsapi wrote: > Hi Matteo, > > Th

Target CPA with Goal Settings

2022-03-08 Thread Matteo Medda
Hello, we are using google ads api v9 (sdk php) to create "Display" campaigns with cpa target. Can you confirm that it is possible to create Display campaigns by setting a conversion goal directly (from API)? Directly from the platform we can select it (see attached image) but we can't via "API

Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2022-02-15 Thread Matteo Medda
Hi, we have found a workaround on the creation of campaigns, let's first check the existence of an image with a specific "name" and if it does not exist we go to create it. Previously we created them directly without "name" and the error of images with same content never showed up. Bye, Matteo

Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2022-02-15 Thread Matteo Medda
Hi, we have found a workaround on the creation of campaigns, let's first check the existence of an image with a specific "name" and if it does not exist we go to create it. Previously we created them directly without a "name" and the error of images with same content never showed up. Thx, Mat

Re: CANNOT_MODIFY_ASSET_NAME being thrown on every image creation request

2022-02-15 Thread Matteo Medda
Hi Jakeia, sorry, we are looking for the asset name and upload the asset only if it does not exist. Thx, Matteo Il giorno lunedì 14 febbraio 2022 alle 18:20:50 UTC+1 adsapi ha scritto: > Hello Matteo, > > Thank you for replying back. If you are looking for a way to get the value > of a data >

Re: CANNOT_MODIFY_ASSET_NAME being thrown on every image creation request

2022-02-12 Thread Matteo Medda
Hi, we have found a workaround on the creation of campaigns, let's first check the existence of an image with a specific "name" and if it does not exist we go to create it. Previously we created them directly without a "name" and the error of images with same content never showed up. Thx, Mat

Re: CANNOT_MODIFY_ASSET_NAME being thrown on every image creation request

2022-02-11 Thread Matteo Medda
Hello, we have the same problem starting this morning. We have not changed anything on our code. What is the correct procedure for uploading an asset? We are currently using V9 of the ads-api. We have all campaigns stopped for this reason. Thanks Il giorno giovedì 10 febbraio 2022 alle 22:09:47

Re: Find the original asset when getting error: CANNOT_MODIFY_ASSET_NAME when uploading duplicate image

2022-02-10 Thread Matteo Medda
Hello, we have the same problem starting this morning. We have not changed anything on our code. What is the correct procedure for uploading an asset? We have all campaigns stopped for this reason. Thanks Il giorno giovedì 10 febbraio 2022 alle 10:22:54 UTC+1 timo...@gmail.com ha scritto: > H

Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-30 Thread Matteo Medda
Hi Josh, ok, we look forward to hearing from you. Thx, Matteo Il giorno lunedì 29 novembre 2021 alle 16:16:11 UTC+1 adsapi ha scritto: > Hi Matteo, > > The fix is just about done and I expect it to roll out in the next few > days. I'll be sure to let you know as soon as that happens. > > Best re

Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-29 Thread Matteo Medda
Hi, do you have any news about the resolution for BatchJobs ? Best regards, Matteo Il giorno venerdì 12 novembre 2021 alle 19:22:04 UTC+1 adsapi ha scritto: > Hi Matteo, > > The link you mentioned was the library for the AdWords API. Version v9 is > for the Google Ads API, which has a separate c

Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-17 Thread Matteo Medda
Hi Josh, just for clarity, will it be possible to reuse selectiveOptimization on all of our sub-accounts under our main agency? or only on some of the sub-accounts where the error oc

Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-12 Thread Matteo Medda
Hello, on the PHP library for ADWORDS we see the version 54 of August 2021 https://github.com/googleads/googleads-php-lib/releases/tag/54.0.0 Regards, Matteo Il giorno venerdì 12 novembre 2021 alle 17:30:23 UTC+1 adsapi ha scritto: > Hi, > > The Java, PHP, and Python libraries for v9 are all av

Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-12 Thread Matteo Medda
Hi, we use the PHP library with the ADWORDS API, is there any ETA on that? Thanks! Il giorno mercoledì 10 novembre 2021 alle 18:17:51 UTC+1 adsapi ha scritto: > Hi, > > I expect both the Java and Python libraries to be released by the end of > this week. > > Also, per my colleague Nadine's respo

Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-08 Thread Matteo Medda
Hi Nadine, thanks for the update, we look forward to hearing from you. Matteo Il giorno venerdì 5 novembre 2021 alle 17:27:55 UTC+1 adsapi ha scritto: > Hello Matteo, > > Thanks for mentioning that you use AdWords API. If we manage to enable it > for Google Ads API for those developers who wer

Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-05 Thread Matteo Medda
Hi Peter, ok, but at the moment we use AdWords API not GoogleAds API, will it be corrected for us too? The AdWords API sunset is April 27 2022, and we didn't expect to have to do the migration now and in a hurry. Regards Il giorno venerdì 5 novembre 2021 alle 03:31:55 UTC+1 adsapi ha scritto

Re: CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-04 Thread Matteo Medda
Hi, I can confirm that we have always (about 3 years) used "set selective optimization" on "display" type campaigns without any problem. We have been experiencing the problem for about a week. Regards Il giorno giovedì 4 novembre 2021 alle 11:20:44 UTC+1 adsapi ha scritto: > Hi, > > Thanks for

CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION

2021-11-03 Thread Matteo Medda
Hello, we get this error when we create campaigns with TARGET_CPA. Error message: "operations [1] .operand.selectiveOptimization.conversionTypeIds => CampaignError.CANNOT_SET_SELECTIVE_OPTIMIZATION_DURING_OR_POST_UNIFIED_GOAL_MIGRATION" The error occurs when we go to setSelectiveOptimizatio