Re: Error - Reflection is not allowed on private - App Engine

2013-12-16 Thread Anders H
Just to make sure that the problem is not related to Eclipse / m2e, I have also tried to set up and compile the project using Maven, but without using Eclipse. The result was the same. Den onsdag den 11. december 2013 23.47.07 UTC+1 skrev Anders H: > > Hi, > > All imported jaxws classes in the J

Re: Error - Reflection is not allowed on private - App Engine

2013-12-11 Thread Anders H
Hi, All imported jaxws classes in the Java app are from: com.google.api.ads.adwords.jaxws.v201309. I have included the pom.xml being used for reference. Thanks, Anders Den onsdag den 11. december 2013 20.05.41 UTC+1 skrev Takeshi Hagikura (AdWords API Team): > > Hi, > > Looks like one of you

Re: Error - Reflection is not allowed on private - App Engine

2013-12-11 Thread Takeshi Hagikura (AdWords API Team)
Hi, Looks like one of your jars that has binding of jaxws is competing with the Java native implementation. You need to include only needed jars. At least dfp-playground works with the Java library with jaxws on appengine. Can you please refer to its pom.xml

Re: Error Linking MCC Test Account

2013-12-09 Thread Jeremy Aube
I had thought we couldn't create test accounts anymore except through a Test MCC. Is that no longer true? On Friday, December 6, 2013 11:33:19 AM UTC-5, Paul Matthews (AdWords API Team) wrote: > > Hi Jeremy, > > The best solution I can suggest is to use an active MCC account and create > test a

Re: Error Linking MCC Test Account

2013-12-06 Thread Paul Matthews (AdWords API Team)
Hi Jeremy, The best solution I can suggest is to use an active MCC account and create test accounts under it. Is there a particular reason why you're trying to use the test MCC account? Regards, - Paul, AdWords API Team. On Thursday, 10 October 2013 16:43:33 UTC+1, Jeremy Aube wrote: > > Here

Re: Error running AdWords API with Google App Engine

2013-12-05 Thread Anders Hansen
Hi Takeshi, Thanks for your feedback. Based on this I will continue my AdWords API learing on App Engine, but I think I will prefer Java over Python for several reasons, one of which is that I don't have to learn a new programming language, another is my concern for performance. Is there any road

Re: Error running AdWords API with Google App Engine

2013-12-04 Thread Takeshi Hagikura (AdWords API Team)
Hi Andres, I'd use appengine (aside from I'm working at Google). I don't have to set up my own server and there is a starter packoption (I'm not the contact person for it though) The Java library should work on appengine (as mentioned in the blo

Re: Error running AdWords API with Google App Engine

2013-12-04 Thread Anders Hansen
Hi Takeshi, I am quite new to both AdWords API and axis / jaxws, but as I understand it jaxws has a subset of the functionality of axis. Will this give me any problems with the functionality of the AdWords API compared to using axis and can I still use the adwords-axis-examples from the Java Clien

Re: Error running AdWords API with Google App Engine

2013-12-03 Thread Takeshi Hagikura (AdWords API Team)
Hi Andres, Unfortunately there isn't a demo app for appengine using the Java client library. Best, - Takeshi, On Tuesday, December 3, 2013 8:58:20 PM UTC+9, Anders H wrote: > > Hi Takeshi, > > Thank you for your suggestion. I will have at look at it and write back > with my results when I ha

Re: Error running AdWords API with Google App Engine

2013-12-03 Thread Anders H
Hi Takeshi, Thank you for your suggestion. I will have at look at it and write back with my results when I have finished testing. Are there any up to date Java demo applications available for using AdWords API on App Engine? I was thinking of something like this Python demo: https://developers.

Re: Error running AdWords API with Google App Engine

2013-11-28 Thread Takeshi Hagikura (AdWords API Team)
Hi Anders, Due to the security protection for appengine, currently SOAP calls by axis are not allowed. You should be able to make a call with the jaxws modules

Re: error 400 bad request client unauthorized

2013-10-21 Thread Taras
I've solved my problem! I'm using service account right now!:) Cause it should work without user intervention On Friday, 18 October 2013 13:06:50 UTC+3, Danial Klimkin wrote: > > Hello Taras, > > > Are you able to retrieve an access token? Refresh token is the one you > need to store for long-ter

Re: error 400 bad request client unauthorized

