RE: google ads api: change status report is returning 400 bad request error

2023-12-20 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Piyush, Thank you for reaching out to the Google Ads API support team. After reviewing your concern, I understand that you are encountering an error while fetching the change status history via the Google Ads API. In order to assist you further, please provide us with the complete API logs

Google Ads API: Change Status Report is returning 400 bad request error

2023-12-20 Thread Piyush Gaud
Hey Everyone, I am trying to retrieve the change status history from the Google Ads API. I see that the API is not returning the data and throwing an error "The remote server returned an error: (400) Bad Request." I am using the below GAQL query to retrieve the data. SELECT change_status.a

Bad Request error while creating campaigns

2023-08-16 Thread GMC Test
Hi there, I tried to create campaign using API and got an error "The operation is not allowed for the given context." in the field "enableLocal" where I've passed the value as false. When I do not send the parameter enableLocal it works. Why does this error occur? -- -- =~=~=~=~=~=~=~=~=~=~

RE: Bad request error

2021-04-21 Thread Google Ads API Forum Advisor Prod
Hi Cyber Media, Thank you for bringing this question to our attention. I was looking over our documentation here. I see that when looking at the invalid_grant issue this tends to point to your refresh tokens having been used up, as explained here. What we would suggest is that you get a new OAu

Bad request error

2021-04-21 Thread Cyber Media
Hi, I'm trying to make a adword api for creating report..i have done all process as per the tutorial but facing below error google.auth.exceptions.RefreshError: ('invalid_grant: Bad Request', '{\n "error": "invalid_grant",\n "error_description": "Bad Request"\n}') *I tried from different sou

Re: Non-Descriptive 400 Bad Request Error

2017-10-11 Thread 'Vincent Racaza (AdWords API Team)' via AdWords API Forum
Hi, I tried to run this report 5 times and I could not replicate the bad request error. However, there is no data being returned using this report definition. Since you said that using this same code, this error is inconsistently generated, then I have a hunch that this is just a temporary

Non-Descriptive 400 Bad Request Error

2017-10-11 Thread ITsupport
report = { 'reportName': 'CALL_METRICS_CALL_DETAILS_REPORT for 810-385-8131', 'selector': { 'fields': [ 'AccountDescriptiveName', 'AdGroupId', 'AdGroupName', 'AdGroupStatus', 'CallDuration', 'CallEndTime', 'CallerCountryCallingCode',

Re: com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request "error" : "invalid_user"

2017-01-03 Thread ВІталій Мозок
HI Vishal! Sory for my pure engliish. I have same issue. want to upload sitelinks using googleads-php-lib I tried using the following example: https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201609/Extensions/AddSitel

Re: com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request "error" : "invalid_user"

2016-12-27 Thread 'Vishal Vinayak (Adwords API Team)' via AdWords API Forum
Hi, Looks like this error is related to your OAuth credentials and not your developer token. Could you provide me with the steps that you followed to create OAuth credentials? Regards, Vishal, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog a

com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request "error" : "invalid_user"

2016-12-27 Thread google_mingzhu
aigns.java:45) Caused by: com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request { "error" : "invalid_user" } at com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:105) at com.google.api.client.auth.oauth

com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request "error" : "invalid_user"

2016-12-27 Thread google_mingzhu
aigns.java:45) Caused by: com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request { "error" : "invalid_user" } at com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:105) at com.google.api.client.auth.oauth

com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request "error" : "invalid_user"

2016-12-27 Thread gamepiphk
aigns.java:45) Caused by: com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request { "error" : "invalid_user" } at com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:105) at com.google.api.client.auth.oauth

Re: Another Bad Request Error

2015-08-13 Thread Umesh Dengale
Hello, Could you provide the SOAP request and response logs? Just click *Reply privately to author* in the forum when responding. Don't forget to remove the developer token in the output. Please verify that you followed all steps given in an OAuth2.0 Playground guide

Another Bad Request Error

2015-08-13 Thread Demetris Lappas
Hi All, I'm using the Oath 2.0 Playground and getting this error message: HTTP/1.1 400 Bad Request Content-length: 236 X-xss-protection: 1; mode=block X-content-type-options: nosniff Transfer-encoding: chunked Expires: Thu, 13 Aug 2015 09:51:42 GMT Server: GSE -content-encoding: gzip Cache-contr

Re: Bad Request Error

