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 などの述語を使用できます。