Re: Migrated our application from Adwords to Google Ads having some issues with User Match List

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alejandro, Thank you for getting back to us. I work with Sherwin and allow me to assist you here. I hope you are doing well today. Moving forward, regarding this, "By any chance can we have like a hangouts session or phone call tomorrow that may be easier. I am sure this could be resolved w

Re: OfflineUserDataJobOperation Customer Match List issue

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alejandro, Thank you for getting back to us. I work with Aryeh and allow me to assist you here. I hope you are doing well today. Upon checking your latest email. It appears that your main concern here is this "That UserData Object is not referenced back with the Job Operation so seems like

Re: Is geo_target_constant missing some data?

2022-08-30 Thread 刘玮强
Thank you for your response. Google Ads API Forum Advisor 于2022年8月31日周三 11:50写道: > Hi, > > Thank you for raising your concern. > > Upon checking on my end, the criterion ID of the location belongs to one > of the restricted countries / non-targetable locations mentioned on this > document

ads conversions group by ad_event_type

2022-08-30 Thread 赵宏杰
[image: 1661924154041.jpg] https://developers.google.com/google-ads/api/fields/v11/ad_group In report api,we can not find the segment or attribution which is ad_event_type. how can we get the value of conversions grouped by ad_event_type which show in the pic using the report api? thanks -- --

ReachPlanService

2022-08-30 Thread HAYATO
Hi, We want to simulating function on API. Coud you tell us , What steps should I take to proceed to the application process for using "ReachPlanService"? * Since there was a description of the prior application here https://developers.google.com/google-ads/api/docs/reach-forecasting Also, if

Re: Migrated our application from Adwords to Google Ads having some issues with User Match List

2022-08-30 Thread Alejandro Alvarenga
Hi Sherwin, Looks like now is populating data but we are loosing around half of the records. I have posted in this conversation more detail https://groups.google.com/g/adwords-api/c/GqNawey0zoY. By any chance can we have like a hangouts session or phone call tomorrow that may be easier. I am

RE: Is geo_target_constant missing some data?

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for raising your concern. Upon checking on my end, the criterion ID of the location belongs to one of the restricted countries / non-targetable locations mentioned on this document. I was able to replicate the scenario that you encountered on my end that this location criteria is

RE: Migrated our application from Adwords to Google Ads having some issues with User Match List

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alejandro, Thank you for reaching us out. I am Sherwin from Google Ads API support team. I hope that you are doing well today. Moving forward to your concern, could you please provide us the complete request and response logs with request ID and request header generated on your end? You can

Is geo_target_constant missing some data?

2022-08-30 Thread 刘玮强
Hi Google Ads API support team! Is geo_target_constant missing some data? Some of the location_ids I got in location_view and geographic_view cannot be found in geo_target_constant. Is there something wrong with the way I'm querying? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also

RE: In Market: Other Search

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Eric, Thank you for posting your concern. Allow me to provide support. Upon checking, it appears that these in-market audiences are currently not supported in Google Ads API. However, I can raise a feature request to my team so that some of the in-market audiences that are tagged as 'Other'

RE: Search Stream - Java issue

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Angelo, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. 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 by navigating to the Client librar

Re: Troubleshooting "GRPC target method can't be resolved."

2022-08-30 Thread David Booke
Thank you, Aryeh! I'll use the REST interface. On Tuesday, August 30, 2022 at 1:04:44 PM UTC-5 adsapi wrote: > Hi David, > > Our Client library and supported versions > > shows > you are tryi

Search Stream - Java issue

2022-08-30 Thread Angelo Veres
Hello, I am having issues with fetching data from the Google Ads API. When retrieving ~17000 GoogleAdsRows, the first 1 rows are available and used during the first iterator.next(), but for the subsequent 7000 rows the search stream is already closed, but iterator.next() tries to create an

RE: OfflineUserDataJobOperation Customer Match List issue

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Alejandro, Here's our add_customer_match_user_list.py sample that has been well tested. We can look at your 'DEBUG' log level request and response log of raw API communications of your user data uploads to see if you implemented correctly. The request and response appears similar to the JSO

RE: Changing conversions after conversion window expired

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Kate, Since your query is about changes in counting conversions after a time frame I can only suggest you reach out to our product support team for further assistance. The Ads API can only be a conduit to the Ads product as expressed in the Ads UI. Hence, when your issue isn't with using the

RE: DEADLINE_EXCEEDED error

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to us. The error DEADLINE_EXCEEDED indicates that your request took longer than the deadline. That said, you may check this example to set custom client timeouts and this documentation for more information in timeouts. Note that you can set the timeout to 2 hours

RE: issue :Date is after allowed maximum

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Xu, Thank you for reaching out to us. Since you are getting “timestamp already exists for this click”, you may note that this is under the CLICK_CONVERSION_ALREADY_EXISTS error type, To upload another conversion, you may use a different timestamp. Moving forward, you may also refer to this

RE: issue:Date is after allowed maximum

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Xu, Thank you for reaching out to us. Moving forward to this,"I believe the data we upload will not beyond the current date time of actual upload ,since it is not feasible to grab data in the future." and "So is there a time range(or time zone ) for your server which user can be allowed to

Troubleshooting "GRPC target method can't be resolved."

2022-08-30 Thread David Booke
Hello, I'm using the google-ads python client and am attempting to troubleshoot the following error: grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNIMPLEMENTED details = "GRPC target method can't be resolved." debug_error_string

