Migrating from Old Scripts to New Scripts, Issue with Null Quality Scores

2022-10-18 Thread charles...@gmail.com
Hi, I'm migrating from the old scripts to new scripts experience and running into an issue with the standard multi-bidder script that was provided by Google. When I select a condition where QualityScore = ? [1-10], it works as expected. But when I use 'null' for those keywords which don't have

Re: Migrating from Old Scripts to New Scripts, Issue with Null Quality Scores

2022-10-18 Thread charles...@gmail.com
My apologies, I thought I was in the Scripts forum. I've posted the question there now. On Tuesday, October 18, 2022 at 5:08:45 PM UTC-4 adsapi wrote: > Hi Charles, > > The scripts forum can be found here > . > > Thanks, > > > [image: Google Logo]

Recommendations API - Cannot Find Redundant Keyword Recommendations

2022-10-22 Thread charles...@gmail.com
Hello, within the Google Ads API, Recommendations, I cannot find where I can find a list of redundant keywords. I tried looking under recommendation type = keyword, but that's for new keywords. Where can I find a list of redundant keywords within the recommendations API? I'd like to be able to

Re: Recommendations API - Cannot Find Redundant Keyword Recommendations

2022-10-22 Thread charles...@gmail.com
I also wanted to add, a solution doesn't have to be done through the API, I'm ok using the UI or Ads Editor to finding a solution to downloading the list of redundant keywords. On Saturday, October 22, 2022 at 9:26:52 AM UTC-4 charles...@gmail.com wrote: > Hello, within the G

Re: Recommendations API - Cannot Find Redundant Keyword Recommendations

2022-10-24 Thread charles...@gmail.com
Good Morning, that is the document I was looking at but I couldn't find an area for redundant keywords (as defined per https://support.google.com/google-ads/answer/3416396 under the Keywords and Targeting tab, Remove Redundant Keywords). I don't believe its available from the Recommendations AP

Re: Recommendations API - Cannot Find Redundant Keyword Recommendations

2022-10-24 Thread charles...@gmail.com
Thanks Matt, I was able to come up with an interim solution that uses Google Editor, although it would be great if in future the data can be made available through the API. Charles On Monday, October 24, 2022 at 1:33:34 PM UTC-4 adsapi wrote: > Hi Charles, > > This recommendation is not suppor

Catching Failures

2022-11-16 Thread charles...@gmail.com
Hello, I've been getting various errors with the API (not rate-limits) for several weeks and I'm trying to find a way to catch these or automatically retry rather than halting my scripts. A few examples: Ex 1: Can't connect to accounts.google.com:443 (Temporary failure in name resolution) Ex

Re: Catching Failures

2022-11-17 Thread charles...@gmail.com
Hi, These errors are happening just 3-4 times per day (out of thousands of requests), but the issue is that it halts the script rather than just reporting a failure or retrying. It does not appear that KeywordPlanIdeaService has the support to catch errors, so I'm not sure anything can be don

Frequent DEADLINE_EXCEEDED Errors

2023-03-08 Thread charles...@gmail.com
Hi, I'm using the Perl version of your standard libraries and in recent days I've been getting very frequent DEADLINE_EXCEEDED errors when running KeywordPlanIdeaService with just 20 keywords at a time (happens every 15-30 min). I'm limiting the request by language/geo constraints and I've neve

Excessive Retry After 30 Seconds Rate Limit

2021-04-16 Thread charles...@gmail.com
Hi, I've been running various TargetingIdeaService requests for the past 10 days without any issues, but since yesterday, I have not been able to get more than a couple requests per hour. I keep hitting rate limit, retry after 30 seconds. I even paused my script for the past 4 hours, and as soo

Excessive Retry After 30 Seconds Rate Limit

2021-04-16 Thread charles...@gmail.com
Hi, I've been running various TargetingIdeaService requests for the past 10 days without any issues, but since yesterday, I have not been able to get more than a couple requests per hour. I keep hitting rate limit, retry after 30 seconds. I even paused my script for the past 4 hours, and as soo

Re: Excessive Retry After 30 Seconds Rate Limit

2021-04-19 Thread charles...@gmail.com
Hi, it's improved since yesterday (Apr 18th), I am hitting a few rate limits still, but significantly better than before. Thank you. On Monday, April 19, 2021 at 11:03:09 AM UTC-4 adsapiforumadvisor wrote: > Hello, > > Thanks for reaching out. There was an issue with multiple planning > serv

Re: Excessive Retry After 30 Seconds Rate Limit

2021-04-19 Thread charles...@gmail.com
Thank you for sending that separate limit for planning services. I might be hitting that issue as I'm running my scripts across 6 different PC's (same IP though). It's possible that more than 1 request per second could occur which may be what is happening. The last 24 hours I've been hitting rat

Re: Excessive Retry After 30 Seconds Rate Limit

2021-04-27 Thread charles...@gmail.com
Hi, I seem to be hitting rate limit issues today pretty heavily (it was going well for the last 8 days). My script adheres to the planning rate limit (1 request per second maximum) and anytime I hit a hit a rate limit, I pause for 35 seconds. I have a single client (no parallel sessions) and I'

Re: Excessive Retry After 30 Seconds Rate Limit

2021-04-27 Thread charles...@gmail.com
Hi Matt, the last 4 hours have actually been working really well without hitting a single rate limit. It actually seems to be during business hours that I hit the rate limit and off hours it does really well. I'll send a message next time I hit the rate limit, thank you. On Tuesday, April 27,