Re: Delete Audience

2023-03-07 Thread Ye Haily
Thanks for reply. I want to confirm: does Audience support deletion? 在2023年3月8日星期三 UTC+8 01:03:35 写道: > Hi, > > Thank you for posting your concern to the Google Ads API support team. > > Regarding your concern, you may use the AudienceService >

AddBatchJobOperations returns Internal error encountered.

2023-03-07 Thread Jing CHEN
Hello, The error logs are as follows. Can you help me see what causes the continuous internal errors? When I reduced the number of newly added campaigns to three, it was successful, but if it is more than three, it keeps returning internal errors, which confuses me. I have consulted relevant do

Re: I only sent one request, but the interface returned Too many requests. Retry in 4 seconds.

2023-03-07 Thread LOGIC zzNa
This is an error message coming back to me, and I don't know if this will help determine the problem com.google.ads.googleads.v13.errors.GoogleAdsException: errors { error_code { quota_error: RESOURCE_EXHAUSTED } message: "Too many requests. Retry in 4 seconds." details { quota_err

I only sent one request, but the interface returned Too many requests. Retry in 4 seconds.

2023-03-07 Thread LOGIC zzNa
Hello, everyone. This question is very troubling to me. I hope you can give me some advice. I can make sure. I just call a keywordPlanServiceClient generateKeywordIdeas, because I test on their own, and before the call I print the log, make sure I was the only one in the call. It makes me w

Get campaign amount spend using node.js

2023-03-07 Thread Leonardo Lins
Hey guys, How can I get the amount spent on all my campaigns in a specific time period? I was reading the documentation, you guys don't have javascript library. Should I use reports? https://developers.google.com/google-ads/api/fields/v13/campaign#segments.date Or use the rest interface? if t

RE: Google Kratu Report Script

2023-03-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Jeremi, Welcome to Google Ads API support team. Thank you for reaching out to us. Please note that this support channel can only provide assistance to issues/concerns related to the Google Ads API. If you have any questions related to our API, you may provide the details, so we can assist

RE: Getting auhorization and permission issue since 6th march 2023

2023-03-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to Google Ads API Forum. I can see that you have encountered the USER_PERMISSION_DENIED error. This 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 re

Re: Missing discovery product feed subtype campaigns via API

2023-03-07 Thread Cheng Lao
We are also looking for this feature to be implemented as it's crucial to our existing reporting to cover all campaign spend On Monday, February 20, 2023 at 9:56:58 AM UTC Mantas Kačinskas wrote: > Hi, > > There's no new info on your blog and API v13 still doesn't have Discovery > subtypes. One

RE: Request contains an invalid argument.

2023-03-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising this concern to the Google Ads API support team. Regarding the issue you are experiencing, can you please provide the complete request and response logs with request ID and request header generated on your end so our team can investigate and provide guidance accordingl

RE: CONCURRENT_MODIFICATION in Bulk Mutate method

2023-03-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Michal, Thanks for reaching out to the Google Ads API Forum. I can see that you have opened an issue with us via email support thread. For better tracking of issues and avoiding confusion, you may continue our discussion on email thread with the subject “CONCURRENT_MODIFICATION in Bulk Muta

Re: Unable to get sub accounts (ListAccessibleCustomers) with service account flow

2023-03-07 Thread Giovanni Quarella
I am using the last .NET client library. ListAccessibleCustomers gives me no error at all, but return only the account id of the caller and not all the account id that I retrieve using what I found in the above stackoverflow link. Il giorno martedì 7 marzo 2023 alle 14:48:32 UTC+1 Google Ads A

Message: "The call or the click leading to the call was not found."

2023-03-07 Thread Alexis S
Good morning! I am making the following query to the API https://googleads.googleapis.com/v13/customers/MY_CUSTOMER_ID:uploadCallConversions { "conversions": [ { "callerId": "+01234567890", "callStartDateTime": "2023-03-03 09:50:00-05:00", "conver

Re: Error in uploadCallConversions with conversionAction

2023-03-07 Thread Alexis S
Thanks! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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" gr

Google Kratu Report Script

2023-03-07 Thread Jeremi Boivin
hi, I've been trying to get this script to work for me: https://developers.google.com/google-ads/scripts-legacy/docs/solutions/adsmanagerapp-kratu However, when I tweak the script as intended it will run without errors but it won't update any of the data. It can also only be run once it seems.

