Re: Sudden Resource Exhausted Errors

2025-06-29 Thread Richard Cutting
Same here. On Sunday, June 29, 2025 at 6:34:57 AM UTC+1 GDZ wrote: > Same here, exactly as last week, out of nowhere > > On Sunday, June 29, 2025 at 3:21:42 AM UTC+3 Jing CHEN wrote: > >> >> Same situation, can anyone tell us what happened? I've been supporting >> this for almost 10 hours >> 在2

Re: facing "request_error: unknown" for shopping performance reports

2024-08-05 Thread Richard Cutting
Same here for us. About 6 accounts are working the rest give this error when we try to use the shopping performance view so it's definitely a problem at Googles end. On Monday, August 5, 2024 at 9:40:31 AM UTC+1 Yann KERVELLA wrote: > Encountering the same issues as well on reports that were ru

Re: api issue - high latency and deadline exceeded errors all of a sudden

2024-06-26 Thread Richard Cutting
Working again for me now. On Wednesday, June 26, 2024 at 6:46:08 PM UTC+1 Matt Dworkin wrote: > In the logs I'm seeing that a retry needs to wait 900 seconds, so I'm not > sure exponential backoff will help. Could that actually end up hurting? > Does the "retry time" reset if we send another re

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

2024-06-26 Thread Richard Cutting
Same here also seeing a lot of RESOURCE_EXHAUSTED errors and I know we haven't ! On Wednesday, June 26, 2024 at 3:50:45 PM UTC+1 Radosław Pociecha wrote: > We are seeing the same behaviour. > > On Wednesday, June 26, 2024 at 4:34:57 PM UTC+2 Jing CHEN wrote: > >> The same situation. >> >> 在2024年

Maximum Target Roas

2023-09-27 Thread Richard Cutting
Hi, I'm trying to set the target_roas field for a campaign and I'm getting a range error indicating the value is too high. I can't find a maximum value anywhere in the documentation - can anyone let me know what this is ? Thanks, Richard. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to determine a Campaigns type?

2023-05-18 Thread Richard Cutting
Hi, Look at the advertising_channel_type on the campaign. This gives you the type. Regards, Richard. On Thursday, May 18, 2023 at 10:56:46 AM UTC+1 Omer Can Yucel wrote: > There is no property for Campaign called type. > > On Thursday, 18 May 2023 at 12:56:24 UTC+3 Omer Can Yucel wrote: > >>

Campaign conversion_lag_bucket query

2023-05-18 Thread Richard Cutting
Hi, I'm retrieving the data for our campaigns and have segmented on the segments.conversion_lag_bucket field and segments.date (filtered on todays date). For some campaigns multiple records are being retrieved for the same campaign but with different conversion_lag_bucket values (ranging from 2

Re: Excluding > 1000 items from Performance Max Campaigns

2022-12-07 Thread Richard Cutting
That should read due to the 1000 item limit on a listing group with each listing group excluding 998 items and having an everything else included subdivision. On Wednesday, December 7, 2022 at 4:17:54 PM UTC Richard Cutting wrote: > Hi, > > Is it possible to create a Perfomance Max

Excluding > 1000 items from Performance Max Campaigns

2022-12-07 Thread Richard Cutting
Hi, Is it possible to create a Perfomance Max campaign where I can have 1000+ itemId's that I do not want to be served up by ads, but everything else in the feed can be. We've tried by creating multiple asset groups in the campaign (due to the 1000 item limit on an asset group) with each asset

Google Ads API and Latency

2022-08-17 Thread Richard Cutting
Hi, We are quite heavy users of the Google Ads API (mainly search and search_stream) and are starting to see more and more latency issues when retrieving even small amounts of data. Can anyone give me any insight into how the latency of API responses is decided ? We're not busting any quotas

Re: Creating Asset Group on Performance Max Campaign

2022-04-14 Thread Richard Cutting
ion rather than customer.assetGroup.create(...). On Wednesday, April 13, 2022 at 2:20:17 PM UTC+1 Richard Cutting wrote: > Hi, > > I'm seeing some odd behaviour when trying to create an Asset Group on a > Performance Max campaign. > > If I create an Asset Group on a campaign that has been ma

Creating Asset Group on Performance Max Campaign

2022-04-13 Thread Richard Cutting
Hi, I'm seeing some odd behaviour when trying to create an Asset Group on a Performance Max campaign. If I create an Asset Group on a campaign that has been manually created through the UI I can create a new Asset Group through the API calls and then add Assets as required. If I try to create

Performance Max Campaigns - Limits on Listing Group Filters per Asset Group

2022-03-24 Thread Richard Cutting
Hi, I'm using the api to add item id's to a listing group filter for an asset group on a performance max campaign and there seems to be a resource limit of 1000 items. This seems very low considering we could add 20,000 item id's to a smart campaign. Can anyone explain the reason for the low

Updating Budget on Performance Max Campaign Fails

2022-03-04 Thread Richard Cutting
Hi, I'm starting to develop some code (typescript using the Opteo ads api v10) to be able to manipulate performance max campaigns. I can update target roas fine but when I try to update the campaign budget I get the following error: { "error": { "errors": [ { "error_code": { "request_error":

Creating Smart Ads and adding headline, description, image etc...

2021-02-18 Thread Richard Cutting
Hi, I'm currently writing some code to create smart campaigns using the ads api. I can create everything fine - apart from adding the image, description, headlines etc to the smart ad. This all has to be done using the UI. Reading this forum I understand that this is a limitation of the API