rocket
Content API for Shopping の正式な後継である
Merchant API をご紹介します。
update
Merchant API の新機能、バグの修正、リリース更新に関する
最新情報を入手します。
レポート
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
概要
ショッピング キャンペーンの実施後、レポートを使用してアカウント、キャンペーン、広告グループのパフォーマンスを測定できます。
レポートには、合計クリック数、クリック率(CTR)、合計コンバージョン数(購入数)などの指標が表示されます。レポートを分析すると、キャンペーンの改善に役立ちます。
レポートデータは、次の UI で直接確認できます。
レポート エディタを使用すると、独自のレポートを作成し、Google 広告の管理画面でレポートのダウンロードをスケジュール設定できます。
Google Ads API を使用してレポートを表示することもできます。UI レポートと API レポートの関係について詳しくは、UI のレポートをご覧ください。
手動で行う場合の手順
データからレポートを作成し、毎日ダウンロードするようにスケジュール設定する方法は次のとおりです。
レポートを表示する Google 広告アカウントにログインします。
Google 広告 MCC アカウント経由でアカウントにアクセスできる場合は、MCC アカウントにログインしてから Google 広告アカウントを選択します。
[キャンペーン] タブをクリックします。
レポートを表示するショッピング キャンペーンを選択します。
コンバージョン数などの指標では、特定のコンバージョン タイプの結果が表示されるまでに時間がかかることがあります。
[広告グループ] タブで、[列] ボタンを選択します。
[コンバージョン] オプションを選択し、[コンバージョン] チェックボックスをオンにします。
[適用] をクリックします。
ボタンを選択し、[スケジュール] をクリックします。
このレポートをダウンロードします。
レポートの作成をより詳細に制御するには、レポート エディタを使用します。
自動で行う場合の手順
Google Ads API を使用すると、すべての Google 広告リソースのパフォーマンス データを表示できます。これには、キャンペーン全体のすべてのデータに加え、広告表示につながった一連のキーワードも含まれます。
Google Ads API を使用してレポートを作成する手順は次のとおりです(コードサンプルの使用を強くおすすめします)。
ショッピング キャンペーンをすでに実施していることを確認します。
コンバージョン数などの指標では、特定のコンバージョン タイプの結果が表示されるまでに時間がかかることがあります。
Google 広告クエリ言語を使用してクエリを作成します。
クエリを GoogleAdsService.SearchStream
インターフェースに渡します。
レポートの作成手順について詳しくは、レポートガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-31 UTC。
[null,null,["最終更新日 2025-08-31 UTC。"],[[["\u003cp\u003eAnalyze Shopping campaign performance using reports with metrics like total clicks, click-through rate (CTR), and total conversions.\u003c/p\u003e\n"],["\u003cp\u003eView report data in Merchant Center, Google Ads, Analytics, or construct custom reports using the Report Editor.\u003c/p\u003e\n"],["\u003cp\u003eSchedule and download reports through the Google Ads UI or leverage the Google Ads API for programmatic access and more control over report creation.\u003c/p\u003e\n"],["\u003cp\u003eAccess detailed report creation instructions through provided resources and code samples for the Google Ads API.\u003c/p\u003e\n"]]],[],null,["# Reporting\n\nSummary\n-------\n\nAfter running a Shopping campaign, you can use reports to measure the\nperformance of an account, campaign, or ad group.\n\nReports have metrics like **total clicks** , **click-through rate (CTR)** , and\n**total conversions** (purchases). Analyzing reports can help you make\nimprovements to your campaigns.\n\nYou can view report data directly in the following UIs:\n\n- [Merchant Center](https://support.google.com/merchants/answer/188492)\n- [Google Ads](https://support.google.com/google-ads/answer/3455573)\n- [Analytics](https://support.google.com/analytics/answer/6109121)\n\nYou can use the [Report Editor](https://support.google.com/google-ads/answer/6191545) to construct your own report and schedule\nreport downloads in the [Google Ads UI](https://support.google.com/google-ads/answer/2404176).\n\nYou can also view reports with the [Google Ads API](/google-ads/api/docs/shopping-ads/reporting). For more detail\non how the UI reports relate to the API reports, see [Reports in the UI](/google-ads/api/docs/reporting/uireports).\n\nManual steps\n------------\n\nHere's how you can construct a report from the data and schedule it to download\ndaily:\n\n1. Sign in to the [Google Ads account](https://ads.google.com/) you want to see reports for.\n\n If you have access to an account through a Google Ads manager account,\n sign in to the manager account then select the Google Ads account.\n2. Select the **Campaigns** tab.\n\n3. Select the Shopping campaign you want to see a report for.\n\n For metrics like **Conversions** , it may take longer to see the\n results of certain [types of conversions](https://support.google.com/google-ads/answer/6239119).\n4. In the **Ad groups** tab, select the **Columns** button.\n\n5. Choose the option **Conversions** , then the **Conversions** checkbox.\n\n6. Click **APPLY**.\n\n7. Select the\n\n button and click **Schedule**.\n\n8. Download this report.\n\nFor more detailed control of report creation, use the [Report Editor](https://support.google.com/google-ads/answer/6191545).\n\nAutomatic steps\n---------------\n\nYou can use the [Google Ads API](/google-ads/api/docs/start) to view performance\ndata for all Google Ads resources. This includes everything from an entire\ncampaign to a set of keywords that triggered your ad.\n\nHere are the steps to construct a report with the Google Ads API (we strongly\nrecommend using our [code sample](/google-ads/api/docs/reporting/example#code_samples)):\n\n1. Make sure you already ran a Shopping campaign.\n\n For metrics like **Conversions** , it may take longer to see the\n results of certain [types of conversions](https://support.google.com/google-ads/answer/6239119).\n2. Use the [Google Ads Query Language](/google-ads/api/docs/query/overview) to construct a query.\n\n3. Pass the query to the [`GoogleAdsService.SearchStream`](/google-ads/api/reference/rpc/v21/GoogleAdsService#searchstream) interface.\n\n| **Caution:** Make sure not to exceed any [reporting limits](/google-ads/api/docs/best-practices/quotas#search_requests).\n\nFor more detailed instructions on creating a report, see the [Reporting](/google-ads/api/docs/shopping-ads/reporting) guide."]]