RE: "Uncaught exception in the SynchronizationContext. Panic! java.lang.IllegalStateException: Could not find policy 'pick_first"

2022-04-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ajit, Thanks for reaching out to the Google Ads API Forum. Upon checking the log traces, it appears that the error seems to be related to the client libraries and not the API. You might find this post on the Github Issue Tracker useful to mitigate the error faced on your end. If not, I would

Re: authentication_error: NOT_ADS_USER

2022-04-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for your response. Moving forward to your concern, can I confirm if you followed my colleague provided about the Java client library setting for a service account as discussed here. If yes but the issue still persists, let me know so that I can raise it to the team for further che

Re: authentication_error: NOT_ADS_USER

2022-04-07 Thread XiuNan Liu
Yes, I have followed steps 1 and 2, but the problem still exists 在2022年4月7日星期四 UTC+8 15:07:52 写道: > Hi, > > > Thanks for your response. > > > Moving forward to your concern, can I confirm if you followed my colleague > provided about the Java client library setting for a service account as >

Re: Combining SearchQueryPerformance table with KeywordBasicStats table

2022-04-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Casey, Thanks for getting back to us. Since you mentioned you are pulling Google Adwords data into BigQuery using Big query transfer, note that this is implementation of the Google Ads to the BigQuery platform, and implementation of the Google Ads API / AdWords API to any platform is outsid

KeywordPlanIdeaService

