It seems that missing the predicate for the Status of Ad Performance report 
is the issue.  It must have changed, (Similar to the all of a sudden 
requiring the dev token that was supposed to happen in November a couple of 
weeks ago) this change went in last week to now require the predicate for 
the Ad Performance report.  If you do this for your C# code it will work as 
it did a prior to last week:

Predicate predicate = new Predicate();
            predicate.field = "Status";
            predicate.@operator = PredicateOperator.IN;
            predicate.values = new string[] { "ENABLED", "PAUSED", 
"DISABLED" };
            selector.predicates = new Predicate[] { predicate };

Thank you all for the answers in other threads that helped me figure this 
out.  It's bizarre that things seems to just stop working after a few days 
then require new predicates or tokens.  I feel like touching this API is a 
moving target unfortunately.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Reply via email to