API failing in the mornings

2022-08-10 Thread Watauga Group
Hello, We currently have an API that runs in the morning. It has recently randomly started failing in the mornings. The ad dimension endpoint seems to be the point that it stalls (it doesn't raise an error, the process just freezes and doesn't progress). Troubleshooting it is difficult beca

Re: Geo Performance Report skips row if cityCriteria Id or metroCriteriaId is blank

2022-08-10 Thread Google Ads API and AdWords API Forum
Hi Abhishek, Thank you for reaching out to the Google Ads API team. Please note that I had to delete your initial post as it contains your provided attached file with data. That said, I am reposting below your concern without the attached file : "*Hello,* *We use http client to fetch data from

Re: Google Ads API SearchStream default timeout

2022-08-10 Thread Google Ads API and AdWords API Forum
Re-posting the last inquiry ( https://groups.google.com/g/adwords-api/c/HHsFE8oJIQw ) from the forum as it wasn't routed to our support queue. Kind regards, Sherwin Vincent Google Ads API Team On Thursday, August 4, 2022 at 4:17:18

ReportDefinitionReportType enum equivalent

2022-08-10 Thread 'Sneha' via Google Ads API and AdWords API Forum
Hello, In the Google Ads API, what is the equivalent for ReportDefinitionReportType enum in AdWords API? Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You recei

RE: USER_PERMISSION_DENIED under child account

2022-08-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Pedro, Thanks for reaching out to the Google Ads API Forum. The USER_PERMISSION_DENIED error usually indicates that the user / email address you used to generate your OAuth2 credentials does not have access to the customer ID you specified in your request. When a manager account that is hig

Re: Digest for adwords-api@googlegroups.com - 11 updates in 5 topics

2022-08-10 Thread Rungrot Oranon
Thanks you bro top [[Rungrot_Saibutdee]] ในวันที่ พ. 10 ส.ค. 2022 17:58 น. เขียนว่า: > adwords-api@googlegroups.com > > Google > Groups >

Re: How to remove BatchJobOperation

2022-08-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dom, Thank you for sending the logs privately, I raised them with my team. We will get back to you as soon as possible. Regards, Aryeh Google Ads API Team ref:_00D1U1174p._5004Q2d1QWg:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdev

Re: Campaign performance estimation

2022-08-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Kathy, Thank you for the reply. You may check this PlacementInfo in the CampaignCriterion as this can be used to modify bids for sites when targeting the content network. Best regards, Heidi Google Ads API Team ref:_00D1U1174p._5004Q2d4hQs:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: How to remove BatchJobOperation

2022-08-10 Thread Dom
Send you the debug messages in private. Can't remove jobs with state "DONE" with error: The batch job cannot be removed because it has started running. Can't create new jobs bc of error: This request would exceed a limit on the number of allowed resources. The details of which type of limit wa

RE: RESOURCE_EXHAUSTED error doesn't make sense

2022-08-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dmitri, I don't have access to internal logs without a verified reason, and that requires a log. Regards, Aryeh Google Ads API Team ref:_00D1U1174p._5004Q2dJK8x:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~

RE: Managing developer token with manager account

2022-08-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Florian, Thank you for reaching out to Google Ads API support. Getting your client s to link to your manager account seems correct, but for support for such decisions I suggest you reach out to our product support team for further assistance. Regarding the need to move a developer token, not

Re: RESOURCE_EXHAUSTED error doesn't make sense

2022-08-10 Thread Dmitri Martin
Thank you for your reply. The 10 update requests are followed by a 5 second wait but they are not the problem anyway. As the image I included in my support request shows, the failure happens at the beginning of the automation with the single get request. I don't have direct access to the raw

Managing developer token with manager account

2022-08-10 Thread Florian Baptiste
Hello, I work for an ad optimisation platform and we need to have our clients' google ads account linked to our own account, in order to help them grow their business. We are about to reach the number of Google ads account that we have linked to our Google Ads account (18 out of 20) and we

USER_PERMISSION_DENIED under child account

2022-08-10 Thread Pedro Armando Miranda Gomes
I have a main account to which I have admin access, when I try to manipulate the sub-accounts via api I am getting a permission denied error, this only works if I have the specific permission for each sub-account, is there any possibility to manipulate these accounts via api only with the permi

Got 1 for parental_status.type from parental status report

2022-08-10 Thread Bing Bu
Hi, >From the parental status report, I got 1, 300, 301 for parental status. Based on the Codes and Formats, the status could be 300, 301, 302. I wonder if this is a bug, or we use 1 instead of 302 from now on. Bing -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blo

Re: How to remove BatchJobOperation

2022-08-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dom, Can you do a remove operation on your "DONE" batch jobs? If the above doesn't help, could you send us a 'DEBUG' log level request and response log of raw API communications showing the error? The request and response appears similar to the JSON Mappings in our REST documentation with a

RE: RESOURCE_EXHAUSTED error doesn't make sense

2022-08-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dmitri, Since it's telling you top retry in a minute and a half I can guess you may be sending in burst mode and would suggest you send one update request which can handle 5,000 mutates instead of 10 update requests. For us to investigate, could you send us a 'DEBUG' log level request and r

RE: Google Ads API Missing fields in Search in managed_placement_view

2022-08-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Nataliya, Thank you for reaching out to the Google Ads API support team. If you want to get video id, you can use video report. To investigate the issue further, could you please provide the complete request and response logs, with the request-id? If you haven't yet, logging can be enabled

Re: How to remove BatchJobOperation

2022-08-10 Thread Dom
Hi, after running in to the same error I've taken care of finishing all pending jobs. My total batch jobs are: - --- State Count - --- (0) UNSPECIFIED 0 (1) UNKNOWN 0 (2) PENDING 0 (3) RUNNING

Managed Placement View - Empty field

2022-08-10 Thread Nataliya Gladchenko
Hello, I faced an issue when I did the request for getting data from Managed Placement View. It works correctly, but sometimes the field ' ad_group_criterion.youtube_video.video_id' is empty in the response. I wonder why does it happen and what should I do to get video id in all cases? -- --

test

2022-08-10 Thread Watauga Group
test -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group

Re: Update MaxCPC Problem

2022-08-10 Thread Werner Reyneke
Good day May I please have an update on my query below? Thanks Werner Reyneke On Thu, 28 Jul 2022, 09:25 Werner Reyneke, wrote: > Good day > > The list of keywords we'd like to update are simply a selected set of > keywords(criterionid's) manually selected that we would like to update. > Howev

