googleads / googleads-dotnet-lib

Google Ad Manager SOAP API .NET client library
Apache License 2.0
108 stars 198 forks source link

Predicate Not Working #230

Closed Gumdro closed 10 months ago

Gumdro commented 4 years ago

Ad Performance Report Predicate API Version: v201809

The below predicate will result in ad performance metrics being returned that are not listed to be included in the predicate for reporting.

string[] adIds; predicates = new Predicate[] { Predicate.In(Ad.Fields.Id, adIds) };

christopherseeley commented 10 months ago

AdWords API has been turned down and replaced with the Google Ads API. Closing as stale.