adwords error

2014-10-06 Thread Ivan Gurin
EstimateKeywordTraffic.php example I have developerToken, client_id, client_secret and refresh_token. Responce: An error has occurred: { "error" : "invalid_grant" } What are the possible causes? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https:/

Re: adwords error

2014-10-07 Thread Danial Klimkin
Hi Ivan, Please let us know more details about your setup. Are you using Installed Application or Web flow? Developer token is definitely not relevant. -Danial, AdWords API Team. On Monday, October 6, 2014 10:15:13 AM UTC-4, Ivan Gurin wrote: > > EstimateKeywordTraffic.php example > I have d

Re: adwords error

2014-10-09 Thread Garrett Bircher
We are experiencing an error today too. SOAP Response: 2014-10-08 21:34:12 WARN [http-bio-8080-exec-3] com.google.api.ads.adwords.lib.client.AdWordsServiceClient.soapXmlLogger SOAP Response: http://schemas.xmlsoap.org/soap/envelope/";> soap:Server InternalA

Re: adwords error

2014-10-09 Thread Danial Klimkin
Hello Garrett, This looks like a completely different issue. If you receive this error repeatedly, please create a new thread including more details about the request. -Danial, AdWords API Team. On Wednesday, October 8, 2014 6:33:04 PM UTC-4, Garrett Bircher wrote: > > We are experiencing a

SoapException without any AdWords error

2012-10-04 Thread Ales Sturala
Hello, when editing sitelinks we get SoapException without any ApiError. The response is here: http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201109";>0004cb38de76bfb00a34137360004cb38de76bfb00a3413736552552CampaignAdExtensionServicemutate41064soap:

API Adwords error : UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError

2016-10-04 Thread Pichai Kosawanitchakit
Dear, AdWords API Team I have a problem with AdwordsAPI .NET v201609, When try to used "BudgetService" to update budget( change status to Stop or Add new Budget ).I got exception about "[InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiErr

AdWords::Error::GoogleInternalError: get Call Failed

2010-05-11 Thread fwmadwords
I'm using the Ruby client library and trying to use the TargetingIdea service. When I use the sandbox, I get some results back, but when I use my production credentials, I get this error: AdWords::Error::GoogleInternalError: get Call Failed: # Here is my code: service = @adwords.se

Re: SoapException without any AdWords error

2012-10-08 Thread David Torres
Hi, I'm sorry for some reason I can't seem to find this error in our side, do you mind providing us another perhaps more recent requestId. I'll be glad to investigate. Best, -David Torres - AdWords API Team On Thursday, October 4, 2012 6:48:30 AM UTC-4, Ales Sturala wrote: > > Hello, > when e

Re: API Adwords error : UNEXPECTED_INTERNAL_API_ERROR @ com.google.ads.api.services.common.error.InternalApiError

2016-10-04 Thread 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum
Hi Pichai, Does this error (InternalApiError) occur frequently or is it transient? Do you happen to have the SOAP logs for this request? Internal API errors are usually transient. Could you retry the request and provide the SOAP request and response logs if the errors occurs? Please use *Reply

Google adwords error code 7 PERMISSION_DENIED

2021-08-04 Thread 'Гордей Строкин' via AdWords API and Google Ads API Forum
Hello, i try to migrate to new google ads api and try to make request. withClientId($clientId) ->withClientSecret($clientSecret) ->withRefreshToken($refreshToken) -> build(); $googleAdsClient = (new GoogleAdsClientBuilder()) ->withDeveloperToken($devToken) ->withLoginCustomerId("my_login_c

Re: AdWords::Error::GoogleInternalError: get Call Failed

2010-05-12 Thread AdWords API Advisor
use the TargetingIdea > service. When I use the sandbox, I get some results back, but when I > use my production credentials, I get this error: > > AdWords::Error::GoogleInternalError: get Call Failed: > # > > Here is my code: > > service = @adwords.service("TargetingId

Re: AdWords::Error::GoogleInternalError: get Call Failed

2010-05-24 Thread benr75
> On May 11, 4:59 am, fwmadwords wrote: > > > > > > > I'm using the Ruby client library and trying to use the TargetingIdea > > service. When I use the sandbox, I get some results back, but when I > > use my production credentials, I get this error: > &

RE: Google adwords error code 7 PERMISSION_DENIED

2021-08-04 Thread Google Ads API Forum Advisor
Hi, Thanks for reaching out to us. The PERMISSION_DENIED error usually occurs when there is no link between the manager account authenticated in the request and the client account specified in the headers. As you are using the Google Ads API you need to include the login-customer-id in the head

Re: Google adwords error code 7 PERMISSION_DENIED

2021-08-05 Thread 'Гордей Строкин' via AdWords API and Google Ads API Forum
Sory, i cant resolve this problem, i dont use *google_ads_php.ini because i get info from db, but in my first question i attached code and response and there are request id. May be you can check

Re: Google adwords error code 7 PERMISSION_DENIED

2021-08-06 Thread Google Ads API Forum Advisor
Hi, Thanks for the clarification. In order to avoid the Permission_denied error, you will need to ensure that the user / email address you used to generate the credentials indeed has access to the account in your request. If the user / email address has access or is associated to the MCC / man

Regarding google adwords error message like: Could not process your request

2011-03-02 Thread phpfarmer
hi, my script works fine with TargetingIdeaService and TrafficEstimatorService when I am searching for anythings with 3/4 keywords, sometime it works fine and reply me with requested data but sometime its not, it's stop working with "Could not process your request" any ideas :-? -- =~=~=~=~=~=

Re: Regarding google adwords error message like: Could not process your request

2011-03-03 Thread Eric Koleda
Hi, It's not clear that error is from the API and not some other part of your system. Do you have the SOAP XML logs of a request that shows more details about the error? Best, - Eric Koleda, AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and dis