AdWords API Re: Ad Scheduling: Need more SchedulingIntervals

2009-04-21 Thread AdWords API Advisor
Hello David, AdWords itself imposes the limitation of six scheduling intervals per day, and the API just reflects that limitation. You can't add more than six intervals per day via the web interface either. If at some point in the future the six scheduling interval limit is lifted on the AdWor

AdWords API Ad Scheduling: Need more SchedulingIntervals

2009-04-21 Thread DavM
Hi I read with great interest the post on the AdWords API blog about Ad Scheduling: http://adwordsapi.blogspot.com/2009/04/ad-scheduling-its-all-about-timing.html I thought this would be a great mechanism for day part bid managing campaigns in AdWords. Unfortunately it's not clear anywhere in t

AdWords API Re: position preference

2009-04-21 Thread AdWords API Advisor
Hello, I'm afraid I can't comment publicly as to whether a specific feature will or will not be implemented in a future version of the AdWords API. This specific functionality has been previously requested and the product team is aware of the developer demand for it. Cheers, -Jeff Posnick, AdWo

Re: Starting with AdWords API using Eclipse (Java)

2009-04-21 Thread AdWords API Advisor
Hello, Are you using the AdWords API Java client library (http:// code.google.com/p/google-api-adwords-java/) or are you generating your own classes directly using Axis? I'd recommend trying the Java client library as it should simplify things for you, and it ships with example code for common

AdWords API Re: same request different responses

2009-04-21 Thread AdWords API Advisor
Hello Dirk, Could you clarify what you mean by an "empty response"? Are you actually getting a SOAP response back in those situations? What would be most useful in debugging this issue is if you could take a look at the SOAP response (assuming you're getting one) and let us know what the value

AdWords API Re: Getting 502 on https://adwords.google.com/api/adwords/v13/KeywordToolService?wsdl

2009-04-21 Thread AdWords API Advisor
Hello, How reproducible are those 502 errors for you? Are there any specific sets of keywords that consistently fail? How long does it take in between your initial request and the time you get the 502 back? There was an earlier report of 502 errors, mainly involving requests to the ReportServi

AdWords API Re: api documentation dead link

2009-04-21 Thread AdWords API Advisor
Thanks; I've flagged that for the documentation team to resolve in a future update to the Developer's Guide. Cheers, -Jeff Posnick, AdWords API Team On Apr 18, 6:40 am, "mainoskaruse...@gmail.com" wrote: > http://code.google.com/apis/adwords/docs/developer/Website.html > > has link "New Keywor

AdWords API Re: Time outs - anyone else having a problem?

2009-04-21 Thread AdWords API Advisor
Hello Phil, Could you elaborate a bit on the timeouts you're seeing? Do you have any indication whether the timeouts are imposed in your client code (e.g. your HTTP connection library closes the connection after X seconds), or whether your client code keeps waiting but the connection is closed o

AdWords API Error while creating a Campaign with ContentTargeting in Sandbox environment

2009-04-21 Thread rAm
Hi All, API Versio Used: V13. We are trying to create a Campaign with contentTargeting set to : SelectedPlacements networkTargeting set to all the three NetworkTypes* GoogleSearch, * SearchNetwork, * ContentNetwork. I can save the campaign without any issue using the "addCampaign" method.

AdWords API Sandbox DB Refresh: Friday, April 24

2009-04-21 Thread AdWords API Advisor
I wanted to give everyone advanced warning that the AdWords API Sandbox's database is scheduled to be refreshed on Friday, April 24. Following the refresh all data stored in the Sandbox will be cleared, and you will have to recreate your client accounts with a call to getClientAccounts(). More in

AdWords API Re: addCriteria won't return the 'id'

2009-04-21 Thread Grant
> I'm using the Google::Adwords perl module and I can't get the > addCriteria call to return the new criterion's id.  Can anyone see > what I'm doing wrong? > > my $criterion_keyword = Google::Adwords::Criterion->new >         ->adGroupId($adgroupid) >         ->criterionType('Keyword') >        

AdWords API how __equalsCalc works ?? since the equals function already has keyword synchronized

2009-04-21 Thread rainer...@163.com
private java.lang.Object __equalsCalc = null; // public synchronized boolean equals(java.lang.Object obj) { if (!(obj instanceof TextAd)) return false; TextAd other = (TextAd) obj; if (obj == null) return false; // if (this == obj) return true;

AdWords API Re: Exact Match - All Languages - All Countries - AvgSearchVolume

2009-04-21 Thread keesjan
HI Joe, although you can't comment on whether specific functionality will or will not be added to a future release of the AdWords API, a lot of developers are asking for this exact match feature for the Adwords API, including myself. Please can you discuss internally to add this to your roadmap,

AdWords API Re: "There was a problem contacting the site keyword server."

2009-04-21 Thread AdWords API Advisor
Hello Steve, I've heard back from the engineer who was investigating this, and they've identified what they believe to be the root cause and have submitted code for a patch. I'm afraid that I don't know the exact time that the patched code will be deployed to production, but I wanted to give you

AdWords API position preference

2009-04-21 Thread mariek
is Google planning to provide position preference functionality through API in comming release? I would like to change desired position depending on some events, and don't want to do it manually :/ --~--~-~--~~~---~--~~ You received this message because you are sub