2015-01-12 Thread Josh Radcliff (AdWords API Team)
Hi, If you inspect the *AdWordsReportsException* (e.g., by adding a breakpoint where it's being thrown), I think you'll see that the request is being rejected because the valid *Status* enums ar

Bad Request Error

2015-01-12 Thread Eberle Communications
I am trying to use the sample to pull back a report. I am getting this error information: Google.Api.Ads.AdWords.Util.Reports.AdWordsReportsException was caught HResult=-2146233088 Message=Report download errors occurred. Source=Google.AdWords StackTrace: at Google.Api.Ads.AdWords.

Re: oAuth2.0 error: Credential could not be refreshed........ client.auth.oauth2.TokenResponseException: 400 Bad Request , "error" : "invalid_grant"

2014-01-21 Thread Josh Radcliff (AdWords API Team)
api.ads.common.lib.exception.OAuthException: Credential could >>> not be refreshed. >>> at >>> com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:149) >>> at >>> DownloadCriteriaReportWithAwql.main(

Re: oAuth2.0 error: Credential could not be refreshed........ client.auth.oauth2.TokenResponseException: 400 Bad Request , "error" : "invalid_grant"

2014-01-16 Thread test-mcc
Exception in thread "main" >> com.google.api.ads.common.lib.exception.OAuthException: Credential could >> not be refreshed. >> at >> com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:149) >> at >&g

Re: oAuth2.0 error: Credential could not be refreshed........ client.auth.oauth2.TokenResponseException: 400 Bad Request , "error" : "invalid_grant"

2013-10-24 Thread Jim
als.generateCredential(OfflineCredentials.java:149) >> at >> DownloadCriteriaReportWithAwql.main(DownloadCriteriaReportWithAwql.java:42) >> Caused by: com.google.api.client.auth.oauth2.TokenResponseException: 400 >> Bad Request >> { >> "error" : "inva

Re: oAuth2.0 error: Credential could not be refreshed........ client.auth.oauth2.TokenResponseException: 400 Bad Request , "error" : "invalid_grant"

2013-08-01 Thread Takeshi Hagikura (AdWords API Team)
AuthException: Credential could > not be refreshed. > at > com.google.api.ads.common.lib.auth.OfflineCredentials.generateCredential(OfflineCredentials.java:149) > at > DownloadCriteriaReportWithAwql.main(DownloadCriteriaReportWithAwql.java:42) > Caus

oAuth2.0 error: Credential could not be refreshed........ client.auth.oauth2.TokenResponseException: 400 Bad Request , "error" : "invalid_grant"

2013-07-31 Thread Echo Li
CriteriaReportWithAwql.java:42) Caused by: com.google.api.client.auth.oauth2.TokenResponseException: 400 Bad Request { "error" : "invalid_grant" } at com.google.api.client.auth.oauth2.TokenResponseException.from(TokenResponseException.java:

Re: Adhoc Reports giving 500(Internal Server Error) and 400(Bad Request Error) response

2012-09-14 Thread Dorian Kind
CUSTOMER_SERVING_TYPE_REPORT_MISMATCH usually means that you are trying to download a report for an MCC account, which by design has no statistic data associated. Try specifying a non-MCC sub-account ID in the clientCustomerId header of your request. Cheers, Dorian On Friday, September 14, 201

Re: Adhoc Reports giving 500(Internal Server Error) and 400(Bad Request Error) response

2012-09-14 Thread TechTalk
ok Also I think I managed to get some error message using Fiddler it shows... 57 !!!2|||-1|||[ ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH @ selector]??? 0 Does this help? On Friday, 14 September 2012 11:49:37 UTC+5:30, TechTalk wrote: > > Hi I am using the code from the fo

Re: Adhoc Reports giving 500(Internal Server Error) and 400(Bad Request Error) response

2012-09-13 Thread TechTalk
Hi I am using the code from the following link https://gist.github.com/1287940 I am getting error "The remote server returned an error: (400) Bad Request" I do not see any other details...can anyone help? On Friday, 20 January 2012 12:09:11 UTC+5:30, Ayaz Zaidi wrote: > > Hello, > > I am using

Re: Adhoc Reports giving 500(Internal Server Error) and 400(Bad Request Error) response

2012-01-23 Thread Anash P. Oommen
Hi Ayaz, Are you using the latest version of the .NET library? Are the issues still present? Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/

Adhoc Reports giving 500(Internal Server Error) and 400(Bad Request Error) response

2012-01-19 Thread Ayaz Zaidi
Hello, I am using DownloadAdhocReport.cs file from v201109 version to generate Adhoc Report of Adgroup performance I am getting The remote server returned an error: (500) Internal Server Error.when i use my valid developer token and The remote server returned an error: (400) Bad Request. in the