RE: All Api request are stucked without any response

2023-03-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Zied, Thank you for reaching out to the Google Ads API team. Can you please confirm if you have already setup logging on your end? If you haven't, here's a link to our logging documentation for the .NET client library. Once logging has been setup, kindly provide to us the complete request a

Search Campaign | Not able to Update network settings

2023-03-15 Thread Nikitha Kariappa
Hi Team, I am trying to update the *network_settings* of an existing campaign, but the values are not getting updated and I do not see any error as well Current values: network_settings{ "target_google_search":True, "target_search_network":False, "target_content_network":True, "target_partner_s

Re: All Api request are stucked without any response

2023-03-15 Thread Zied Chaari
Hi, I have already setup the logging in my end as you can see in my code, nothing is hapenning my program is stuck on the highlighted yellow line and nothing is added to my log file. On Wednesday, March 15, 2023 at 7:09:23 AM UTC Google Ads API Forum Advisor wrote: > Hi Zied, > > Thank you fo

Re: AdvertisingChannelType for google display ad not working

2023-03-15 Thread 'Carlos Arnau' via Google Ads API and AdWords API Forum
Hello, I'm trying to create a campaign with the AdvertisingChannelType set to 'Display' and I happen to have the same exact error described here. I changed the NetworkSettings to the ones suggested but still I am still getting an error. message: "Request contains an invalid argument." code: 3

Re: GenerateHistoricalMetricsResponse is empty for a particular keywords plan

2023-03-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Trent, Thank you for reaching out to us. Could you confirm if you already consider differences when working with a keyword plan using the Google Ads API versus the UI? You may refer to these recommendations on how to avoid mismatches in historical metrics when mixing usage. For more informa

Re: Search Campaign | Not able to Update network settings

2023-03-15 Thread Nikitha Kariappa
Hi Team, Can someone please help with this issue? On Wednesday, March 15, 2023 at 1:14:23 PM UTC+5:30 Nikitha Kariappa wrote: > Hi Team, > > I am trying to update the *network_settings* of an existing campaign, but > the values are not getting updated and I do not see any error as well > > Cur

Re: Get campaign amount spend using node.js

2023-03-15 Thread Leonardo Lins
Got it. So, how can I get my customerId? Em quarta-feira, 15 de março de 2023 às 05:44:32 UTC-3, Google Ads API Forum Advisor escreveu: > Hi Leonardo, > > Thank you for the reply. > > You may place your *customerId* to the HTTP request you can see *here* >

Re: All Api request are stucked without any response

2023-03-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Zied, Thanks for getting back to us. If you have already followed this guide on enabling logging in the .NET client library, and no logs still appears, then your Google Ads API request may not have been called as the issue may be in the client library. That said, you may try reaching out to

Re: Retrieving account level assets

2023-03-15 Thread 'Paul Kavouras' via Google Ads API and AdWords API Forum
Hello, Thank you for your response. Apologies for the delay, I didn't get a notification for your reply. This isn't a bug report, I was just unable to find out how to retrieve data for account level assets from the Google Ads API in the documentation and was hoping someone here would have some

API Get user information

2023-03-15 Thread Hải Long
There was a get_customer method on CustomerService in API v12, but now it is gone in v13 and I could not find any information about the updated method or sample code to get the customer details. My old code on v12: customer_service = client.get_service('CustomerService') account_list = customer_s

RE: Search Campaign | Not able to Update network settings

2023-03-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Nikitha, Thanks for reaching out to the Google Ads API Forum. Since you mentioned that you are trying to update the network_settings of an existing campaign, but the values are not getting updated, can you provide us the complete logs in the format of the request and response logs along with

Google ads campaigns. Campaign URL options.

2023-03-15 Thread Vitalii Mamontov
Hi! Could I update my campaign's URL options via Google Ads API? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to th

Re: AdvertisingChannelType for google display ad not working

2023-03-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thank you for reaching out to Google Ads API Forum. How can I create a campaign that does allow to create responsive display ads? >> As per this guide, Responsive display ads can be used in Display campaigns. >> These Display campaigns serve visually engaging ads on the Google Display >> Ne

Re: All Api request are stucked without any response

2023-03-15 Thread Zweitze
You are not alone in this situation, for instance see this topic and this topic . The problem is in the client library for .NET, when your target i

Re: Get campaign amount spend using node.js

2023-03-15 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi, Thanks for getting back to us. You may refer to this guide on how and where to find your Google Ads customer ID. Let me know how it goes. Regards, Google Ads API Team ref:_00D1U1174p._5004Q2jX9Nx:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

How to use the Google Ads API

2023-03-15 Thread •Miguel Rayón•
Hi, My question is how it would be to be able to access the customers of a user who logged in to my website and granted AdWords access since I tried to make the request but it asks me for the developer token for this there is an error in how I do it or already I use javascript and axios for th

Regarding IOS and Android ConversionActionType

2023-03-15 Thread chandra Shekhar
Hi team, I am using version 11(v11) of google ads and I want to create FIREBASE_ANDROID_FIRST_OPEN and FIREBASE_IOS_FIRST_OPEN but in response I am getting this :- "ERROR": "Creation of this conversion action type isn't supported by Google Ads API.", "message": "Creation of this conversion actio

Version v10 is deprecated. Requests to this version will be blocked.

2023-03-15 Thread Ítalo Magalhães
I'm trying to make a call to the Google ADS API through the *ga_service.search_stream(my_query)* method using the *client.get_service("GoogleAdsService")*. However i'm getting the error: *" Version v10 is deprecated. Requests to this version will be blocked."* I run the *print(google.ads.goog

Apply upload conversions from google ads API

2023-03-15 Thread Daniel Villarreal
Good afternoon. We uploaded a call conversion using the Google Ads API and the Upload Call Conversion method (https://googleads.googleapis.com/v13/customers/[MY_CUSTOMER_ID]:uploadCallConversions), the upload was successful but when checking the interface from Google Ads is pending and waitin

Re: How to use the Google Ads API

2023-03-15 Thread •Miguel Rayón•
hello the problem is Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential but I pass the access_token through the header and I would like to know the method of obtaining google ads view without developer token

offline conversion fails when WBRAID is provided .net sdk

2023-03-15 Thread Matias Silioni
Hello We are sending our client's offline conversions to Gads by using the same provided code in the documentation. It is working fine for Gclid, but when we try to upload WBRAID conversions it fails. We are using the latest .net library and the latest API version This is an example of the err

Re: Search Campaign | Not able to Update network settings

2023-03-15 Thread Nikitha Kariappa
Hi, I have shared the logs via reply privately to the author option. Can you please have a look? Regards, Nikitha On Wednesday, March 15, 2023 at 8:04:43 PM UTC+5:30 Google Ads API Forum Advisor wrote: > Hi Nikitha, > > Thanks for reaching out to the Google Ads API Forum. > > Since you mentio