제품 그룹
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
쇼핑 캠페인에서는 광고 게재 시기를 결정하기 위해 키워드 대신 제품 그룹을 사용합니다.
제품 그룹과 키워드의 차이점은 다음과 같습니다.
- 측정항목은
제품 그룹 트리 변경 예를 들어 광고주가
'모든 제품' 제품 그룹을 '브랜드 = X'로 설정합니다. '기타' 측정항목을 선택하면
'모든 제품'에서 적용됩니다.
- '활성'만 제품 그룹은 Search Ads 360에 저장됩니다. 측정항목은 다음에서 삭제됩니다.
삭제된 제품 그룹이 '활성'으로 플로팅됨 제품 그룹을 만들 수 있습니다.
- 결과 트리가 변경되지 않아도 제품 그룹 ID는 변경될 수 있습니다. 예를 들어
광고주가 제품 그룹 설정을 변경하여 입찰에서 제외하는 경우
그룹의 ID가 변경됩니다.
- 상위 제품 그룹에는 하위 제품 그룹의 측정항목 합계가 표시됩니다.
제품 그룹에 대해 보고할 때는 다음 단계를 따르세요.
- 다음에서
productGroup
열 사용:
productGroup
보고서를 이용해 제품 그룹을 식별할 수 있습니다. 이 열에는 광고 수익을 늘리는 데 사용되는
제품 그룹을 만들면 제품 그룹 ID가 바뀌어도 ID가 그대로 유지됩니다.
- 측정항목을 집계하는 경우
필터를 사용하여
리프 노드인 제품 그룹만 포함합니다. 이렇게 하면 중복 계산을 방지할 수 있습니다.
하위 그룹에서 상위 그룹으로 롤업되는 측정항목입니다. 필터는
보고서에 포함하려는 데이터 유형을 포함하므로 필터는
세분화되지 않은 제품 그룹만 포함 예를 들어
요청에 다음 필터를 포함합니다.
"filters": [
{
"column" : { "columnName": "productGroupPartitionType" },
"operator" : "notEquals",
"values" : [ "Subdivided" ]
}
]
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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 ```"]]