Re: Alignment between API version upgrades and client libraries

2022-05-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dorian, Thank you for providing more details to your concern. I understand that you are having an issue with your client library as the new version seems not compatible with the new Google Ads API version. However, this concern is client library related and our team would not be able to

Questions on adgroup criterion id

2022-05-04 Thread jubap...@gmail.com
hi, I want to mutate keyword status by creating AdGroupCriterionOperation using python code As I know if the keyword text is same, they will have same adgroup_criterion.criterion_id. but they might be used in different ad groups and campaigns. Therefore, if in the agc_service_ad_group_path only

Google ADS API V9 IpBlock Ban, banning /16 instead 0/24

2022-05-04 Thread Gabriel Gregori
Hi, I have developed a system to ban ip addresses with sub networks, and I sending to google ads API V9 ipBlock criterion with ip addresses like 91.205.230.0*/24 *and the google ads were always considering the right subnet class, always became 91.205.230.* in google ads system, but somehow

Change Ownership of Developer Tokesn

2022-05-04 Thread Online Engineering
Hi support team, We have an ad account with ID 123, and its associated email address managing 123 is email1. In the API center, we have a developer token generated for 123, and we also created a project to generate client id and client secret, and we generated the refresh token in order to

RE: Remove approved and active Billing Setup

2022-05-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Robert, Thanks for reaching out. The Ads API does not support an update BillingSetupOperation. As you may have seen in the documentation, a billing setup cannot be removed unless it is in a pending state or its scheduled start time is in the future. Please allow me to make an internal

Call Asset failed to create

2022-05-04 Thread Ramanajee
Hi, I'm getting below error while creating call assets. Multiple errors in ‘details’. First error: If the default call_conversion_action is not used, the customer must have a ConversionAction with the same id and the ConversionAction must be call conversion type., at

Re: No extensions returned when they should

2022-05-04 Thread Oliver
Hi, Thanks for your response. The formatting issue picked up by the Query Builder happened due to copy & paste of the string here. However, the query is formatted correctly in our code and is running correctly in production. In any case, the issue is still there even if we remove all the

Multiple video_ids for a single ad_group_ad_id in the video report

2022-05-04 Thread Satish Pinnuri
Hey there, We are pulling the video resource from google ads. We are seeing two video_ids that share a single ad_group_ad_id in our report. But, we do not have two video_ids for the given ad_group_ad_id. Can we know why is this happening? When you edit a video in the ads UI, the UI says that

"An internal error has occurred" randomly happens on one of our integration test

2022-05-04 Thread Gianfranco Gallicchio Primavera
We have an integration test that fails at random and returns An internal error has occurred message. These are some logs of the requests that we are making on the test: Request --- MethodName: google.ads.googleads.v10.services.GoogleAdsService/SearchStream Endpoint:

Re: geographic_view, report with python library

2022-05-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Juba, Thank you for providing the requested details privately. Let's continue our conversation on the other thread you've created where you send the requested information already checked this and will provide a helpful solution there. Thanks, Nirmita Google Ads API Team

Is performance-max campaigns reporting available at ad group or ad level?

2022-05-04 Thread Alex Contreras
I don't see docs anywhere that explicitly state this limitation. I'm pulling data from the ad_group and from the ad_group_ad resources. PERFORMANCE_MAX campaigns seem to be missing. Is this expected behavior? Is performance (impressions, cost, clicks, etc) for PERFORMACE_MAX campaigns only

RE: No extensions returned when they should

2022-05-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello Oliver, Thanks for reaching out to the Google Ads API forum. I would like to inform you first that I am going to delete your initial post as it contains sensitive information. I just pasted the context of your concern below without the sensitive information: I have checked the GAQL

Re: List Accessible Accounts stuck in error loop

2022-05-04 Thread Dean Povey
Err in case it wasn't clear, that's what I expect should happen :-). So now fixed. On Thursday, May 5, 2022 at 1:32:31 AM UTC+10 Dean Povey wrote: > I had this same problem (assuming you are using the Java API). It seems to > be a bug in the OAuth library. I upgraded to: >

Re: List Accessible Accounts stuck in error loop

2022-05-04 Thread Dean Povey
I had this same problem (assuming you are using the Java API). It seems to be a bug in the OAuth library. I upgraded to: com.google.apis/google-api-services-oauth2 v2-rev157-1.25.0 and it now seems to fail with an exception. com.google.api.gax.rpc.UnavailableException:

RE: Asset report not returning asset types of MOBILE_ASSET

2022-05-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Charles, Thank you for raising this concern to the Google Ads API Forum. With regard to your concern, it would be helpful to check this by providing complete logs within the format of the request and response logs with request-id and login-customer-id that generated on your end. This

Re: Request is missing required authentication credential

2022-05-04 Thread Tamas Tyukodi
Hello Matt, Thank you for the quick answer and pointing me to the right direction. Indeed the issue was on my side, where i miss configured the credential fields. On Wednesday, May 4, 2022 at 4:24:02 PM UTC+2 adsapi wrote: > Hi Tamas, > > Thanks for reaching out. Please note that our team

