Google Ads - REST API - clear customer list

2022-05-20 Thread Nicolas S.
Hello, I'm trying to remove all customers for a customer list, using the REST API. I got the request to get my list: curl -f --request POST "https://googleads.googleapis.com/v10/customers//googleAds:searchStream; \ --header "Content-Type: application/json" \ --header

Re: suggestSmartCampaignAd gives 200 but returns empty object

2022-05-20 Thread Paypal Poc
Hi, Currently, we are making direct REST API calls for testing using postman. We haven't integrated with any client libraries yet. Is there any header we can use when making the rest call so that the response contains additional debugging information? Currently, we only get an empty object

Re: API Quota Reduction

2022-05-20 Thread Syed Stewart
Hello, Thanks for the new features, especially the introduction of GenerateHistoricalMetrics. Do you mind adding these parameters from GenerateKeywordIdeasRequest to

Google Ads API query for ad_group_ad and keyword_view returns 0 records

2022-05-20 Thread Ronak Shah
Hello, We have completed the Adowrds to GoogleAds Api migration. We are using Google Ads API to get ad_group_ad and keyword_view report data by issuing a GAQL search query. There are 2 accounts under our managerId: Once for web and one for mobile application. When we issue a query we are able

RE: suggestSmartCampaignAd gives 200 but returns empty object

2022-05-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Could you provide us with the complete request and response logs with the request-id, so our team can better check?If you haven't yet, logging can be enabled by navigating to the Client libraries > Your client library (ex.

RE: Unable to work on V10 version API calls

2022-05-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Mounica, Thank you for reaching out to the Google Ads API support team. To investigate the issue further, could you please provide us with the complete logs (request and response with request-id). Please send the requested details via the Reply privately to the author option. Thanks,

RE: BUG, A QUERY BRINGS THE RESULTS FROM PREVIOUS QUERY

2022-05-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Arturo, Thank you for raising this concern to Google Ads API team. To investigate the issue, could you provide the complete request and response logs with request ID and request header generated on your end? You can provide it via Reply privately to author option. If this option is not

RE: About getting "Impression Statistics (Co-Viewing)" columns from the API

2022-05-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Could you please provide full screen screenshot in the English language of what you are looking for, so that i can further investigate the issue?Please reply via privately author option. Thanks, Nirmita Google Ads API Team

RE: Application name on google ads manager

2022-05-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Dimas, Thank you for reaching out to the Google Ads API support team. We provide support for AdWords / Google Ads API related concerns only. If you are using Ads API, can you please provide more details on this issue. If you have any concern to the Google Ads Manager API, I recommend you to

RE: KeywordPlanService.GenerateHistoricalMetricsRequest only returns GLOBAL results

2022-05-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Lasse, Thank you for bringing this to our attention, I raised it with my team and we will get back to you as soon as possible. I am reposting your first post in a redacted fashion because it contains logs : Hello, I am using Google Ads API v10.1 and I am creating a keyword plan with a

RE: Google Ads API: object has no attribute 'get_customer'

2022-05-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Luis, Thank you for reaching out to the Google Ads API support team. To investigate the issue further, could you please provide the complete request and response with request-id?If you haven’t yet, logging can be enabled by navigating to the Client libraries > Your client library (ex. Java)

Re: Unable to obtain all the results that I can see in UI

2022-05-20 Thread Arturo Martínez Pacheco
Hi! I found that the problem is that the python client library has some bug where a query brings results from the previous query, they are in the same if condition but each report has its own function,. For example: def get_all_reports(region): try: if region == "IRELAND":

BUG, A QUERY BRINGS THE RESULTS FROM PREVIOUS QUERY

2022-05-20 Thread Arturo Martínez Pacheco
Im making a query for an account that I have in Spain, and then a query for another account that it is in Mexico, the reports of the second query, brings also results from Spain, even my functions are in different scopes, but in the same "if" -- --

Re: Keyword Ideas grouped view

2022-05-20 Thread Alex Papageorgiou
+ 1 for this feature! thanks On Thursday, March 17, 2022 at 11:25:44 AM UTC+2 digorb...@gmail.com wrote: > Hi Jinky, > > Thank you for sharing plans for this feature. Looking forward to be using > it in future :) > > Respectfully, > Dmytro > > вівторок, 15 березня 2022 р. о 16:10:03 UTC+2

RE: PERMISSION_DENIED issue

2022-05-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to the Google Ads API support team. Could you provide us with the complete request and response logs with the request-id generated when you received the PERMISSION_DENIED error, so our team can better check? If you haven't yet, logging can be enabled by

