Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Google Adwords Api“AdGroupCriterionService”服务来检索所有关键字,我有一个相关的问题。
如何按“点击”过滤结果(关键字列表)?
您可以使用谓词来过滤结果。此处的示例演示了如何创建谓词:
http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/adwords/csharp/v201109/BasicOperations/GetKeywords.cs#85
在您的情况下,您可以使用 Clicks GREATER_THAN 10 等谓词。