uploadCallConversions sandbox test

2023-03-07 Thread Daniel Villarreal
Good morning, we are automating the uploadCallConversions process to upload conversion files to Google Ads. we are using the clients.uploadCallConversions API (https://googleads.googleapis.com/v13/customers/{customerId}:uploadCallConversions) we need to know if there is a test environment whe

Getting auhorization and permission issue since 6th march 2023

2023-03-07 Thread monsterindi...@gmail.com
HI Team Please advice on this authorization_error, User doesn't have permission to access customer. Note: If you're accessing a client customer, the manager's customer id must be set in the 'login-customer-id' header. See https://developers.google.com/google-ads/api/docs/concepts/call-structure

RE: Is gmail_ad deprectaed?

2023-03-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to Google Ads API Forum. Yes, your understanding is correct. You will not be able to retrieve the headline for your past Gmail ad using ad.gmail_ad* from ad_group_ad report from Google Ads API V12 or v13 version. However, you may still be able to pull it via V11

Re: Unable to get sub accounts (ListAccessibleCustomers) with service account flow

2023-03-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Giovanni, Thank you for getting back to us. I hope you are doing well today. Moving forward to your concern, I really understand that you encountered an error when you tried the ListAccessibleCustomers. However, can I ask if you tried the solution that you saw in the https://stackoverflow.c

Type: request_error Code: UNKNOWN.

2023-03-07 Thread Samir Sabri
Hello We are experiencing error Type: request_errorCode: UNKNOWN. when accessing ads reporting. Sample of our code ``` @start_date = "2023-03-07" @end_date = "2023-03-07" @customer_id = '1234567890' query = <<~QUERY SELECT metrics.cost_micros FROM customer WHERE segments.date >= '#{@start_

CONCURRENT_MODIFICATION in Bulk Mutate method

2023-03-07 Thread Michał Podniesiński
I'm trying to create huge group of Ads. I have configured campaigns and AdGroups already. I use bulk mutate method: https://developers.google.com/google-ads/api/reference/rpc/v13/GoogleAdsService#mutate and V13 version in dotnet client. A single MutateGoogleAdsRequest contains 1000 AdGroupAdOpe

RE: Payment flow in Google Ads API

2023-03-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Shakhboz, The Google Ads API supports billing services which let you programmatically manage end-to-end billing workflows, from initial billing setup and account-level budget management, to customer invoice reconciliation. For your use case, we would recommend checking our developer document

Delete Audience

2023-03-07 Thread Ye Haily
Hello, I'm trying to delete an audience. I didn't find the remove button in UI: Audience Manager-> Audiences I tried calling google ads API v11 MutateAudiences to udpate status as Removed, but still can get this Audience with status Enabled. So, could we delete Audience? Is my code wrong? Co

Request contains an invalid argument.

2023-03-07 Thread 'Ibrahim Jarrar' via Google Ads API and AdWords API Forum
I am getting this error with no idea whats the reason, it happens both in v11 and v12 of the API, any clues would be really appreciated: (<_InactiveRpcError of RPC that terminated with: status = StatusCode.INVALID_ARGUMENT details = “Request contains an invalid argument.” debug_error_string = “UN

Is gmail_ad deprectaed?

2023-03-07 Thread cv
Hi, I am seeing this query error when I tried to validated the query. - 'ad_group_ad.ad.gmail_ad.teaser.headline' is not a valid field in the SELECT clause when 'ad_group_ad' is the resource in the FROM clause. Fields in the SELECT must be 'Selectable'. I am not seeing any doc where i

There is no campaign in API response

2023-03-07 Thread 'Yevhenii Ostroushko' via Google Ads API and AdWords API Forum
Hello, I'm working with Google Ads search to get campaigns data. However, I can't retrieve campaign with ID 19648550525 by API: At the same time, the campaign is showing on Google Ads account: Please help to understand the reason. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

Re: Unable to get sub accounts (ListAccessibleCustomers) with service account flow

2023-03-07 Thread Giovanni Quarella
In the meanwhile I discovered a user with the same problem and with his solutions it works https://stackoverflow.com/questions/68265386/get-a-list-of-mcc-accounts I still do not understand why ListAccessibleCustomers does not work Il giorno lunedì 6 marzo 2023 alle 10:57:30 UTC+1 Google Ads AP