Object has no attribute get_customer

2022-05-20 Thread Luis Chutá
Hey Everyone! I am trying to migrate a script that someone else did in version 14.0.1 of google-ads to version 16.0.0 I am encountering this error: 'CustomerServiceClient' object has no attribute 'get_customer' I am not familiar at all with the google ads api and I could not find anything in

Google Ads API: object has no attribute 'get_customer'

2022-05-20 Thread Luis Chutá
Hey Everyone! I am trying to migrate a script that someone else did in version 14.0.1 of google-ads to version 16.0.0 I am encountering this error: 'CustomerServiceClient' object has no attribute 'get_customer' I am not familiar at all with the google ads api and I could not find anything in

Google Ads API: object has no attribute 'get_customer'

2022-05-20 Thread Luis Chutá
Hey! I am trying to migrate a google script from google-ads version 14.0.1 to version 16.0.0 but I've encountered this error when I am executing the code. I've found nothing of use on the documentation about this get_costumer method so I would like to know what is the current form or use of

authentication scopes

2022-05-20 Thread Abhishek
Hi Team, Note - Access token from oauth playground is working properly. I was trying to get access token using postman did same as what did in oauth playground. Scope = https://www.googleapis.com/auth/drive.metadata.readonly State = pass-through value I am able to get access token using this.

Re: Unable to pull product view with filter on campaign label

2022-05-20 Thread Boris DETRY
Also, online query validator says query is ok. On Friday, May 20, 2022 at 2:51:53 PM UTC+2 Boris DETRY wrote: > Usually I can pull the products views from *shopping_performance_view *with > no problem*, *but when I add the filter "*where campaign.label = [..my > label ressource name...*]" I

Unable to pull product view with filter on campaign label

2022-05-20 Thread Boris DETRY
Usually I can pull the products views from *shopping_performance_view *with no problem*, *but when I add the filter "*where campaign.label = [..my label ressource name...*]" I have the following error : Error code :* UNKNOWN* Message : *The error code is not in this version.* Trigger :

When Google ads start serving for Audience Segment in Customer match?

2022-05-20 Thread 'Anjana Sagathiya' via Google Ads API and AdWords API Forum
Hello, How many users are needed for Customer match to start google ads serve? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are

Question related to Customer Match audience Segment Size.

2022-05-20 Thread 'Anjana Sagathiya' via Google Ads API and AdWords API Forum
Can you please tell me how many users we have added in one audience customer list segment? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message

KeywordPlanService.GenerateHistoricalMetricsRequest returns wrong data

2022-05-20 Thread Andrey Eblukov
Hello, KeywordPlanService.GenerateHistoricalMetricsRequest https://developers.google.com/google-ads/api/docs/keyword-planning/generate-historical-metrics?hl=en#create_a_keyword_plan began to return the same data for different locations, an example of an answer for using the words: "seo", "seo

Question Related to Customer match

2022-05-20 Thread 'Anjana Sagathiya' via Google Ads API and AdWords API Forum
Hello, I have uploaded 1 records in GoogleADs in Customer list Segment but it shows that the match rate is 0% of people in your customer list were identified for targeting purposes. Can you tell me why it is happened? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

suggestSmartCampaignAd gives 200 but returns empty object

2022-05-20 Thread Paypal Poc
Hi, We used this documentation to make REST calls for fetching Smart Campaign Ad Suggestion. Got a 200 response code but with empty object in response. Request details :- *URL* :

Returning internal_error when validating an ad_group_ad operation

2022-05-20 Thread Wojciech Ślawski
Starting today(20.05) when doing operations like this:

Re: I am working on Google Ads API - I can't get new refresh token

2022-05-20 Thread Meraklı Web
https://developers.google.com/google-ads/api/docs/client-libs/php/oauth-web What I don't understand is that we automate this in our system, do we have to give permission again each time? I think we don't need to write bots for this, I have to constantly give permission every time. I can generate

Application name on google ads manager

2022-05-20 Thread dimas ilham
on googleads.yaml file it attached something like application name on ad manager, it's written like this: # AdManagerClient configurations ad_manager: # # Required Fields

JavaFX Desktop Application monetization

2022-05-20 Thread Azmat Ullah
Hello there. I have developed an desktop application purely in JavaFX. Now I want to monetize it. Is it likely to be done? If so, can you point out some API or something? If not can you point out some other useful networks like google ads. Thank you -- --