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

2009-04-22 Thread Phil
I will elaborate as much as I can at this point, but as the API costs money to use I will have to wait till the next run to get more details. The same problem does not occur in the sandbox. I have also been warned off judging speed issues of the production API against the sandbox. I am running a

AdWords API What kind of Scheduler do you use to downlod report regularly?

2009-04-22 Thread PPL
Hi all, Can any one give me an idea of what kind of scheduler do you use to download report regularly? I want to schedule the report and want to store those report data in my database regularly. Could you pls help me? Thanks --~--~-~--~~~---~--~~ You received this

AdWords API getAllAdWordsCampaigns-error Uninitialized string

2009-04-22 Thread yadav.asd...@gmail.com
Hi, I'm facing a problem in using getAllAdWordsCampaigns() and getCampaign () methods of Campaign Service on SandBox. Whenever I called those methods it leads to exception of null although I set everything about the AdwordsUser correctly. Could u please help me? Code is - require_once('soapcli

AdWords API getKeywordVariations not work rightly

2009-04-22 Thread ASD yadav
Hi All, i have got developer_token,client_email. i use the demo of get_keyword_variations.php . But it returns "List of additional keywords to consider has 0 variation(s). List of popular queries with given seed has 0 variation(s)." it shows maybe the method of getKeywordVariations not work rightl

AdWords API getKeywordVariations not work rightly

2009-04-22 Thread ASD yadav
Hi All, i have got developer_token,client_email. i use the demo of get_keyword_variations.php . But it returns "List of additional keywords to consider has 0 variation(s). List of popular queries with given seed has 0 variation(s)." it shows maybe the method of *getKeywordVariations not work right

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

2009-04-22 Thread AdWords API Advisor
Hello Phil, If you're using .NET then the info at the bottom of this thread might be useful: http://groups.google.com/group/adwords-api/browse_thread/thread/520a49dbfb717ccd I can't personally vouch for those settings, but I believe that Peer has been using them for a while now and they hav

AdWords API Re: What kind of Scheduler do you use to downlod report regularly?

2009-04-22 Thread AdWords API Advisor
Hello, In terms of the actual code that is executed, unless you use a third party piece of software, you're going to have to write that yourself. There are examples illustrating how to schedule and download reports in all of the official client libraries. In terms of how you configure your ser

AdWords API Understanding Micro-units in stats record

2009-04-22 Thread it.departm...@worldtourism.com.au
Hi All, i am trying to understand the micro-units and i would love a bit more understanding. Currently my default currency in Adwords is AUD (australian dollars), Is the micro-units based off the currency that is defaulted in adwords or is it off the american dollar. Is $1AUD = 1,000,000 micros if

AdWords API Re: Understanding Micro-units in stats record

2009-04-22 Thread AdWords API Advisor
Hello, The AdWords API, and data in AdWords reports, will always use the local currency for your account. Since your account is in AUD, all micro amounts refer to micros of AUD. I'm assuming that the fundamental unit of currency is 1.00 AUD, so yes, 1,000,000 micros should equal 1.00 AUD for you

AdWords API Re: getAllAdWordsCampaigns-error Uninitialized string

2009-04-22 Thread AdWords API Advisor
Hello, I don't believe that there's any error with the AdWords API service. The response you're receiving simply indicates that there are no campaigns in your account. If you add one or more campaigns to the Sandbox environment under the same clientEmail and then re-run that code, you should see

AdWords API Re: getKeywordVariations not work rightly

2009-04-22 Thread AdWords API Advisor
Hello, Could you set $debug = 1 and pass along the output of your SOAP request and response message (with your password information X-ed out)? You should note that hte getKeywordVariations() call in the Sandbox environment won't return meaningful results (see http://code.google.com/apis/ad

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

2009-04-22 Thread keesjan
Sorry this message is of course not for Joe but for AdWords API Advisor, can you please answer? On 21 apr, 14:20, keesjan wrote: > 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 ar

AdWords API keyword suggestion tool : Global Monthly Search Volume' column

2009-04-22 Thread keesjan
In teh online keyword suggestion tool https://adwords.google.com/select/KeywordToolExternal I see a new 'Global Monthly Search Volume' column that replaces the Average Monthly Search Volume' column. The new one is the total worldwide search volume and not the locally and language targeted one a s

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

2009-04-22 Thread steveh
Jeff, Thanks for the update. It's always nice to know that you haven't been forgotten... :-) Steve AdWords API Advisor wrote: > 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 cod

AdWords API Error in validating report with real mcc account.

2009-04-22 Thread PPL
Hi, I'm testing with real developer token and application token to schedule and download the report of the MCC account. The following are my codes. String email=""; String password=""; String useragent="JST"; String developerToken=""; String applicationToken=""; AdWordsUser user