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

2009-04-23 Thread Phil
Hi Jeff, Thank you for the links. I will investigate. The strange thing for me is that all this was working fine, and nothing has changed at this end. Then all of a sudden we get patches of time outs. When I run next I will look into this further. Cheers Phil. On Apr 22, 4:34 pm, AdWords API Adv

AdWords API Problems with add_campaign.pl

2009-04-23 Thread louhichi.z...@gmail.com
Hi all; I'm using active perl on windows, I read the tuto on the site of adwords, to create a new campaign on sandbox env. My code : my $campaign = { 'name' => 'SampleCampaignV1', 'budgetAmount' => 10, 'budgetPeriod' => 'Daily', 'budgetOptimizerSettings' => 100

AdWords API How to add keywords suggestion tool to my site.

2009-04-23 Thread Ritesh
Let me know that how we can add api tool for keywords suggestion. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubs

AdWords API Problems with add_campaign.pl Err : No deserializer defined for

2009-04-23 Thread Louhichi Zied
Hi all; I'm using active perl on windows, I read the tuto on the site of adwords, to create a new campaign on sandbox env. My code : my $campaign = { 'name' => 'SampleCampaignV1', 'budgetAmount' => 10, 'budgetPeriod' => 'Daily', 'budgetOptimizerSettings' => 100,

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

2009-04-23 Thread keesjan
anyone? On 22 apr, 17:58, keesjan wrote: > In teh online keyword suggestion > toolhttps://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 volu

AdWords API Re: Error in validating report with real mcc account.

2009-04-23 Thread Mark
I just ran into a problem similar to this a few days ago - most likely your SOAP request is getting mangled somehow - notice the stack trace being returned, the error is in Google's WebServer stack, it can't deserialize the request. Take a look at your SOAP and compare it to the one here: http:/

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

2009-04-23 Thread AdWords API Advisor
Hello, The folks responsible for evaluating AdWords API feature requests are aware of the demand for this. Cheers, -Jeff Posnick, AdWords API Team On Apr 22, 12:01 pm, keesjan wrote: > Sorry this message is of course not for Joe but for > AdWords API Advisor, can you please answer? > > On 21

AdWords API Re: Problems with add_campaign.pl

2009-04-23 Thread AdWords API Advisor
Hello, Off the top of my head I'd say that the problem is the 'budgetOptimizerSettings' => 100, line. If you're going to specify a budgetOptimizerSettings key, then I believe the value should be a hash reference whose keys and values correspond to the settings in http://code.google.com/a

AdWords API Re: Keywords are saved in brackets

2009-04-23 Thread ReedP
Filipp: What Jeff is saying is the the [] you see in the adWords web interface are just graphical indicators that the match is exact. It would be the same as if they had an asterisk (*) after it, or italicized the keyword, just to indicate that it was set for exact match. The [] are in no way a

AdWords API Re: How to add keywords suggestion tool to my site.

2009-04-23 Thread AdWords API Advisor
Hello Ritesh, That's a very broad question. If you'd like to implement a subset of the functionality of https://adwords.google.com/select/KeywordToolExternal on your own web site, you can do it by making use the the methods in the AdWords API's KeywordToolService: http://code.google.com/apis/

AdWords API Re: Problems with add_campaign.pl Err : No deserializer defined for

2009-04-23 Thread AdWords API Advisor
Please see my response at http://groups.google.com/group/adwords-api/browse_thread/thread/18c9015284e6ecfd Cheers, -Jeff Posnick, AdWords API Team On Apr 23, 10:52 am, Louhichi Zied wrote: >  Hi all; > I'm using active perl on windows, > I read the tuto on the site of adwords, to create a

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

2009-04-23 Thread AdWords API Advisor
Hello, I believe that the avgSearchVolume field in the KeywordVariation object returned from a getKeywordVariations() call already (usually) corresponds to the "Global Monthly Search Volume" column in the KeywordToolExternal web app. The lastMonthSearchVolume field is the equivalent of the "Loca

AdWords API Re: Error in validating report with real mcc account.

2009-04-23 Thread AdWords API Advisor
Hello, Are you sure you're using a valid and approved Developer and Application token? Did you receive an email from Google indicating that your requested tokens had been activated? Cheers, -Jeff Posnick, AdWords API Team On Apr 23, 12:00 am, PPL wrote: > Hi, > I'm testing with real develope

AdWords API Re: Problems with add_campaign.pl

2009-04-23 Thread louhichi.z...@gmail.com
Hello Thank you for ur answer but i deleted the budgetOptimizerSettings, and it works :) Zied --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-

AdWords API Re: Error in validating report with real mcc account.

2009-04-23 Thread PPL
Hello Jeff, We've found the problem now. Although the developer token has been approved the application token hasn't been approved yet. My PM will do accordingly. Sorry to trouble you. Thanks, PPL On Apr 24, 3:46 am, AdWords API Advisor wrote: > Hello, > >  Are you sure you're using a valid an