Never any response for basic API access after multiple requests...

2024-05-15 Thread Valinnov
Hi, I have requested basic API access several times to report conversions to Google Ads. This is a very simple usage, but I never receive a response to my request... Is it possible to move the subject forward so that we can have access to API base and implement conversion tracking and report

Not getting access or any response

2024-02-29 Thread Leonardo Lima
I've been waiting for over a month to hear back from Google. I'm creating a few new accounts and need to use the aPI to manage and not so far! How can I get the standard access? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: not getting standard access or any response

2024-02-28 Thread 'Jake Matthews' via Google Ads API and AdWords API Forum
I've also been waiting for weeks to hear back. Could someone please get in touch with me or my team so we can push this application process forward? On Tuesday, February 27, 2024 at 12:12:58 PM UTC-5 Google Ads API Forum Advisor wrote: > Hi, > > Thank you for reaching out to the Google Ads API

Not getting standard access or any response

2024-02-27 Thread Dexter
Dear Team, I'm waiting now for 3-4 weeks on getting a response for the Google Ads API standard access for ID 408-997-8001. Can you please create a ticket and name a phone number where I can reach out to? Kind regards -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Basic Ads API Access, not getting any response at all

2024-01-30 Thread Nathan Grech
Hi There, We are a digital marketing agency wanting to build a reporting platform for internal campaign review, as well as client reporting. I've applied for API access from our MCC 2-3 times and each time have heard nothing back in return. This has been since December. I've tried raising

RE: access api developer token basic any response

2023-12-10 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. After reviewing your concern, I understand that you've applied for Google API Basic Access and haven't received a response. Since the access requests are handled by the Google Ads API Compliance team, we are transferring the

Access API developer token Basic any response

2023-12-10 Thread Márcio Galeno
Hello, I submitted the Google Ads API developer token Basic a lot of times, since then that I haven't received any response from Google Team. I have also filled in the form to contact Google Ads API Compliance team but still no response. - Google Ads Manager Account (MCC) ID: 528-997-9259

Re: i have been submitting my basic api access for over a week and have not received any response

2023-08-31 Thread 老戴
> > *Summary:* > > The user applied for the Google Ads API Basic access over a week ago and > have yet to receive any response or feedback on the matter. > > > *Google Ads manager account (MCC) ID: 237-682-7421 Case ID: (User was not > able to receive a Case ID)* > Thi

RE: i have been submitting my basic api access for over a week and have not received any response

2023-08-31 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
to the Google Ads API Compliance team on your behalf and requesting input. @Compliance Team, please find the pertinent details below and confirm if you are able to assist. Summary: The user applied for the Google Ads API Basic access over a week ago and have yet to receive any response or feedback

I have been submitting my Basic API access for over a week and have not received any response

2023-08-31 Thread xilibanzhuan
Hi Google, I sent form a week ago for Basic API access but I don't have any response. Please help me. Google Ads manager account (MCC) ID: 237-682-7421 caseID:I did not return any caseID after submitting -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https

Re: All Api request are stucked without any response

2023-03-23 Thread Zweitze
Hi Zied, Thank you for keeping me updated! But, as I said, I rewrote the code to use the async versions and continue with these sources. Cheers, Zweitze. On Thursday, March 23, 2023 at 2:59:09 PM UTC+1 Zied Chaari wrote: > Hey Zweitze, > > I think they have fixed the issue. #488 >

Re: All Api request are stucked without any response

2023-03-23 Thread Zied Chaari
Hey Zweitze, I think they have fixed the issue. #488 I have tried the new library and it's working. On Monday, March 20, 2023 at 1:46:37 PM UTC Zweitze wrote: > Hello Forum Advisor, > > On Thursday, March 16, 2023 at 7:20:04 PM UTC+1

Re: All Api request are stucked without any response

2023-03-22 Thread Zied Chaari
Hey Goolge, Any updates on this one? I want to know if you'll have any update before the sunset of V11. On Friday, March 17, 2023 at 2:28:38 PM UTC Google Ads API Forum Advisor wrote: > Hi Zied, > > > Thank you for sending updates. Allow me to raise this concern to the rest > of our team

