Re: Didn't see the package v201302 within adwords-axis-1.12.4-sources.jar

2013-04-03 Thread Takeshi Hagikura (AdWords API Team)
Hi Sanju, I strongly recommend you to use the new Java library (i.e. 1.14.1 version from this site https://code.google.com/p/google-api-ads-java/downloads/list) Now we have 2 versions of Java libraries and both libraries support v201302. But as we announced

Re: Concurrent requests not working on our production server

2013-04-03 Thread Stephane Guerin
Ho... looks like the trouble might be related to the fact that we use Windows 2008 Web edititon. Dang. Stéphane On Wednesday, 3 April 2013 14:09:49 UTC-4, Stephane Guerin wrote: > > Could it be some setting on Adwords end? SOAP limitation or IP restriction > or anything else? I doubt that since

Re: Status of test API account

2013-04-03 Thread R3 Dev
up.. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Googl

Re: API support for AdWords "Labels" feature?

2013-04-03 Thread Vanessa Sabino
+1 to please add labels to the API! With the 30 minutes timeout limit for AdWords scripts, it's a huge pain to bulk edit the labels there. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.co

Re: Adgroup's TargetingSetting not retrieved in v201302

2013-04-03 Thread valeriy
Related question, it seems AdWords UI now allows to set targeting settings and bids for Gender and Age. API docs still say Age and Gender are only excludable and not biddable. Valeriy On Wednesday, April 3, 2013 12:46:11 AM UTC-7, Danial Klimkin wrote: > > Hello Peter, Valeriy, > > > I've repro

Re: Concurrent requests not working on our production server

2013-04-03 Thread Stephane Guerin
Could it be some setting on Adwords end? SOAP limitation or IP restriction or anything else? I doubt that since it works well in dev, but we never know. We also created a service Web that wait for 2 seconds to test our threaded calls and the HTTP connections limit doesn't seem to be a problem

Re: API responds with 403 on one machine and not on others

2013-04-03 Thread Jonathan Wu
This is on a headless linux server. We've never had this issue with any other account we have API access to on this machine and further, it doesn't make sense that we would have to do this per machine per account. This machine is using the API to do things like grab Campaign data using the Campaign

Re: Concurrent requests not working on our production server

2013-04-03 Thread Stephane Guerin
Hi Anash, Thanks for the answer. Unfortunately, I got no luck with this. The problem still occur. We also have in our web.config the max connections set: I checked all the settings in IIS or in the web.config. I really can't figure why it works in dev but not in produc

Re: Getting QuotaCheckError.INCOMPLETE_SIGNUP

2013-04-03 Thread Kevin Winter (AdWords API Team)
Hi Pau, Sorry for the trouble here - we're rolling back the change that's impacting you. If you still can't make API calls in an hour, please let us know. - Kevin Winter AdWords API Team On Wednesday, April 3, 2013 11:06:12 AM UTC-4, Pau Gargallo wrote: > > Thank you Kevin! > > -- > > Pau Ga

Re: No keywords in UI but the API shows many keywords for the same account

2013-04-03 Thread Thomas Jez
Hi Anash, thank you. My customer has posted these xml snippets to his customer service contact yersterday and we are waiting for a response now. I will report the result here. Thomas Am Mittwoch, 3. April 2013 12:07:38 UTC+2 schrieb Anash P. Oommen (AdWords API Team): > > Hi Thomas, > > Coul

Re: Getting QuotaCheckError.INCOMPLETE_SIGNUP

2013-04-03 Thread Pau Gargallo
Thank you Kevin! -- Pau Gargallo, PhD [image: Phone] (+34) 93.508.82.41 Ext. 217 pgarga...@clacktion.com[image: Clacktion logo] [image: See map]

Re: LocationSyncExtension -> Help on OAuthInfo

2013-04-03 Thread Kaushik Sahoo
Hi Anash, Thanks for the Info. Now it works. Though I had to struggle to find out what ** actually meant. For, the benefits of others ** is actaully the acess token. So, httpAuthorizationHeader = "Bearer " + OAuth AccessToken On Wednesday, 3 April 2013 15:51:51 UTC+5:30, Anash P. Oo

Re: Getting QuotaCheckError.INCOMPLETE_SIGNUP

2013-04-03 Thread Kevin Winter (AdWords API Team)
Hi Pau, We're looking into this (again). I apologize for the inconvenience. - Kevin Winter AdWords API Team On Wednesday, April 3, 2013 5:35:16 AM UTC-4, Pau Gargallo wrote: > > Hi Kevin, > > Since yesterday, we are getting the same QuotaCheckError.INCOMPLETE_SIGNUP > error again :-( > Can we

Re: Concurrent requests not working on our production server

2013-04-03 Thread Zweitze
In your web.config (or app.config) file add: and replace the 1000 with the maximum number of simulateous connections to a single host. Note the default is two (!), which explains the problems you're experiencing. On Wednesday, April 3, 2013 3:10:51 A

Re: RateExceededError rateName=BillingPerDay

2013-04-03 Thread Elena Grigoreva
Also I can use TargetingIdeaService without this error, it takes api units too if I understand it rightly (I haven't more than 10,000 operations to get targeting ideas too). -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.

Re: API responds with 403 on one machine and not on others

2013-04-03 Thread Anash P. Oommen (AdWords API Team)
Hi Jonathan, It could be that Google ClientLogin servers are seeing programmatic login from this machine for the first time and blocking your request. Open a browser on this machine, and login to your account and see if it solves the issue. If your machine is indeed blocked by ClientLogin, then

Re: RateExceededError rateName=BillingPerDay

2013-04-03 Thread Elena Grigoreva
Thank you for reply! I know about standart and basic access, but now I haven't more than 10,000 operations per day now, why I have no basic access as it said here http://googleadsdeveloper.blogspot.in/2013/01/new-simplified-adwords-api-pricing.html ? This error occures not after 10,000 operat

Re: LocationSyncExtension -> Help on OAuthInfo

2013-04-03 Thread Anash P. Oommen (AdWords API Team)
Hi Kaushik, Your request should look like this, assuming you are using OAuth2: adwords login email GET https://adwords.google.com/api/adwords/ Bearer *** Also, email is case sensitive if I remember correctly. Make sure it matches in case with the login email. Cheers, Anash P.

Re: SOAP-ERROR: Parsing WSDL

2013-04-03 Thread Paul Matthews (AdWords API Team)
Hi Mahesh, *Firstly:* Have you enabled WSDL_CACHE? We've had reported issues where caching of WSDLs has caused errors. Can you try turning it off and making the same number of requests. This setting is configurable in the settings.ini

Re: Failed to get authToken. Reason: Unknown SSL protocol error in connection to accounts.google.com:443

2013-04-03 Thread Anash P. Oommen (AdWords API Team)
Hi Mahesh, Looks like a temporary issue with your network. See http://stackoverflow.com/questions/3234140/curl-error-35-unknown-ssl-protocol-error-in-connection for a similar case. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, March 29, 2013 2:51:07 PM UTC+5:30, Mahesh wrote: > > H

Re: adwords api example does not work

2013-04-03 Thread Anash P. Oommen (AdWords API Team)
Hi Nuwan, Is your issue resolved? If not, could you turn on logging in your App.config and post a sanitized SOAP request and response xml (mask out developer token and authtoken)? Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, March 26, 2013 8:19:59 PM UTC+5:30, nuwan.ge...@statrav

Re: RateExceededError

2013-04-03 Thread Anash P. Oommen (AdWords API Team)
Hi Elena, I've responded on your other thread. You need to apply for AdWords API standard access to solve your issue. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, March 28, 2013 7:46:25 PM UTC+5:30, Elena Grigoreva wrote: > > Hi, > I get RateExceededError (BillingPerDay), but I di

Re: No keywords in UI but the API shows many keywords for the same account

2013-04-03 Thread Anash P. Oommen (AdWords API Team)
Hi Thomas, Could you post a sanitized SOAP request and response xml? Which account are you seeing this issue for? Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, April 1, 2013 5:34:04 AM UTC+5:30, Thomas Jez wrote: > > 01:59 (vor 1 Minute) > Nachricht auf Deutsch übersetzen > Hel

Re: RateExceededError rateName=BillingPerDay

2013-04-03 Thread Anash P. Oommen (AdWords API Team)
Hi Elena, This is related to the billing changes AdWords API introduced a couple of months back. You need to apply for AdWords API standard access to fix this issue. See http://googleadsdeveloper.blogspot.in/2013/01/new-simplified-adwords-api-pricing.html for details. Cheers, Anash P. Oommen

Re: Is it possible to access clients in an MCC through the API?

2013-04-03 Thread Anash P. Oommen (AdWords API Team)
Hi Alan, It is possible to get the account hierarchy within an MCC. See https://code.google.com/p/google-api-adwords-php/source/browse/examples/v201209/AccountManagement/GetAccountHierarchy.php for an example. Cheers, Anash P. Oommen, AdWords API Advisor. On Tuesday, April 2, 2013 5:37:43 PM

Re: This may sound like a silly Question, but what version am I running?

2013-04-03 Thread Anash P. Oommen (AdWords API Team)
Hi Alan, It is done when creating a service. ADWORDS_VERSION is a parameter that GetService() accepts. See https://code.google.com/p/google-api-adwords-php/source/browse/examples/v201209/AccountManagement/GetAccountAlerts.php#43 for an example. Cheers, Anash P. Oommen, AdWords API Advisor. O

Re: Concurrent requests not working on our production server

2013-04-03 Thread Anash P. Oommen (AdWords API Team)
Hi Stephanie, Just wondering if there is a limit on the number of HTTP connections your app can open on your production server? Your connectionmanager's default limit of number of simultaneous HTTP connection is one common reason why multithreaded report download can slow down in an unexplained

Re: Getting QuotaCheckError.INCOMPLETE_SIGNUP

2013-04-03 Thread Pau Gargallo
Hi Kevin, Since yesterday, we are getting the same QuotaCheckError.INCOMPLETE_SIGNUP error again :-( Can we do something to fix it? Thanks! pau On Friday, March 15, 2013 9:54:52 AM UTC+1, Pau Gargallo wrote: > > It's working again. > Thanks for fixing it! > > pau > > > On Thursday, March 14,

ManagedCustomerService (v201302) oAuth2 and ClientId auth differences

2013-04-03 Thread Dino Kečo
Hi, I'm using v201302 version of PHP client library for AdWords API and I have small issue with ManagedCustomerService and get method. When I'm using oAuth2 auth method I get only one result from API while when I use deprecated Client ID auth I get all accounts which are managed by MCC. I'm u

Status of test API account

2013-04-03 Thread R3 Dev
Hello, I have submitted a request for a test account a couple of times already but have not received a response yet. Could you kindly let me know if our account # 733-812-4436 has been converted to test account? Thank you, E.A. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find

keywordMaxCpc in v201302

2013-04-03 Thread Taher Dhilawala
How do I fetch keywordMaxCpc, keywordContentMaxCpc from an Adgroup object in v201302 Adwords API? Previously (in v201209) I used to do like this ManualCPCAdGroupBids adgroupBids = (ManualCPCAdGroupBids)adgroup.bids adgroupBids.keywordMaxCpc adgroupBids.keywordContentMaxCpc -- -- =~=~=~=~=~=~=

Re: Adgroup's TargetingSetting not retrieved in v201302

2013-04-03 Thread Danial Klimkin
Hello Peter, Valeriy, I've reproduced this issue now and we are looking into it. Thanks for reporting it. Als,o, the default value is "false". -Danial, AdWords API Team. On Tuesday, April 2, 2013 11:25:23 PM UTC+4, valeriy wrote: > > I have same problem AdGroup.Settings ( > https://develope