Nhóm sản phẩm
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
API Báo cáo Search Ads 360 mới hiện đã ra mắt. API mới cung cấp
linh hoạt hơn nữa trong việc xây dựng các báo cáo tuỳ chỉnh và tích hợp dữ liệu vào các ứng dụng báo cáo
và quy trình. Tìm hiểu thêm về cách di chuyển sang và sử dụng
Báo cáo Search Ads 360 mới
.
Chiến dịch Mua sắm sử dụng nhóm sản phẩm thay vì từ khóa để xác định thời điểm hiển thị quảng cáo.
Nhóm sản phẩm khác với từ khoá theo một số cách:
- Các chỉ số tự động nổi từ nhóm sản phẩm này sang nhóm sản phẩm khác dưới dạng hình dạng của
thay đổi đối với cây nhóm sản phẩm. Ví dụ: nếu nhà quảng cáo chia nhỏ
"Tất cả sản phẩm" nhóm sản phẩm thành "Thương hiệu = X" và "Mọi thứ khác", chỉ số sẽ thay đổi
từ "Tất cả sản phẩm" vào nhóm con mới.
- Chỉ trạng thái "Đang hoạt động" các nhóm sản phẩm sẽ được lưu trong Search Ads 360. Các chỉ số bị xoá khỏi
các nhóm sản phẩm đã xoá và nổi lên "Đang hoạt động" nhóm sản phẩm.
- Mã nhóm sản phẩm có thể thay đổi mặc dù cây kết quả không thay đổi. Ví dụ:
nếu nhà quảng cáo thay đổi chế độ cài đặt nhóm sản phẩm để loại trừ nhóm sản phẩm đó khỏi hoạt động đặt giá thầu, thì sản phẩm
mã nhận dạng của nhóm sẽ thay đổi.
- Nhóm sản phẩm mẹ cho biết tổng chỉ số từ các nhóm sản phẩm con.
Khi báo cáo về nhóm sản phẩm, hãy làm như sau:
- Sử dụng cột
productGroup
trong
productGroup
để xác định nhóm sản phẩm. Cột này chứa các tiêu chí đã được sử dụng
tạo nhóm sản phẩm không đổi ngay cả khi mã nhóm sản phẩm thay đổi.
- Nếu bạn đang tổng hợp các chỉ số,
sử dụng bộ lọc để
chỉ bao gồm những nhóm sản phẩm là nút lá. Việc này giúp tránh tính hai lần
các chỉ số được tổng hợp từ con vào nhóm mẹ. Xin lưu ý rằng bộ lọc chỉ định
loại dữ liệu mà bạn muốn bao gồm trong báo cáo, vì vậy, bộ lọc của bạn sẽ
chỉ bao gồm các nhóm sản phẩm không được chia nhỏ. Ví dụ:
bao gồm bộ lọc này trong yêu cầu của bạn:
"filters": [
{
"column" : { "columnName": "productGroupPartitionType" },
"operator" : "notEquals",
"values" : [ "Subdivided" ]
}
]
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-08-20 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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 ```"]]