2013-10-18 Thread Danial Klimkin
Hello Taras, Are you able to retrieve an access token? Refresh token is the one you need to store for long-term, while you need an access token for the actual request. In this case, please send us the reporting request you are sending, including HTTP headers. Make sure to replace your access

Re: error 400 bad request client unauthorized

2013-10-17 Thread Jooble
But how can i get authorization code? After that i can call FetchAccessAndRefreshTokens(authorization_code) and all would be OK. But I want to get it programmatically. I have oauth client id,client secret,refresh token. And want to start programm,which would authorize automatically without user i

Re: error 400 bad request client unauthorized

2013-10-17 Thread Danial Klimkin
Hi Jooble, Please check the data to be a valid POST request. It looks like it may be generating a string like: "*&*client_id=[...]&client_secret=[...]&refresh_token=*[...]grant* _type=[...]" note leading "&" and missing "&" before grant_type. We also recommend using one of our client librarie

Re: Error Linking MCC Test Account

2013-10-10 Thread Jeremy Aube
Here's the response I received: Further to our conversation, I have spoken with the specialist team who confirmed that the account 992-886-5208 is a dormant API test account and serves no functionality. Adding it to the existing MCC is not possible, hence the error message. There is no opportu

Re: Error Linking MCC Test Account

2013-10-10 Thread Paul Matthews (AdWords API Team)
Hi Jeremy, Can you report a bug in myclientcentre, they'll be able to investigate the issue and solve it for you. Regards, - Paul, AdWords API Team. On Monday, 7 October 2013 15:04:44 UTC+1, Jeremy Aube wrote: > > Just wanted to follow up on this as I'm still not able to link the test > MCC t

Re: Error Linking MCC Test Account

2013-10-07 Thread Jeremy Aube
Just wanted to follow up on this as I'm still not able to link the test MCC to a non-test MCC. After I click the "Link existing accounts" button, enter the customer id of the test MCC into the textbox, and click the "Continue" button, all I get is the following: The following customer IDs had e

Re: Error while getting Detination URL report

2013-10-01 Thread Danial Klimkin
Hello Shobha, Do you still experience the issue describe below? -Danial, AdWords API Team. On Thursday, September 26, 2013 3:40:47 PM UTC+4, shobha.p...@gmail.com wrote: > > Hi, > > I am trying to fetch Destination URL report for a client using Adwords APi > v201302 as well as from the 'Cli

Re: Error Linking MCC Test Account

2013-09-27 Thread Jeremy Aube
Hi Paul, There error is occurring before I get a chance to put in the descriptive name. I tried linking a non-test MCC and that worked fine, so I think this has something to do with linking test MCCs. Jeremy On Friday, September 27, 2013 6:14:21 AM UTC-4, Paul Matthews (AdWords API Team) wro

Re: Error Linking MCC Test Account

2013-09-27 Thread Paul Matthews (AdWords API Team)
Hi Jeremy, It looks to me as though you've not included a "descriptive name" for the linked MCC account. Please try again including a descriptive name. Regards, - Paul, AdWords API Team. On Tuesday, 24 September 2013 20:06:52 UTC+1, Jeremy Aube wrote: > > I tried linking an MCC test account to

Re: Error QuotaCheckError.INCOMPLETE_SIGNUP

