商品グループ
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ショッピング キャンペーンでは、キーワードではなく商品グループを使用して、広告を表示するタイミングを決定する。
商品グループは、いくつかの点でキーワードと異なります。
- 指標は、商品グループ間で自動的に
変更します。たとえば広告主が
「すべての商品」「ブランド = X」にします。「その他すべて」の場合、指標は
[すべての商品] から選択新しい子グループに追加します
- [有効] のみ商品グループが検索広告 360 に保存されます。指標の削除:
商品グループを削除して [有効] にフロートしましたクリックします
- 結果のツリーは変わらない場合でも、商品グループ ID は変更される可能性があります。たとえば
広告主が商品グループの設定を変更して入札から除外すると、
グループの ID が変更されます。
- 親商品グループには、その子商品グループの指標の合計が表示されます。
商品グループのレポートを作成する手順は次のとおりです。
productGroup
列を使用する:
productGroup
商品グループを特定しますこの列には使用された条件が表示されます
商品グループを作成します。商品グループ ID が変更されても、商品グループは保持されます。
- 指標を集計する場合は
フィルタを使用して、
リーフノードの商品グループだけを
含めることができますこれによって重複カウントを防ぐことができます
子から親グループにロールアップされる
指標を収集しますフィルタでは、
レポートに追加するデータの種類を指定し、フィルタを
分割されていない商品グループのみを含める。たとえば
リクエストに次のフィルタを含めます。
"filters": [
{
"column" : { "columnName": "productGroupPartitionType" },
"operator" : "notEquals",
"values" : [ "Subdivided" ]
}
]
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-20 UTC。
[null,null,["最終更新日 2024-08-20 UTC。"],[[["\u003cp\u003eThe new Search Ads 360 Reporting API offers increased flexibility for creating custom reports and integrating data into reporting tools.\u003c/p\u003e\n"],["\u003cp\u003eShopping campaigns rely on product groups instead of keywords, with metrics dynamically shifting between product groups as the product-group tree evolves.\u003c/p\u003e\n"],["\u003cp\u003eWhen reporting on product groups, utilize the \u003ccode\u003eproductGroup\u003c/code\u003e column for identification and apply filters to aggregate metrics solely from leaf nodes, avoiding double-counting.\u003c/p\u003e\n"]]],["The Search Ads 360 Reporting API is available, offering flexibility for custom reports and data integration. Shopping campaigns use product groups, not keywords, to trigger ads. Product group metrics shift with tree changes; only \"Active\" groups are saved, and IDs can change. When reporting, use the `productGroup` column to identify groups. Filter to include only leaf nodes (not subdivided product groups) to prevent metric double-counting. Use the provided filter example.\n"],null,["# Product Groups\n\nThe new Search Ads 360 Reporting API is now available. The new API provides enhanced flexibility to build custom reports and integrate the data into your reporting applications and processes. Learn more about migrating to and using the [new Search Ads 360 Reporting\nAPI](https://developers.google.com/search-ads/reporting/overview).\n\nShopping campaigns use product groups instead of keywords to detemine when to show ads.\nProduct groups differ from keywords in several ways:\n\n- Metrics automatically float from one product group to another as the shape of the product-group tree changes. For example, if an advertiser subdivides the \"All products\" product group into \"Brand = X\" and \"Everything else\", metrics will move from \"All products\" to the new child groups.\n- Only \"Active\" product groups are saved in Search Ads 360. Metrics are removed from deleted product groups and floated onto \"Active\" product groups.\n- Product group IDs may change even though the resulting tree is unchanged. For example, if an advertiser changes a product group setting to exclude it from bidding, the product group's ID will change.\n- Parent product groups show the sum of metrics from their child product groups.\n\nWhen reporting on product groups, do the following:\n\n1. Use the `productGroup` column in the [`productGroup`](/search-ads/v2/report-types/productGroup) report to identify the product group. This column contains the criteria that were used create the product group, which remain constant even if product group IDs change.\n2. If you're aggregating metrics, [use a filter](/search-ads/v2/how-tos/reporting/filtered-reports) to include only those product groups that are leaf nodes. This prevents double-counting metrics that are rolled up from child to parent groups. Note that filters specify the types of data you want to **include** in the report, so your filter should include only those product groups that are **not subdivided** . For example, include this filter in your request: \n\n ```\n \"filters\": [\n {\n \"column\" : { \"columnName\": \"productGroupPartitionType\" },\n \"operator\" : \"notEquals\",\n \"values\" : [ \"Subdivided\" ]\n }\n ]\n ```"]]