AdWords API Re: HELP PLEASE! Which group for organic optimization help?

2009-04-20 Thread Jacob Ozolins
G'day, Keeping in mind that most of your customers (if not all) will be coming from Australia, and that most of THOSE customers will be searching on google.com.au, and that many of THOSE will be displaying only pages from Australia, then the .com.au domain name would be your best bet. As for you

AdWords API Re: HELP PLEASE! Which group for organic optimization help?

2009-04-20 Thread Frankieplus
Hi Jacob, thanks for your quick response. Just have another quick question which I thought of.. Is it wise to make your domain name the actual keyword/phrase that someone may search for? So is it a good idea to have a domain name 'floristinsydney.com.au' to hopefully target people doing a searc

AdWords API Time outs - anyone else having a problem?

2009-04-20 Thread Phil
When pushing in Adgroups/Keyword/Text Ads I am getting alot of time- outs when communicating with Google. Previously (about two weeks ago) I was doing a similar level of 'work' but not getting so many time outs. My code hasn't change, has Google changed policy? --~--~-~--~~

AdWords API Python Client Library Updated (v5.0.0)

2009-04-20 Thread AdWords API Advisor
An updated version of Python client library is available from http://code.google.com/p/google-api-adwords-python-lib/. This is a major release and includes the following changes and updates*: - Removed support for v12, MIN_API_VERSION defaults to v13 now. - Added subclasses for ApiError. -

AdWords API api documentation dead link

2009-04-20 Thread mainoskaruse...@gmail.com
http://code.google.com/apis/adwords/docs/developer/Website.html has link "New Keyword States and Quality-Based Minimum Bids" https://adwords.google.com/select/qbb.html that seems to be not working. I am browsing v13. --~--~-~--~~~---~--~~ You received this mess

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

2009-04-20 Thread OBender
Server Error The server encountered a temporary error and could not complete your request. Please try again in 30 seconds. Why?? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post

AdWords API same request different responses

2009-04-20 Thread Dirk
Hi there, I wrote a function wich is checking a list of keywords by GetKeywordVariations() to get the information how much a specified keyword was searched. It gets the responselist of everykeyword,looks for the seedword and gives the informations back. Normaly it workes Fine, but by starting the

Starting with AdWords API using Eclipse (Java)

2009-04-20 Thread sinn...@googlemail.com
Hi everyone! I'm trying to use the AdWords API in Eclipse, but everything I have tried so far have resulted in numerous errors which I don't need to specify at the moment, I think. Two questions: 1. At the moment I'm using Apache Axis 2, although Axis 1 is recommended by Google. Is there anythi

AdWords API addCriteria won't return the 'id'

2009-04-20 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') ->text($text)