RE: AdWords API data pull mismatch with UI

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Shashi, Thanks for reaching out. Can you please privately provide us with the request and response logs, outlining the discrepancy that you are observing? Thanks, Matt Google Ads API Team ref:_00D1U1174p._5004Q2dtHmf:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

OfflineUserDataJobOperation Customer Match List issue

2022-08-30 Thread Alejandro Alvarenga
We have followed the code example in your documentation our primary language is python and I see an issue on the code may be the cause of the issue we are experiencing. This i s the link to the snipped I am referring to it. https://developers.google.com/google-ads/api/docs/remarketing/audience-

Re: Campaign-specific goal (conversion) settings

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Patrick, Thank you for bumping this thread. While there is still currently no example code available for managing campaign goals, this guide should provide additional information on how you may proceed : If you have campaigns with goals that differ from your account-level goals, you can mod

Changing conversions after conversion window expired

2022-08-30 Thread 'Kate Orlova' via Google Ads API and AdWords API Forum
Hi! Is it a normal situation when all_conversions and conversions values are changed after conversion window expired? For example, I had an all_conversions value as 28.22 in April, and conversion window as 30 days. On June 1 the value was still 28.22. But then in June I've seen that the value b

RE: Get customer account start date

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ajay, Thank you for reaching out to our API support team. A start date is unfortunately not supported in both the Customer resource and also in the customer report of the Google Ads API. That said, if the said date field is supported in the Google Ads UI, you may provide our team with the s

Re: Audience Segment based on Firebase Custom Conversion specific parameter value

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Lorenzo, I don't have any updates at the moment, but I'll let you know as soon as I have more information. Thanks, Josh Radcliff Google Ads API Team ref:_00D1U1174p._5004Q2b65pf:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper

Re: Campaign-specific goal (conversion) settings

2022-08-30 Thread Patrick Adelino
Hi Aaron, were you able to configure campaign-specific goal settings via the SDK? Can you send a code example to help me set it up too? Thanks On Monday, August 1, 2022 at 11:45:11 AM UTC-3 aaron@gmail.com wrote: > Thank you! > > On Mon, Aug 1, 2022 at 3:29 PM Google Ads API Forum Advisor

Get customer account start date

2022-08-30 Thread Ajay.R
Is there a query field to get customer account's start date like we get in campaign start date -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message be

AdWords API data pull mismatch with UI

2022-08-30 Thread Shashi Kant
I am using python SDK to pull data from google ads API and after my python environment upgrade to 3.7+ we can see there is data mismatch in two columns like "All conversion and store visit" which is different in UI and API pull not sure why so? Please help -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Google Ads API Unique Users

2022-08-30 Thread 'Xue Wong' via Google Ads API and AdWords API Forum
Hello, I was wondering is there a way to get the unique users metric for campaign using Google Ads API? Thank You! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You re

RE: Retrieve keywords from shared set

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thank you for reaching out to the Google Ads API team. Moving forward to your concern, please try using the shared_criterion report on your end to see if you will get your expected data. Regards, Carmela Google Ads API Team ref:_00D1U1174p._5004Q2doiCn:ref -- -- =~=~=~=~=~=~=~=~=~=~=

DEADLINE_EXCEEDED error

2022-08-30 Thread 'Oksana Sulyma' via Google Ads API and AdWords API Forum
Hi Google Ads support team! I know there are a bunch of topics in this group related to DEADLINE_EXCEEDED error, but I wanted to double confirm if I'm doing everything correct in my individual case. First of all we have thousands of Google Ads accounts served in our app and we get errors only

RE: metrics.cost_micros from API differs to UI

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Sven, Thank you for reaching us out. I am Sherwin from Google Ads API support team. I hope that you are doing well today. Moving forward to your concern regarding costs that is not matched from UI and API. For us to further investigate the issue, could you please provide us the request and

issue:Date is after allowed maximum

2022-08-30 Thread Xu Rico
I believe the data we upload will not beyond the current date time of actual upload ,since it is not feasible to grab data in the future. For example, we uploaded those conversion actions happened on 2022-08-29 and we uploaded them via API on 29th Aug, but they are still failed So is there

Delete/remove Developer Token

2022-08-30 Thread Algo Touch
Hi, a client wanted to test some automation using the Google Ads API so we generated a developer token. We have decided to no longer pursue this automation and therefore would like to completely delete/remove the token. I've not been able to find a way to do that, as the only option I see is to

Re: app installs data in report

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tonero, Thank you for getting back to us. I work with Carmela and allow me to assist you here. I hope you are doing well today. Moving forward, regarding this, "Is there a way to get app installs values from the API at Ad_Group level?" I'm afraid that this biddable_app_install_conversions

Re: Unable to set maximize_converions bidding strategy

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thank you for the reply. It appears that this concern is more specific in the client library so we will recommend that you reach out to PHP client library owners via posting an issue on this github tracker as they are more equipped to provide guidance on this issue. Best regards, Anth

RE: Cost vs. ROAS via the API

2022-08-30 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for posting your concern. I would like to inform you that I am going to delete your current post after posting this reply. The reason is, the login user account has been exposed in the provided screenshot. Moving forward, I can see that this metric is indeed not supported yet to

metrics.cost_micros from API differs to UI

2022-08-30 Thread Sven Boels
Hello, We want to get the costs of an ad per day in a specific Daterange using the following Query: SELECT segments.date, ad_group_ad.ad.id, metrics.clicks, metrics.impressions, metrics.conversions, metrics.cost_micros, segments.ad_network_type, metrics.view_through_conversions, metrics.conve