Re: Error while mutating Local, Performance Max or Smart Campaigns

2022-05-04 Thread Vijay Bang
Hi Google Team, Any updates? On Thursday, March 17, 2022 at 3:20:08 PM UTC+5:30 arsh...@optmyzr.com wrote: > Hi there, > we are getting an API error while mutating (mutation as simple as `status` > update) campaigns of types [Local, Performance Max or Smart]. > --> Is this expected for

How to upload offline conversions . Need help . Urgent

2022-05-04 Thread Aditya Shanker Tandon
Hi Team, I am not able to understand how to upload call/click conversions in google ads , in adwords we used to call mutate and upload gclids , but here we need to provide conversion action . Ques 1.: What is the process to get the conversion actions or conversion action ids.?? Can someone

RE: Request is missing required authentication credential

2022-05-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Tamas, Thanks for reaching out. Please note that our team cannot support third party libraries. However, it seems you are not properly sending your request headers. Assuming the library uses REST, please check your headers against this page. For support with the Opteo client library, I

Payment details in test account

2022-05-04 Thread Павел Секацкий
Good afternoon. To work with Google Ads Api, I created a test account, but when entering payment profiles, it says "Your account does not have access rights to payment data. Please contact your account administrator for help.". The main account has postpaid payments. Can you please tell me how

google-ads-php SDK and OAuth OOB deprecation

2022-05-04 Thread funny_ha_ha
Hello, I'm using https://github.com/googleads/google-ads-php version 15.0 (most recent version as of time of writing) and recently got an email from google with the information that OAuth out-of-band (OOB) flow will be deprecated and "*Our records indicate you have OAuth clients that used the

RE: Getting Audiences From API Issues

2022-05-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi João, Thank you for reaching out to the Google Ads API Forum. With regard to your concern, I can see that you are using the V9 version which is not supported to the report that you are currently using. With this, I suggest upgrading to the newest version as the report you are using is

RE: ResourceCountLimitExceededError for labels

2022-05-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Markus, Thanks for reaching out. If you can privately provide the complete request and response logs, we can check exactly which limit was exceeded. Thanks, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2aPyzk:ref -- --

Re: Can't get click_view's data

2022-05-04 Thread Anders Klixbull
I am seeing the same problem here.. Every time I try to do a query against click_view I just get an empty result set. The other queries I do aganst campaign and so on works fine! On Tuesday, April 26, 2022 at 6:18:45 AM UTC+2 cj.hus...@gmail.com wrote: > the response of query "SELECT

RE: including Locations when creating a campaign via REST

2022-05-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hello, Thanks for reaching out. You can target locations while creating campaigns by using customers.campaignCriteria.mutate. You can specify 'location' as the CampaignCriterion in your request. Regards, Matt Google Ads API Team Matt Google Ads API Team ref:_00D1U1174p._5004Q2aPz3F:ref --

RE: geographic_view report duration

2022-05-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Markus, Thank you for raising this concern to the Google Ads API Forum. To answer your question "Is it really possible that the query takes more than 2 hours for larger campaigns?", it can happen depending on the number of geo locations. However, to try this on our end, could you please

Re: Customers API error

2022-05-04 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Pratik, 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, it seems that you've encountered the DEVELOPER_TOKEN_PROHIBITED error. The developer token is not allowed with the project sent in

Re: Topic Name

2022-05-04 Thread cv
No more questions. On Monday, 2 May 2022 at 16:51:25 UTC+5:30 adsapi wrote: > Hi cv, > > Thank you for the updates. > > Upon further checking on my end, it appears that the provided suggestion > from my colleague could get you the information that you are looking for > and the name of the

Re: Google Account Security/ Permission Issue

2022-05-04 Thread Dina Dinh
Hi there, Everything is done as described in these guides and everything works as expected, but permissions to our apps disappear from this page https://myaccount.google.com/u/0/permissions. We have to re-config on permissions again & again. Please help us to check. thanks! On Monday, May

Get keywords volume, any sample code ?

2022-05-04 Thread WA
Hello guys, Before we used : $selector = new TargetingIdeaSelector(); $selector->setRequestType(RequestType::STATS); $selector->setIdeaType(IdeaType::KEYWORD); $selector->setRequestedAttributeTypes( [ AttributeType::KEYWORD_TEXT,

Search Ads with dynamic product price

2022-05-04 Thread sascha....@teufel.de
Hi, a short explanation of our account. We advertise products in our online shop and, in addition to landing pages for product groups, we have product detail pages for each product. We have stored ad groups and different ads in the account for many of the products. This for just about this

Removed CustomerService.get_customer method

2022-05-04 Thread Oleksii
Hey guys! I have recently updated google-ads python library to version 14.0 and found out that the method get_customer doesn't exist anymore. I would appreciate if you help me and explain how I can replace that method. Thanks in advance! -- --