Search Ads 360 Reporting API の形式
リクエストの形式は、リクエストの種類によって異なります。
検索
検索結果は、必要に応じて検索クエリを定義することでカスタマイズできます。検索広告 360 のクエリ言語を使用すると、すべてのリソースを検索して、特定の条件に合致するエンティティのリストを取得できます。すべてのリクエストは、エンティティ タイプに関係なく SearchAds360Service
に対して行われます。詳しくは、検索レポートを作成すると検索広告 360 クエリ言語をご覧ください。
レスポンスに入力されるフィールドは、使用するサービスによって異なります。
SearchAds360Service
- レスポンスには、検索パラメータに一致するエンティティごとに 1 つの
SearchAds360Row
オブジェクトが含まれます。各行には 1 つのオブジェクト(キャンペーンなど)が含まれ、クエリでリクエストしたフィールドのみが含まれます。 - 特定のサービス
- リソース名で一度にリクエストできるエンティティは 1 つだけです。レスポンスには、そのエンティティのすべてのフィールドが含まれます。
新しい API では、お客様 ID をダッシュなしの 10 桁の数字(XXXXXXXXXX
)として指定する必要があります。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-05 UTC。
[null,null,["最終更新日 2024-12-05 UTC。"],[[["Search Ads 360 API request formats vary depending on whether you're searching or requesting specific entities."],["Searches utilize the Search Ads 360 Query Language and the `SearchAds360Service` for customized results."],["Responses from `SearchAds360Service` include a `SearchAds360Row` for each matching entity, containing only the requested fields."],["Requests for specific entities return all fields for that entity, and customer IDs must be provided as 10-digit numbers without dashes."]]],["Search requests utilize the Search Ads 360 Query Language against the `SearchAds360Service` to retrieve entities matching specific criteria. Responses from `SearchAds360Service` return `SearchAds360Row` objects, including only requested fields. Specific service requests retrieve one entity by resource name, returning all its fields. The Customer ID in the API must be a 10-digit number without dashes. The user can use the \"Create search reports\" or \"Search Ads 360 Query Language\" to learn more.\n"]]