Re: Adwords campaigns dependent on the weather

2012-07-27 Thread Anash P. Oommen
Hi, Weather underground has a weather API, may be you could use that? http://www.wunderground.com/weather/api/ Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, 26 July 2012 17:42:23 UTC+5:30, r scholten wrote: Expensive adwords campaigns with little turnover without active

Re: AdWords Rails app NoMethodError

2012-07-27 Thread Anash P. Oommen
Hi Richard, Thanks for letting us know, I'll ping the ruby library maintainer and he will follow up with you over the issue tracker. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, 26 July 2012 15:36:55 UTC+5:30, Richard Burton wrote: Clicking on 'List accounts' results in this:

Re: Manage Account Budgets

2012-07-27 Thread Anash P. Oommen
Hi Alok, BudgetOrderService is the replacement you are looking for. https://developers.google.com/adwords/api/docs/reference/v201109/BudgetOrderService. This service is available only on a whitelist basis, but if you originally had access to v13 getBudgets(), then you should have access to

Re: Where is the v201206 Java client library?

2012-07-27 Thread alok
Hi Kevin, Can you point to the repository from where i can download the latest adwords api jar for v201206 On Tuesday, July 24, 2012 7:16:22 PM UTC+5:30, Kevin Winter wrote: Hi all, Both the new and old java libraries have been updated with v201206 support. - Kevin Winter AdWords API

Re: AuthenticationError.FAILED_TO_RETRIEVE_LOGIN_COOKIE

2012-07-27 Thread Anash P. Oommen
Hi Jeremy, This issue should be fixed now, please let us know if you see the issue again. Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, 27 July 2012 00:37:09 UTC+5:30, Jeremy Aube wrote: It looks like it's working again. On Thursday, July 26, 2012 2:29:19 PM UTC-4, Jeremy Aube

Re: Production Environment - FAILED_TO_RETRIEVE_LOGIN_COOKIE

2012-07-27 Thread kzimmermann
Same here ! -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Re: Adwords campaigns dependent on the weather

2012-07-27 Thread Zweitze
Dutch wheather: KNMI sells data, buienradar has free data. It's hard finding correlations based on wheather data alone. You may want to include some kind of calendar with public holidays, school holidays etc. Suggestion: see if you can find historical traffic congestion data... On

Number of keywords in campaign

2012-07-27 Thread Grant
I'm trying to retrieve the total number of keywords in a campaign. To avoid exceeding the size limit, I'm grabbing the number of keywords for each ad group in the campaign and adding them up. To do this I'm creating a selector and using AdGroupCriterionService but it is very expensive as far

keyword URL requires separate operation?

2012-07-27 Thread Grant
When adding a new keyword, I don't see any way to specify a destination URL. Is destination URL required to be set in a separate API call from the call which adds the keyword? - Grant -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Number of keywords in campaign

2012-07-27 Thread Dorian Kind
Hi Grant, if you're only interested in the total number, you can set the numberResults of the paging settings to zero and just use the totalNumEntries field of the returned page. This way, your request should not incur any API unit costs. Cheers, Dorian On Friday, July 27, 2012 12:48:54 PM

Re: keyword URL requires separate operation?

2012-07-27 Thread Dorian Kind
Hi Grant, I believe you are looking for the field destinationUrl. See https://developers.google.com/adwords/api/docs/reference/latest/AdGroupCriterionService.BiddableAdGroupCriterion. Cheers, Dorian On Friday, July 27, 2012 12:52:50 PM UTC+2, Grant wrote: When adding a new keyword, I don't

Re: AccountService is only available on a whitelist basis

2012-07-27 Thread alok
Hi Danial, Is there any example code to set and get busget using budgetOrderService.Iam confused with what fields should go into the selector fields Thanks, Alok On Thursday, July 26, 2012 3:43:11 PM UTC+5:30, AdWords API Advisor wrote: Hello Alok, This functionality is available in the

Not able to schedule adword campaign

2012-07-27 Thread scrapcar
Hi all just started campaign, have followed instructions for running schedule and i do not have followed instruction and to have option to run by schedule this is the instructions i have followed: Creating a custom ad schedule for your campaign Here's how to schedule specific times and days

How to see v201206 Campaign.settings states in the AdWords UI?

2012-07-27 Thread Jim McCabe
In v201206 there are four types of settings we can define in the Campaign.settings arrayhttps://developers.google.com/adwords/api/docs/reference/latest/CampaignService.Campaign#settings . Two of them are easy to see in the AdWords UI: -

Re: Where is the v201206 Java client library?

2012-07-27 Thread Jim McCabe
The JARs can be found herehttps://developers.google.com/adwords/api/docs/clientlibraries. The page has links to the old (standard) JAR as well as the new (Maven-ready) JAR. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: Manage Account Budgets

2012-07-27 Thread Jim McCabe
If you migrate from v13 to the new BudgetOrderService, I'd recommend migrating directly to v201206, instead of v201109. This is because v201109 is already on the sunset list and will stop being supported in a few months. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our

Re: Questions about BudgetOrderService

2012-07-27 Thread Jim McCabe
Thanks Alexander. To be cautious we just render the dates using the America/Los_Angeles time zone since we know for certain that it will be supported. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Re: Stats fields deprecated in v201206

2012-07-27 Thread srohde
Many of the deprecated fields can be derived from other fields but two in particular cannot: - conversionsManyPerClick [display name = Conv. (many-per-click)] - totalConvValue [display name = Total conv. value] Does anyone have insight into why there two fields have been removed from