2022-04-07 Thread 'Yu Sun' via Google Ads API and AdWords API Forum
Hey, I hope everything is going well with you! I have some concerns/doubts about the new KeywordPlanIdeaService. We are using right now the old TargetingIdeaService (with request_type STAT) to get search volumes information for every keyword (average search volume of last 12 months and also m

Summing conversion field (metrics.conversions) at ad level are different between GoogleAds and Adwords

2022-04-07 Thread Triều Phạm
I have created some custom performance report for my customers. And I have compared click, imp, cost and cv value on RAW data between Google Ads and Adwords. I have seen that the value of click, imp, cost are the same but the value of CV are different. I don't know why. I think that the CV va

Search Volume Data Through Google Ads API

2022-04-07 Thread Sidhant Gupta
Hi, I am new to Google Ads API and I wanted to know if it is possible to get search volume numbers for last 24 months through the API for a list of 500 keywords added to google sheets (and they keep changing) ? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: h

Re: Customer is not allowlisted for accessing this feature WBRAID

2022-04-07 Thread Kubber
I have the very same issue. I'm creating Offline Conversions using clicks - I store URL that hits the page and use gclid to create Offline Conversion. That works with gclid, but I get that error message when I try to use wbraid parameter. Instead of setting field 'gclid' in ClickConversion type

Re: TOO_MANY_USER_IDENTIFIERS Error for Customer Match

2022-04-07 Thread Serg Korsik
Hello! But how it possible to construct json with multiple same keys? According to blog post I need to put into JSON two and more *operations *keys. Or I understood something wrong? On Wednesday, 26 January 2022 at 04:45:40 UTC+1 adsapi wrote: > Hi Elif, > > The number of a single user's id

Display Network is missing in the new api

2022-04-07 Thread Davina Moriau
Hello, We are migrating our old Google Adwords API to the new Google Ads API. In the validation step we notice we are missing all the "display network" campaigns. We expect to get the CONTENT state like the enums are defined: https://developers.google.com/google-ads/api/reference/rpc/v10/AdNetwo

Call Asset failing because of CALL_CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED

2022-04-07 Thread kinganil...@gmail.com
Hi, While creating call asset then we are getting CALL_CUSTOMER_CONSENT_FOR_CALL_RECORDING_REQUIRED error. Following is Request and response MethodName: google.ads.googleads.v10.services.AssetService/MutateAssets Endpoint: googleads.googleapis.com:443 Headers: {developer-token=REDACTED, login-c

Re: Combining SearchQueryPerformance table with KeywordBasicStats table

2022-04-07 Thread Casey Tilly
My apologies, Thank you for the help! On Thursday, April 7, 2022 at 3:17:13 AM UTC-5 adsapi wrote: > Hi Casey, > > Thanks for getting back to us. > > Since you mentioned you are pulling Google Adwords data into BigQuery > using Big query transfer, note that this is implementation of the Google

Re: How to get Html5UploadAd data

2022-04-07 Thread Marie P-Lavoie
Hi Peter! Thank you for your quick response and sorry for the delay. Actually, I was looking for a way to just get basic data, such as the ad's images in the zip bundle and the names of these images, to identify the DisplayUploadAd, as I was able to do so in the Adwords API. I was able to go t

Multiple Offline User Data Jobs with “RUNNING” status for the same user list.

2022-04-07 Thread Alexandra Nasekaylo
Hello! We are migrating to the new Google Ads API. We are using OfflineUserDataJob service. We have the following workflow: 1. Create a job: https://developers.google.com/google-ads/api/rest/reference/rest/v9/customers.offlineUserDataJobs/create 2. Add Operations to the created job: https

Re: Google Ads API: how to get serving_status for Ad groups and Ads level?

2022-04-07 Thread Morad
Hi, Since the request was made, 2 new versions of the API, v9 and v10, have been released without any update. Do you know if these 2 new fields will be available in the v11 coming out next summer? Thank you, Regards On Monday, December 20, 2021 at 7:14:34 PM UTC+1 adsapi wrote: > Hi Morad, >

Re: KeywordPlanIdeaService GenerateKeywordHistoricalMetrics not working

2022-04-07 Thread Евгений Калейчик
That method was erroneously published in the reference docs and is not available yet. Docs have been updated среда, 30 марта 2022 г. в 19:49:06 UTC+3, of...@ziprecruiter.com: > Hi > I am trying to use the KeywordPlanIdeaService > > https://developers.google.com/google-ads/api/reference/rpc/v10/

Trouble getting partial failures

2022-04-07 Thread Walter Bodwell
I'm uploading offline conversions. Most are successful (and I can see them in the Google Ads UI). Some are not. I'm having difficulty getting an error message for the unsuccessful ones. Here's my Python code: # create conversion click_conversion = client.get_type("ClickConversion") click_con

Re: Setting frequency_caps for a campaign

2022-04-07 Thread Souvik Basu
Hi, can anyone help me with the same question. I am still facing the same issue. I am not able to add the frequency_caps. Your help is very much appreciated. Regards Souvik Basu On Thursday, May 23, 2019 at 7:43:30 PM UTC+5:30 Google Ads API Forum Advisor Prod wrote: > Hi Vinuntha, > > Than

Re: Setting frequency_caps for a campaign

2022-04-07 Thread Souvik Basu
Can you please help me with a example. That would be of great help. On Friday, April 8, 2022 at 12:49:51 AM UTC+5:30 Souvik Basu wrote: > Hi, > > can anyone help me with the same question. I am still facing the same > issue. > > I am not able to add the frequency_caps. > > Your help is very mu

Re: click_view lacks criterion info for the clicks triggered something other than user list or search keyword

2022-04-07 Thread don....@gmail.com
Hello I replied privately to author, please lmk if you got it and there is enough info? On Tuesday, April 5, 2022 at 2:03:17 PM UTC+3 adsapi wrote: > Hi Don, > > For additional information, you may send it via *Reply privately to > the author* option. If this option is not available, then send

Re: Setting frequency_caps for a campaign

2022-04-07 Thread Souvik Basu
Hi, I am using Python v10 API SDK. Actually I am not getting any error, I am not sure how to add frequency cap Thanks for your quick response Souvik basu On Fri, Apr 8, 2022 at 1:55 AM Google Ads API Forum Advisor wrote: > Hi Souvik, > > Which client library are you using? And what's the erro

Re: Adding a List of Keywords in a Keyword Plan Ad Group

2022-04-07 Thread Mehmet Kocak
Hey, okey then I will do it that way. Thanks you very much Greetings, Mehmet On Tuesday, 5 April 2022 at 11:30:50 UTC+2 adsapi wrote: > Hi Mehmet, > > Thank you for raising this concern to the Google Ads API forum. > > To answer the question below, I am afraid that there is no bulk set match

Re: KeywordPlanIdeaService GenerateKeywordHistoricalMetrics not working

2022-04-07 Thread Евгений Калейчик
The link does not containt information about GenerateKeywordHistoricalMetrics четверг, 7 апреля 2022 г. в 23:48:48 UTC+3, adsapi: > Hi everyone, > > The REST implementation works > , > > for

Unable to resolve host googleads.googleapis.com

2022-04-07 Thread 金子冴
Hello. We are trying to use Google Ads API with Client Library of Java. But it returns exception `java.net.UnknownHostException`. The total error message is the following. ``` 05-Apr-2022 16:51:35.365 WARNING [grpc-default-executor-138] io.grpc.internal.ManagedChannelImpl$NameResolverListener.han

RE: Trouble getting partial failures

2022-04-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Walter, Thank you for raising this concern to the Google Ads API team. Moving forward to your concern, as per this document, in Python the partial_failure_error attr is always present on a response message and is represented by a google.rpc.Status message. So we can't simply check whether t

nrecognized fields in the query: \'customer.status\', \'customer client.status\'.

2022-04-07 Thread zhangyujie0625
Hello, what is the cause of this SQL error? SELECT  customer.status, customer_client.status, customer_client.client_customer, customer_client.level, " + "customer_client.manager, customer_client.descriptive_name, " + "customer_client.currency_code, customer_client.time_zone, "

search_term_view report is running too long

2022-04-07 Thread Poojitha Gandra
Hi, I am running a report for search_term_view and its running as long as a day and not showing up any error. This started happening 3 days ago. I am able to run the same query in google adwords. Please suggest what can be done *Please find the below:* Request: customer_id: "2159928482" query

Re: Adding a List of Keywords in a Keyword Plan Ad Group

2022-04-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mehmet, Thank you for the updates. If you have additional questions regarding the topic being discussed in this thread, feel free to send those over to our team and we would be happy to assist you further. Best regards, Heidi Google Ads API Team ref:_00D1U1174p._5004Q2ZJpaz:ref -- -- =~

Re: KeywordPlanIdeaService GenerateKeywordHistoricalMetrics not working

2022-04-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for your response, I am also a member of the Google Ads API team and let me provide support to your concern. Moving forward to your concern, can you check this one if this is what you are looking for about GenerateKeywordHistoricalMetrics. I refer you to this guide as well as this d

RE: nrecognized fields in the query: \'customer.status\', \'customer client.status\'.

2022-04-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 team. However, I had to delete your initial post as it contained your logs. That said, I am reposting below your concern without the attached logs : "Hello, what is the cause of this SQL error? SELECT customer.status, customer_client

Problems with batch jobs

2022-04-07 Thread Ainis Vabolis
Hi, I have created one batchJob with operation to change TrackingUrl, it is a simple update, previously everything was working fine. BatchJob finished in couple of minutes. But now I created the job yesterday and today google ads api says that job is still running. It looks like it is getting st

Re: authentication_error: NOT_ADS_USER

2022-04-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for your patience. However, could you please confirm if api.googleads.serviceAccountUser a valid user in CID: 1340476946? Upon checking, I see that this account is test manager account? Could you retry your request with correct correct CID? Please send sensitive details privately

RE: Unable to resolve host googleads.googleapis.com

2022-04-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to our API support team. You appear to be encountering a client library related error. That said, I would recommend that you reach out to the Java client library owners via this link, for further insight and guidance. Best regards, Peter Laurence Google Ads API

About CRITERIA_PERFORMANCE_REPORT migration

2022-04-07 Thread Tülay Çağlayan
Hello, CRITERIA_PERFORMANCE_REPORT is deprecated . How can I get below data ? select CampaignId, CampaignName, AdGroupId, AdGroupName, Id, Criteria, Device, Impressions, Clicks, Cost, AveragePosition, Conversions from CRITERIA_PERFORMANCE_REPORT later I will use this data as below: select Ca

the customer status is not match the ads dashboard

2022-04-07 Thread mv
v10 is support to get the customer_status when i get the customer_status from api it return “2” const ENABLED = 2; that means the account is enable but the ads dashboard shows “the account is suspended” [image: google.png] was it something wrong ? or how can i get the true status from