Can't run command: dotnet run GenerateUserCredentials.csproj

2024-07-22 Thread Nguyen Dh
Dear, I couldn't run command: dotnet run GenerateUserCredentials.csproj should I download source from Github or I have to use Nuget to get library of Google ads API? please help me! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogs

Getting field mask when try to access ads data

2024-07-22 Thread Arunim Malviya
I am getting fieldmask for some some parameters, i generated the query using GAQL (https://developers.google.com/google-ads/api/fields/v17/ad_query_builder) endpoint: POST https://googleads.googleapis.com/v17/customers/3940771942/googleAds:search Authorization: OAuth token is passed Headers: {de

Extract Call_view data via Google Ads API — caller_number

2024-07-22 Thread Alexandre Drachler Simões
I'm working on a Power BI dashboard with data from Google Ads and Calls. With the help of Google Ads Query Builder, I was able to make a query with the parameters I need from the call_view, but I can't get the caller phone number. I can get a complete report including the caller phone number thr

Extract data from Google Business Profile

2024-07-22 Thread Alexandre Drachler Simões
I need to obtain data from Google Business Profile to create a dashboard in Power BI. Is it possible to do this with data from the Google Ads API? Where can I get a Python script template for this query? I need the following parameters: 'Interactions, 'Engagements', 'Calls', 'Website clicks',

Convert Google ads manager account to test manager

2024-07-22 Thread Sne DM
Hi all, I'm trying to use Google ads API, so I created a Google ads manager account. But it turns out I need a *test* manager account - which I can't create now because I have an existing manager account. So, I tried deleting my current manager account (which was never in use), but I can't becaus

Search campaign keywords are not added from api

2024-07-22 Thread Morten Mazanti
We got some issues with adding keywords. Trying this from Postman gives us succes response but no keywords are added to campaign. Here example of Keyword request: { "operations": [ { "create": { "type": "KEYWORD", "status": "ENABLED",

RE: standard access request urgent

2024-07-22 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. As you opened a ticket with the Google Compliance Team regarding the application of Standard access. I would recommend to follow up on the ticket and if you have any further concerns related to the application reach out to the

Re: how to get a campaign daily budget estimate

2024-07-22 Thread valentin volossin
Мне нужно конкретно знать чем это угрожает потому ,что злоумышленники могут использовать все и мои данные,если что то не правильно почта не шифруеться и читают все.не правильно работает сервера гуггла и защита. volossin40gmail. чт, 18 июл. 2024 г., 17:59 'Google Ads API Forum Advisor' via Google A

Concerns About Excessive Use of Google Ads API for Ad Group Creation

2024-07-22 Thread Hashir Khan
Hello, I'm currently developing a service that automates Google Ads management based on specific labels and rules. One of our requirements involves frequent creation of new ad groups through the Google Ads API. I have a few concerns regarding this practice: 1. Could excessive use of the A

RE: search campaign keywords are not added from api

2024-07-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Morten, Thank you for reaching out to the Google Ads API support team. Based on the provided information, I understand that the keyword 'Hotels' was not added to your account despite the API call being successful. Upon reviewing the logs, I noticed that you attempted to add the keyword 'Hote

RE: error in google speech api

2024-07-22 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. Based on the information provided, I understand that you are using Google Speech API and facing some issues. As you are using Google Speech API, I would recommend you to reach out to the Google Speech API support team for furthe

RE: extract data from google business profile

2024-07-22 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. You can obtain the Interactions, engagements, calls, clicks using Google Ads API reports which are present in the Google Ads UI. If you are trying to fetch a specific report data, kindly provide us with the uncropped UI screensh

Re: can't update an existing campaign's priority to "low" via the ads api

2024-07-22 Thread mha...@simplepart.com
Thanks for the link to the "Automatic steps" document. The steps described there did not solve the problem, which seems to specifically stem from the setting for "Low" being the integer 0. However, I just figured out a way to make it work -- namely, instead of using the *client.copy_from() *func

RE: can't run command: dotnet run generateusercredentials.csproj

2024-07-22 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for contacting the Google Ads API support team. As per the API documentation, the .NET client library is hosted on GitHub and is distributed as a NuGet package. You can download the .NET client library and generate user credentials using Github code. You can also use NuGet package

Quota Exhaustion Issue with GoogleAds: SearchStream API

2024-07-22 Thread Development Mailbox
Hello everyone, We are encountering an issue with the Google Ads API. Despite having our quota listed as unlimited, we are receiving the following error after breaching 15,000 API calls per day: { 'error': { 'code': 429, 'message': 'Resource has been exhausted (e.g. check quota).',