Re: AdWords API Getting Campaign statistics with the 200909 API

2010-03-19 Thread AdWords API Advisor
Hi Joshua, The behavior you are noticing is as it was designed. Selectors in v2009 filter the result set, and passing in an invalid id will not return an error. Best, - Eric On Mar 18, 1:49 pm, "Joshua J. Kugler" wrote: > On Thursday 18 March 2010, AdWords API Advisor elucidated thus: > > > Hi

Re: AdWords API Getting Campaign statistics with the 200909 API

2010-03-18 Thread Joshua J. Kugler
On Thursday 18 March 2010, AdWords API Advisor elucidated thus: > Hi Joshua, > > It seems you've found answers to many of your questions. Which ones > are outstanding? Thanks for replying. The one outstanding is the response I'm getting when I don't have access to the queried campaign. With th

Re: AdWords API Getting Campaign statistics with the 200909 API

2010-03-18 Thread AdWords API Advisor
Hi Joshua, It seems you've found answers to many of your questions. Which ones are outstanding? Best, - Eric Koleda, AdWords API Team On Mar 17, 10:13 pm, "Joshua J. Kugler" wrote: > On Wednesday 17 March 2010, Joshua J. Kugler elucidated thus: > > > > > > > All I get from the campaign_service

Re: AdWords API Getting Campaign statistics with the 200909 API

2010-03-17 Thread Joshua J. Kugler
On Wednesday 17 March 2010, Joshua J. Kugler elucidated thus: > All I get from the campaign_service.Get(selector) call (this is using > suds in Python): > > (CampaignPage){ >totalNumEntries = 0 >Page.Type = "CampaignPage" >totalBudget = > (Budget){ > period = "DAILY" >

AdWords API Getting Campaign statistics with the 200909 API

2010-03-17 Thread Joshua J. Kugler
So, the migration guide for the 200909 API says to replace this call: campaign_service.GetCampaignStats(campaign_id, '2009-01-01', '2009-01-31') use this: selector = { 'ids': [campaign_id], 'statsSelector': { 'dateRange': { 'max': '20090131', 'min': '200