2013-09-10 Thread David Torres (AdWords API Team)
Hi Larisa, Yes, you need to wait for you token to be approved in order to target non-test accounts. Best, - David Torres - AdWords API Team On Wednesday, September 4, 2013 9:14:06 AM UTC-4, larisa bolgova wrote: > > > > On Wednesday, August 14, 2013 8:09:17 PM UTC+3, David Torres (AdWords API

Re: Error QuotaCheckError.INCOMPLETE_SIGNUP

2013-09-04 Thread larisa bolgova
On Wednesday, August 14, 2013 8:09:17 PM UTC+3, David Torres (AdWords API Team) wrote: > > Hi Larissa, > > Are you trying to access a test account? you developer token is not > approved for production use, but can be used for accessing test accounts, > have your requested a test > account

Re: Error Handling on ReturnValue objects on mutate calls

2013-08-26 Thread Takeshi Hagikura (AdWords API Team)
Hi, In the ApiError entity, you can get fieldpath that contains like this kind of String "operations[0].operand.id". >From that, you can know what operations failed. Best, - Takeshi, AdWords API Team On Thursday, August 22, 2013 6:19:19 PM UTC+9, Cap'n of d'Ship wrote: > > when I call > AdGr

Re: Error QuotaCheckError.INCOMPLETE_SIGNUP

2013-08-14 Thread David Torres (AdWords API Team)
Hi Larissa, Are you trying to access a test account? you developer token is not approved for production use, but can be used for accessing test accounts, have your requested a test account ? Best, - David Torres - AdWords API

Re: Error while fetching BidModifier Field in CRITERIA_PERFORMANCE_REPORT

2013-08-14 Thread David Torres (AdWords API Team)
Hi, BidModifier is a valid field of the CRITERIA_PERFORMANCE_REPORT, what version are you pointing to your request? how does your report definition look like? Best, - David Torres - AdWords API Team On Wednesday, August 7, 2013 8:29:11 PM UTC-4, Anand Joseph wrote: > > I am getting the follow

Re: Error with selector

2013-07-31 Thread Danial Klimkin
Hello José, Thank you for heads up. This looks like an issue specific to your SOAP library rather than something that can be handled by the API. I recommend checking the request XML code in this case, it is very likely you would see an extra field you didn't plan requesting. -Danial, AdWords

Re: Error: User Rate Limit Exceeded -> OAuth2 / PHP clientlibrary / cross client reporting / SimpleOAuth2Handler->RefreshAccessToken

2013-07-30 Thread Jan Catrysse
Great!! Works like a charm! Big thanks Op maandag 29 juli 2013 11:14:53 UTC+2 schreef Paul Matthews (AdWords API Team) het volgende: > > Hi Jan, > > The best solution to bypass this issue is to cause a refresh of the > access_token before you fork the process. Insert the following code before

Re: Error: User Rate Limit Exceeded -> OAuth2 / PHP clientlibrary / cross client reporting / SimpleOAuth2Handler->RefreshAccessToken

2013-07-29 Thread Paul Matthews (AdWords API Team)
Hi Jan, The best solution to bypass this issue is to cause a refresh of the access_token before you fork the process. Insert the following code before the wile loop: $oauth2info = $user->GetOAuth2Info

Re: Error in running adwords api examples in php

2013-07-28 Thread Takeshi Hagikura (AdWords API Team)
Hi, What error specifically are you facing? Can you please attach the actual SOAP request and response? Best, - Takeshi, On Thursday, July 25, 2013 7:07:06 PM UTC+9, dev3.we...@gmail.com wrote: > > *How to run adwords api examples using url in php* > > please reply to my email id..

Re: Error: User Rate Limit Exceeded -> OAuth2 / PHP clientlibrary / cross client reporting / SimpleOAuth2Handler->RefreshAccessToken

2013-07-28 Thread Takeshi Hagikura (AdWords API Team)
Hi Jan, I think that can be avoided if the access token is cached and only requested when the access token is about to expire. I'm asking the PHP library maintainer for comments. Best, - Takeshi, On Thursday, July 25, 2013 5:23:24 AM UTC+9, Jan Catrysse wrote: > > Hello, > > We've updated to

Re: error invalid_grant OAUTH2

2013-07-25 Thread Roy Roes
Solved it myself. When I run GetRefreshToken.php I get an url to validate my account for the app. There I get a token. I insert the token directly in the code ($code) of GetRefreshToken.php and than I get the refresh token for OAuth2. When I put the refreshtoken in the auth.ini...all works fin

Re: Error while authenticating a Ruby client

2013-07-16 Thread Danial Klimkin
Hello Sumit, First of all, you need to use a test account, instead of the deprecated sandbox, see: https://developers.google.com/adwords/api/docs/test-accounts As per Ruby, see the following wiki page: http://code.google.com/p/google-api-ads-ruby/wiki/OAuth2 and the code example: htt

Re: Error updating Call Extension for Campaign

2013-07-08 Thread Jacob Lucas
Hi Danial, We've added them to this thread via email and are awaiting a response. Sorry for the churn on the wrong alias. Jacob. On Monday, July 8, 2013 2:40:58 PM UTC-7, Danial Klimkin wrote: > > Hello Jacob, > > > This forum is for questions regarding AdWords API only. Please check with >

Re: Error updating Call Extension for Campaign

2013-07-08 Thread Danial Klimkin
Hello Jacob, This forum is for questions regarding AdWords API only. Please check with the general AdWords support on the UI-related issues. -Danial, AdWords API Team. On Thursday, July 4, 2013 2:47:12 AM UTC+4, Jacob Lucas wrote: > > Hi, > > We are experiencing an issue in the UI when tryin

Re: Error in Adwords - QuotaCheckError.INCOMPLETE_SIGNUP

2013-04-10 Thread David Torres (AdWords API Team)
Hi, Please inquiry adwordsapi-tok...@google.com on the status of your developer token. Best, - David Torres - AdWords API Team On Tuesday, March 19, 2013 12:12:54 PM UTC-4, Developer wrote: > > Hi, > > Since yesterday we're getting this error > > 2013-03-18 20:04:41,656 google_awords_api > -

Re: Error in Adwords - QuotaCheckError.INCOMPLETE_SIGNUP

2013-04-10 Thread David Torres (AdWords API Team)
Hi, Please inquiry adwordsapi-tok...@google.com on the status of your developer token. Best, - David Torres - AdWords API Team On Tuesday, March 19, 2013 12:22:31 PM UTC-4, Developer wrote: > > Hi, > > Since yesterday we're getting this error > > 2013-03-18 20:04:41656 google_awords_api > [

Re: Error in TargetingIdeaService.

2013-03-04 Thread Anash P. Oommen (AdWords API Team)
Hi Kapil, You should not post SOAP logs without redacting the authToken and developerToken first. Please treat them like passwords. I'll lookup the logs and see what caused the error. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, February 18, 2013 11:42:27 AM UTC+5:30, Kapil wrote:

Re: Error creating a copy of an existing Template Ad

2013-03-01 Thread pete
Hi Kevin, Thanks for your response; I'm happy with that and that we are doing all we can do to track these Ad types. cheers pete On Wednesday, 27 February 2013 17:23:48 UTC, Kevin Winter (AdWords API Team) wrote: > > Hi Pete, > We discussing the best approach for this issue. The core pro

Re: Error creating a copy of an existing Template Ad

2013-02-27 Thread Kevin Winter (AdWords API Team)
Hi Pete, We discussing the best approach for this issue. The core problem is that these template types were never intended to be used with the AdWords API. There are required fields that the API cannot return or allow you to mutate for these template types. As a result, it's not currently p

Re: Error creating a copy of an existing Template Ad

2013-02-26 Thread pete
Hi Kevin Any update on this issue? thanks pete On Friday, 15 February 2013 17:50:08 UTC, Kevin Winter (AdWords API Team) wrote: > > Hi Pete, > I'm asking some of the core engineers to look into this. It appears > that variationSpecificFieldOverrides is an internal field that's not > curr

Re: Error when publishing an ImageSearchAd ( TemplateId = 190 ) with a TestAccount

2013-02-20 Thread cristi mihailescu
Hi Kevin, Sorry for the double posting and thanks for your response. I posted a questionon the other thread regarding Image & Text Ads, if you can reply. Thank you. Cristi miercuri, 20 februarie 2013, 20:29:54 UTC+2, Kevin

Re: Error when publishing an ImageSearchAd ( TemplateId = 190 ) with a TestAccount

2013-02-20 Thread Kevin Winter (AdWords API Team)
Hi Cristi, I responded in your other thread that this template has been deprecated and we'll update the documentation to reflect this. - Kevin Winter AdWords API Team On Wednesday, February 20, 2013 6:00:59 AM UTC-5, cris

Re: Error when publishing an ImageSearchAd ( TemplateId = 190 ) with a TestAccount

2013-02-20 Thread cristi mihailescu
Hi Kevin, Any chance for a solution for the above error message: USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE ? In the attached file you can find the SOPA request / response for this API call. The complete response looks like this: soap:Server [AdError.USER_DOES_NOT_HAVE_ACCESS_TO_TEMPLATE @ oper

Re: Error in TargetingIdeaService.

2013-02-17 Thread Kapil
Hey Anash, The code is working now. But there is one issue. I cannot set category in SearchParameter. So can you please tell if it is possible to set the category. Also, this is the sanitized soap request and response xml for UNEXPECTED_INTERNAL_API_ERROR:- INFO: Request made: Service: "Target

Re: Error creating a copy of an existing Template Ad

2013-02-15 Thread Kevin Winter (AdWords API Team)
Hi Pete, I'm asking some of the core engineers to look into this. It appears that variationSpecificFieldOverrides is an internal field that's not currently exposed/used in the AdWords API - I don't know why the server seems to think it's required. - Kevin Winter AdWords API Team On Thursday

Re: Error when publishing an ImageSearchAd ( TemplateId = 190 ) with a TestAccount

2013-02-15 Thread Kevin Winter (AdWords API Team)
Hi Cristi, We're currently looking into this. - Kevin Winter AdWords API Team On Wednesday, February 13, 2013 12:27:14 AM UTC-5, cristi mihailescu wrote: > > Hello, > > I'm using v201209 .NET Client Libraries with the ClientId 186-121-2518 ( > which is a Test Account ). > > The publishing of b

Re: Error in TargetingIdeaService.

2013-02-14 Thread Anash P. Oommen (AdWords API Team)
Hi Kapil, Could you please post a sanitized soap request and response xml? Repeated UNEXPECTED_INTERNAL_API_ERROR is usually an issue at our end. Cheers, Anash P. Oommen, AdWords API Advisor. On Wednesday, February 13, 2013 7:29:26 PM UTC+5:30, Kapil wrote: > > Hello, > > I am using TargetingId

Re: Error creating a copy of an existing Template Ad

2013-02-14 Thread pete
Hi Kevin I've attached a file containing all the request/response streams for the operation. Appreciate your help. pete On Wednesday, 13 February 2013 22:00:37 UTC, Kevin Winter (AdWords API Team) wrote: > > Hi Pete, > Could you show us what your selector looks like for your get request? >

Re: Error in TargetingIdeaService.

2013-02-13 Thread Kapil
I am also using CategoryProductsAndServicesSearchParameter to define category loke this:- CategoryProductsAndServicesSearchParameter category = new CategoryProductsAndServicesSearchParameter(); category.setCategoryId(10017); then, selector.setSearchParameters( new SearchParameter[

Re: Error in TargetingIdeaService.

2013-02-13 Thread Kapil
I am also using CategoryProductsAndServicesSearchParameter to specify Category like this:- CategoryProductsAndServicesSearchParameter category = new CategoryProductsAndServicesSearchParameter(); category.setCategoryId(10017); selector.setSearchParameters( > > new SearchParameter

Re: Error creating a copy of an existing Template Ad

2013-02-13 Thread Kevin Winter (AdWords API Team)
Hi Pete, Could you show us what your selector looks like for your get request? The AdWords API in general supports the concept of partial updates. This means that you only need to send the absolute minimum number of fields. For example, in a template ad, you'd want to request the fields Ur

Re: Error sandBox

2012-12-26 Thread likeitcwbmccad
Thanks, I was following the tutorial adwords Brazil which by the way is outdated. =) Em domingo, 23 de dezembro de 2012 10h12min35s UTC-2, Ewan Heming escreveu: > > Unfortunately, the sandbox is no > more, > > but

Re: Error sandBox

2012-12-23 Thread Ewan Heming
Unfortunately, the sandbox is no more, but the great news is that it's been replaced by test accounts, which are a much more reliable way of testing Ad

Re: Error sandBox

2012-12-23 Thread Ewan Heming
Unfortunately, the sandbox is no more, but the great new is that it's been replaced by test accounts, which are a much more reliable way of testing AdW

Re: Error in AdHoc Report function DownloadClientReport (v201209) ->INVALID_REPORT_DEFINITION_XML

2012-12-17 Thread Danial Klimkin
Hello Reinhold, The order of the fields in the report definition is important. This error message usually means they are not in the correct order in your request. Also, consider using our C# libraries which will handle this and many other minor details for you: https://developers.google.com

Re: Error Missing Parameter with function DownloadClientReport (v201209)

2012-12-13 Thread Alexander Nitschke
No, email and password are those of your normal login. You have to set the CustomerId of the AdwordsUser object before downloading the report, for example (in Visual Basic .NET): TryCast(AdWordsUser.Config, AdWordsAppConfig).ClientCustomerId = GCustomerId, where AdWordsUser would be your user o

Re: Error Missing Parameter with function DownloadClientReport (v201209)

2012-12-12 Thread Reinhold Maurus
Dear Alexander, thanks for the answer. Is there a code example covering this? Does it mean the Download function needs the email and password of each client? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com htt

Re: Error Missing Parameter with function DownloadClientReport (v201209)

2012-12-12 Thread Alexander Nitschke
I say you aren't specifying the client. Reporting for multiple clients isn't possible anymore with the adhoc reports, so you have to get a report for each client (and specify the client of course). -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion g

Re: Error right after installing

2012-11-27 Thread David Torres
Hi Neil, Sorry for the late response, at a quick glance I do see the class in the SVN repo http://code.google.com/p/google-api-adwords-perl/source/browse/trunk/lib/Google/Ads/AdWords/v201209/InfoSelector.pm How are you installing the lib? is it missing from the downloadable? Best, - David - A

Re: ERROR

2012-11-27 Thread Paul Matthews
Hi Rizwan, Can you offer up more information about the error, such as: - The service you were trying to call - The library you were using (if any) - What you did to get the error - Example steps: - Installed library - Changed config as such... - Ran the G

Re: Error right after installing

2012-11-26 Thread Neil Kirk
I tried to manually locate the new API modules, but they don't seem to have installed: sudo find / -name InfoSelector.pm /home/neilkirk/awapi255/lib/Google/Ads/AdWords/v201109/InfoSelector.pm /home/neilkirk/awapi255/blib/lib/Google/Ads/AdWords/v201109/InfoSelector.pm /home/neilkirk/awapi_perl_lib

Re: Error right after installing

2012-11-26 Thread Neil Kirk
Hi, I have installed the new v201209 Perl client library and am getting this error: Can't locate Google/Ads/AdWords/v201209/InfoSelector.pm in @INC (@INC contains: ../../../lib /etc/perl /usr/local/lib/perl/5.12.4 /usr/local/share/perl/5.12.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.12

Re: Error sending / receiving message

2012-11-20 Thread David Torres
This issue is been handled in the library issue tracker http://code.google.com/p/google-api-adwords-perl/issues/detail?id=53 Best, - David Torres - AdWords API Team On Saturday, November 17, 2012 3:11:34 PM UTC-5, Grant wrote: > > I'm getting the following error pretty consistently but at seemi

Re: Error trying to update Keyword destination url

2012-10-18 Thread Danial Klimkin
Hello Joan, Please double-check you are sending the correct clientCustomerId in the headers. If still in doubt, send us the full XML log with request and response code over *email*. Make sure to remove sensitive parts such as developer token and auth token, and to use "Reply" button to send i

Re: Error while updating Language target

2012-10-17 Thread prafulla holkar
Goran,Thanks for your reply. it was helpful -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message beca

Re: Error while updating Language target

2012-10-03 Thread Goran Jovic
AFAIK, you can't update campaign criteria. If you want to e.g. change the language targeting from English to French, you are supposed to remove the English language criterion and add the French one. (If you think about it, updating wouldn't even make sense here - if it is about another language

Re: Error right after installing

2012-08-08 Thread David Torres
Hi, This is clearly a missing dependencies problem, did you happen to run perl Build.PL and perl Build installdeps? Best, -David Torres - AdWords API Team On Tuesday, August 7, 2012 3:49:07 AM UTC-4, Josh Kelly wrote: > > I just installed the perl library, and when I try to run the examples I

Re: Error "The user configured in the account is invalid" when using MCC api login access

2012-07-30 Thread Kevin Winter
Hi, We still haven't seen this error before. Can you please indicate what service and version you are using? Providing sanitized logs or a RequestId would also be helpful. - Kevin Winter AdWords API Team On Thursday, July 26, 2012 2:11:52 PM UTC-4, lazartefederico wrote: > > Hello, i have t

Re: Error "The user configured in the account is invalid" when using MCC api login access

2012-07-26 Thread lazartefederico
Hello, i have the same situation, can u resolve this? On Thursday, February 3, 2011 12:36:50 PM UTC-3, Mike Warwick wrote: > > We are currently using 1 root MCC level login to update all of our client > accounts, which sit in various sub MCC's > > This works for all clients except one which has i

Re: Error when creating services

2012-07-23 Thread Shaihulud
solved, the other problem was about the path to the java directory. Its not allowed to have a whitespace in it Am Montag, 23. Juli 2012 15:45:23 UTC+2 schrieb Shaihulud: > > i have solved the problem javax.mail by including it into the classpath, > but i still dont know what the second thing is

Re: Error when creating services

2012-07-23 Thread Shaihulud
i have solved the problem javax.mail by including it into the classpath, but i still dont know what the second thing is about : ERROR: org.reflections.Reflections - could not create Vfs.Dir from url. ignoring the exception and continuing anybody an idea? Am Montag, 23. Juli 2012 15:39:22 UTC+2

Re: Error while creating batch adgroups

2012-06-06 Thread Danial Klimkin
Hello Prashant, Can you please send us full XML code of the response? -Danial, AdWords API Team. On Monday, June 4, 2012 9:21:30 PM UTC+4, Prashant Nagar wrote: > > Hi, > I am getting this error while creating adgroups in batch. This error is > intermittent. : > Should explicitly create inst

Re: Error with MutateJobServce

2012-06-04 Thread Danial Klimkin
Hello Tom, Please try retrying the job after few minutes. If you are getting this response consistently please send us the full response XML code. Also, we recommend to group such updates per AdGroups (minimizing number of different AdGroups in one job) when possible. -Danial, AdWords API Te

Re: Error in setting Ad Schedule & Location for a campaign : EntityNotFound.INVALID_ID

2012-05-04 Thread Atul
hi On Wednesday, May 2, 2012 2:59:13 PM UTC+5:30, Atul wrote: > > Hi, > > I am getting an Error of EntityNotFound.INVALID_ID while I am trying to > set ad schedule for a particular campaign using its Id. Here is the code > that I am using for this : > > CampaignTargetService campaignTargetServi

Re: Error in setting Ad Schedule & Location for a campaign : EntityNotFound.INVALID_ID

2012-05-04 Thread Atul
Hi Alexander, Thanks for your reply. You are absolutely right. This error is because I didn't specify the client account id to the AdWordsUser object. Now, I am getting the right response without error. I didn't know if it is mandatory to specify the client account id when we are trying to set

Re: Error in setting Ad Schedule & Location for a campaign : EntityNotFound.INVALID_ID

2012-05-04 Thread Atul
Hi Kevin, Thanks for your reply. I got the solution for this error. It is mandatory to specify the client account Id when we are trying to setting the schedules and target for a campaign. If we didn't specify the client account id in AdWordsUser object, this error will occur. On Friday, May 4,

Re: Error in setting Ad Schedule & Location for a campaign : EntityNotFound.INVALID_ID

2012-05-04 Thread Kevin Winter
Hi, Are you making calls against production or sandbox? IDs from production will not work in sandbox and vice versa. Can you retrieve this campaign using a Predicate on Id using CampaignService.get? - Kevin Winter AdWords API Team On Wednesday, May 2, 2012 5:29:13 AM UTC-4, Atul wrote: > >

Re: Error in setting Ad Schedule & Location for a campaign : EntityNotFound.INVALID_ID

2012-05-04 Thread Alexander Nitschke
Hi Atul, this error is probably because your Adwords-User isn't set to the correct account before calling the CampaignTargetService (maybe its set to the MCC account which is the most common error). Just talking from experience, been there, had that too. Best wishes Alexander -- =~=~=~=~=~=~

Re: error country code?

2012-04-26 Thread Meng wenping
On Thursday, April 26, 2012 7:13:38 PM UTC+8, Meng wenping wrote: > > I used google adwords editor,when I set a country for a campaign,I have a > question: > "Netherlands Antilles" as a country displayed in the UI > > >

Re: Error : - AuthenticationError.CLIENT_CUSTOMER_ID_INVALID

2012-04-05 Thread Eric Koleda
Hi Pramod, This error is thrown if the value passed in the header is not a valid number. It is allowed to contain dashed however. Best, - Eric Koleda, AdWords API Team On Tuesday, April 3, 2012 7:08:34 AM UTC-4, Pramod Patil wrote: > > Hi > > I have valid credentials still I am getting below

Re: Error: Unable to locate billing information for that Developer Token

2012-03-27 Thread Anash P. Oommen
Hi, You are sending your sandbox developer token to the production environment. When making calls to the production environment, you need to substitute the sandbox developer token with your approved developer token in auth.ini. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, 27 March

Re: Error 411 using Ad Hoc reports v201109

2012-03-20 Thread Lee Harper
HI Anash, Thanks for your time looking into this. The fact that it was only one client kept bothering me which made me discover that the Google Adwords Account Id had a newline in it which caused everything to break. Hope this helps someone else out in the future. -Lee On Tue, Mar 20, 2012 at

Re: Error 411 using Ad Hoc reports v201109

2012-03-20 Thread Lee Harper
Hi Anash, We are still having this issue, and only with this one user. Yes, we are using the latest PHP library. Will try capturing the outgoing traffic like you suggested. Thanks On Friday, March 16, 2012 4:35:15 AM UTC-5, Anash P. Oommen wrote: > > Hi Jeremy, > > I suspect this has to do wit

Re: error using GetKeywordOpportunities

2012-03-20 Thread Anash P. Oommen
Hi Ahmed, BulkOpportunityService was deprecated, see https://groups.google.com/forum/?fromgroups#!searchin/adwords-api/BulkOpportunityService/adwords-api/JNSnZf14KaM/DSDWQKV8Y2sJ for details. Cheers, Anash P. Oommen, AdWords API Advisor. On Sunday, 18 March 2012 05:38:52 UTC+5:30, ahmed shaw

Re: error using GetKeywordOpportunities

2012-03-18 Thread Ewan Heming
I seem to remember something about the BulkOpportunityService being deprecated; however, I can't find a blog post about it. I don't think it's listed as a service in the V201109 documentationanyway; the late

Re: Error 411 using Ad Hoc reports v201109

2012-03-16 Thread Anash P. Oommen
Hi Jeremy, I suspect this has to do with the HTTP request you send out to our servers. Are you using a client library? Could you try capturing the outgoing traffic with an HTTPS proxy and check if you are indeed sending a Content-Length header as part of your request? Fiddler ( http://www.fiddl

Re: Error in getting report on ruby example code

2012-01-30 Thread Danial Klimkin
Hello Hudarsono, Can you please send us full debug output for this query? Make sure to enable it by setting the :log_level in config to 'DEBUG'. -Danial, AdWords API Team. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blo

Re: Error handling in Perl

2012-01-27 Thread Ovid
Hi Etienne, I've actually wrapped the *SOAP::WSDL::Client::call call in my Moose classes to trap various errors with Try::Tiny. I've had to set die_on_faults to true because I don't want to accidentally forget to trap an error. I fall back to regex tests. My actual code winds up looking like t

Re: Error handling in Perl

2012-01-26 Thread Etienne Lawlor
Hey David, Do google faults need to be handled with the latest Perl modules or just soap faults? -Etienne -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~

Re: Error creating new ad

2012-01-23 Thread Reed
Arrgh. never mind, forgot about the strict XML validation re order of the elements. WSDL confuses soapUI - it doesn't even show all of the SOAP elements. thanks, -reed -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.

Re: Error getting monthly searches with targeting_idea_service using Adwordsservice.v201109

2011-12-07 Thread David Torres
Hi Onno, Thanks for providing the request id, we are investigating the issue now. I'll update this thread when having more information. Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.b

Re: Error getting monthly searches with targeting_idea_service using Adwordsservice.v201109

2011-12-06 Thread o.maert...@uniquedigital.de
Hi David, thanks for the response, the request id is: 0004b36ddef4adb80ada73932b78 Greetings, Onno Maertens -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~

Re: Error getting monthly searches with targeting_idea_service using Adwordsservice.v201109

2011-12-05 Thread David Torres
Hi Onno, Could you provide the request ids of your requests or a your sanitized SOAP requests? Best, -David Torres - AdWords API Team -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/grou

Re: Error When Downloading Report From API

2011-12-05 Thread Danial Klimkin
Hello Danny, It is hard to assess what exactly causes the issue without details application logs. Please send us XML request logs and the reply if available. In case you can not obtain that, please check with your software developer if they can contact us directly. Please also note using you

Re: Error while trying to set campaign language targeting

2011-12-01 Thread Eric Koleda
Hi Roberto, There are two problems with your request: 1) It is using the operator SET, when only ADD and REMOVE are supported. 2) The namespaces on your elements is incorrect, so the API is not correctly reading the required fields. We recommend that you use our client libraries rather that con

Re: Error handling in Perl

2011-11-22 Thread David Torres
Hi Neil, As you noticed the library dies at faults by default but you can override this behavior by setting die_on_faults to 0, in which case the fault object will be returned to you. So you can do something like: my $page = $client->CampaignService()->get({serviceSelector => $selector}); if (

Re: Error in PHP code example

2011-11-15 Thread Joshua J. Kugler
On Monday, November 14, 2011, Eric Koleda elucidated thus: > Hi Joshua, > > Have you created an instance of the ServicedAccountService at that > point? These classes aren't loaded until the service has been > created, to avoid name conflicts. You can alternatively use the new > LoadService() meth

Re: Error in PHP code example

2011-11-14 Thread Eric Koleda
Hi Joshua, Have you created an instance of the ServicedAccountService at that point? These classes aren't loaded until the service has been created, to avoid name conflicts. You can alternatively use the new LoadService() method, which will load the classes but not create an instance of the s

Re: Error : the trustAnchors parameter must be no

2011-11-14 Thread Cedart
Hello, Thanks for your reply, I have imported certificates into the java keystore. It works now. Regards. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=

<    5   6   7   8   9   10   11   12   13   >