Re: All Api request are stucked without any response

2023-03-20 Thread Zweitze
Hello Forum Advisor, On Thursday, March 16, 2023 at 7:20:04 PM UTC+1 Google Ads API Forum Advisor wrote: Hi Zweitze, Thank you for coming back to us. I hope you are doing well today. Moving forward to your concern, upon checking there is a related issue titled *“**Document that programs may

Re: All Api request are stucked without any response

2023-03-17 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Zied, Thank you for sending updates. Allow me to raise this concern to the rest of our team and we will provide updates shortly. Regards, Google Ads API Team ref:_00D1U1174p._5004Q2jZbkg:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog:

Re: All Api request are stucked without any response

2023-03-17 Thread Dataseek Business Solutions
upgrated the Google Ads API to the latest version V13. However, > all calls we made are stucked without any response. > This is an example of code. > > public override SocialAudience CreateCustomAudience(SocialAudience > SAudience, List EventSource = null) > { > configG

Re: All Api request are stucked without any response

2023-03-17 Thread Zied Chaari
Hi, Even with UseGrpcCore = true it's not working. I'm using .NET framework 4.8. GoogleAdsConfig configGoogleAdsApi = new GoogleAdsConfig { DeveloperToken = "DEVELOPER_TOKEN", OAuth2ClientId = "CLIENT_ID",

Re: All Api request are stucked without any response

2023-03-16 Thread Zweitze
First: it's not the API version, but the library version. I created a test (WinForms, .NET Framework 4.7.2) project using library 13.0.2, connecting with Ads API V11. This worked. Then I upgraded the library to 14.0.0, but nothing else: Ads API V11 was still used. Now it hangs. The problem is

Re: All Api request are stucked without any response

2023-03-16 Thread Zied Chaari
I'm facing the same problem, my project is .NET client library I've tried all new versions V12 and V13 and they are not working. The only working one is V11 which will be not usefull 31/01. Is there any urgent fix you'll do in the future so we can use V12 or V13 with .NET project not .NET Core?

Re: All Api request are stucked without any response

2023-03-16 Thread Zied Chaari
Hi Zweitze, Thanks for your reply. You're right I have created a new .Net Core project and it's working. On Wednesday, March 15, 2023 at 4:43:51 PM UTC Zweitze wrote: > You are not alone in this situation, for instance see this topic >

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

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

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

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

All Api request are stucked without any response

2023-03-14 Thread Zied Chaari
Hi Google Team, We have upgrated the Google Ads API to the latest version V13. However, all calls we made are stucked without any response. This is an example of code. public override SocialAudience CreateCustomAudience(SocialAudience SAudience, List EventSource = null

Re: Request got stuck without any response

2022-07-13 Thread Jing CHEN
I'm using the SearchStream method, and it doesn't always happen, it's more like I'm experiencing periodic very high latency. Is it due to the busy google api service during this time? [image: Snipaste_2022-07-13_19-35-31.png] On Wednesday, 13 July 2022 at 15:26:40 UTC+8 adsapi wrote: > Hi Jing,

Re: Request got stuck without any response

2022-07-12 Thread Jing CHEN
Same problem, some customer-id requests have extremely high latency. On Wednesday, 13 July 2022 at 01:26:05 UTC+8 ashirk...@gmail.com wrote: > Hi, > I faced this issue consistently in the v11 version. I downloaded the > report of every customer-id. But it randomly got stuck without any

Request got stuck without any response

2022-07-12 Thread Ashir Khan
Hi, I faced this issue consistently in the v11 version. I downloaded the report of every customer-id. But it randomly got stuck without any response for a long time (2-3) hours approx. Can you please tell me why this happens? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Re: GetCampaigns service not returning any response

2021-01-15 Thread Google Ads API Forum Advisor Prod
Hi Rajat, Thank you for the reply. I work with Peter and let me provide support to your concern. I can see that this is successful API response but I am afraid that you will not get any data from here. The reason is that you are generating report against a MCC account, however, this is not

Re: GetCampaigns service not returning any response

2021-01-14 Thread Rajat Srivastava
Hi Peter, I have tried to contact the API using .Net this time. While executing the GetKeyword file , I receive below response from the API. I am not able to understand what it actually means. 1. Is this a success response? 2. How to we access the records from this response. Method Name:

RE: GetCampaigns service not returning any response

2021-01-12 Thread Google Ads API Forum Advisor Prod
Hi Rajat, Since this appears to be a setup issue for the Java client library, I would recommend that you reach out to the Java client library owners via this link, for further assistance. Should the issue revert back to the API's services, you may write back so our team can help and

GetCampaigns service not returning any response

2021-01-11 Thread Rajat Srivastava
Hi Team, I am trying to run GetCampaigns.java to get the campaign details from my test account but there is no response or error on console. I updated the ads.properties file with the details which were generated after executing AuthenticateInDesktopApplication.java. I need assistance with

RE: Google Ads Api / Iterate on ServerStream do not bring any response

2020-07-08 Thread Google Ads API Forum Advisor Prod
Hi Rafael, Thank you for reaching out. Can you please share your client customer ID via Reply privately to author so I can further investigate the issue? Regards, Mitchell Google Ads API Team ref:_00D1U1174p._5004Q21k4xe:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us

Google Ads Api / Iterate on ServerStream do not bring any response

2020-07-08 Thread Rafael Stojan
I tried to run an example of this page: https://developers.google.com/google-ads/api/docs/reporting/example It just stands on that line and never returns: for (SearchGoogleAdsStreamResponse response: stream) { There is no exception. To run this example I used UserCredentials to authenticate

RE: GoogleAdsServiceClient recommendation request got stuck without any response.

2019-11-11 Thread Google Ads API Forum Advisor Prod
Hi Kera, Thank you for writing to us. To assist you better, could you please share the complete request and response logs along with the client customer against which you are making the API request call to get the campaign details? Please use Reply privately to author option while sharing the

Re: GoogleAdsServiceClient recommendation request got stuck without any response.

2019-11-11 Thread Kera Hartlen
I have a similar issue. I am currently still running the get_campaigns.py example in my console. It's been running for over an hour. The data is not that high in volume. I can successfully return the data in Google Sheets with the Google Ads Add-On. I specified the customer ID in the code (not

Re: GoogleAdsServiceClient recommendation request got stuck without any response.

2019-11-05 Thread Suresh Kumar Shenbagam
Hi Nikisha, Thanks for the response. I have sent you the customerid as private message. And also, I am trying to list all the customer using Google Ads API as mentioned in the example here - https://developers.google.com/google-ads/api/docs/account-management/listing-accounts

GoogleAdsServiceClient recommendation request got stuck without any response.

2019-11-05 Thread Suresh Kumar Shenbagam
Hi Team, I am trying to retrieve recommendations using google ads API as mentioned here - https://developers.google.com/google-ads/api/docs/samples/get-text-ad-recommendations The authentication was successful, but there was no response - it got stuck in the searchrequest. I am using test

Re: No any response

2018-10-19 Thread 'Teja Makani' via AdWords API and Google Ads API Forum
Hello Brian, Usually API Compliance team will get back to the API contact email address mentioned in your MCC account within 2 business days after submitting the form. Did you check the API contact email? Also you can contact them directly via this form

No any response

2018-10-19 Thread Brian chan
Hello there, I submitted the application for basic access API permissions, but so far there is no response, where can I get assistance? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/

Re: Are we supposed to get any response after submitting Standard Access application?

2016-10-11 Thread 'Peter Oliquino' via AdWords API Forum
Hi Peng, We support AdWords API related cases. For access application and approval concerns, you may contact the AdWords Compliance Team . Cheers, Peter AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on

Are we supposed to get any response after submitting Standard Access application?

2016-10-11 Thread Peng
Hi, We submitted a Standard Access Application yesterday but other than the "Thank you for you submission" message in the webpage, there has been absolutely nothing received. I understand that the review process would take much longer. But I'm just wondering if we're supposed to get any kind