Re: Campaign performance estimation

2022-08-10 Thread nguyen thy
Hi, I checked on CampaignCriterionService that we allow to input placement in the request body, it's under object CampaignCriterion. So that means we can create the campaign with the placement list via API, is it correct? Thanks, Kathy On Friday, August 5, 2022 at 7:30:30 PM UTC+7 adsapi wrote

Re: I want to get user list usage status in Google Ads API

2022-08-10 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mina, Thank you for the reply. Allow me to assist you here. As of now, getting the Usage status is not available with Google Ads API, However, I’ve raised a feature request for this to my team. With this, I would suggest keeping an eye on this blog as we will post any relevant updates when

Google Ads API Missing fields in Search in managed_placement_view

2022-08-10 Thread Nataliya Gladchenko
When I do the request for getting data from Managed Placement View it works correctly. But sometimes the field ' ad_group_criterion.youtube_video.video_id' is empty in the response. I wonder why does it happen and what should I do to get video id in all cases? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: I want to get user list usage status in Google Ads API

2022-08-10 Thread Roy D.
https://developers.google.com/google-ads/api/rest/reference/rest/v11/customers.userLists How can we get the userList by id? It see only mutate but I dont see get. Thank you for your help. On Wednesday, August 10, 2022 at 2:20:30 AM UTC-4 adsapi wrote: > Hi Kume, > > Thank you for reaching us o