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
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
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
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"
>
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