產品群組
新版 Search Ads 360 Reporting API 現已上線。新版 API 提供
更有彈性,可用來建立自訂報表,以及將資料整合至報表應用程式
和處理程序進一步瞭解如何遷移至及使用
新版 Search Ads 360 報表
API。
購物廣告活動會根據產品群組 (而不是關鍵字) 來決定放送廣告的時機。
產品群組與關鍵字的差異如下:
- 指標會自動從某個產品群組浮動到另一個產品群組,呈現方式形狀
變更產品群組樹狀結構。舉例來說,假設廣告客戶細分
「所有產品」產品群組歸入「品牌 = X」以及「其他」部分
透過「所有產品」套用至新的子項群組
- 僅限「有效」產品群組儲存在 Search Ads 360 中。指標會從以下位置移除:
刪除的產品群組並填入「有效」產品群組。
- 產品群組 ID 可能會變動,即使產生的樹狀結構未變更也一樣。例如:
如果廣告客戶將產品群組設定從出價中排除,該產品
群組的 ID 會有所變更
- 上層產品群組會顯示下層產品群組的指標總和。
製作產品群組報表時,請按照下列步驟操作:
- 使用
productGroup
productGroup
來識別產品群組此欄包含使用的條件
建立產品群組,即使產品群組 ID 變更,這些群組仍會維持不變。
- 如要匯總指標
使用篩選器
僅納入屬於分葉節點的產品群組。避免重複計算
從下層群組匯總至上層群組的指標請注意,篩選器會指定
您希望報表加入的資料類型,因此篩選器應該
僅納入未細分的產品群組。例如:
在要求中加入這個篩選器:
"filters": [
{
"column" : { "columnName": "productGroupPartitionType" },
"operator" : "notEquals",
"values" : [ "Subdivided" ]
}
]
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-20 (世界標準時間)。
[null,null,["上次更新時間:2024-08-20 (世界標準時間)。"],[[["The new Search Ads 360 Reporting API offers increased flexibility for creating custom reports and integrating data into reporting tools."],["Shopping campaigns rely on product groups instead of keywords, with metrics dynamically shifting between product groups as the product-group tree evolves."],["When reporting on product groups, utilize the `productGroup` column for identification and apply filters to aggregate metrics solely from leaf nodes, avoiding double-counting."]]],["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"]]