quote_item表格
quote_item
資料表(sales_flat_quote_item
位於M1)包含每個新增至購物車的專案的記錄,無論購物車是否捨棄或轉換為購買。 每一列代表一個購物車專案。 由於此表格可能會有大小,Adobe建議您在符合某些條件時(例如有任何未轉換的購物車超過60天)定期刪除記錄。
NOTE
只有當您不從
quote
和quote_item
資料表中刪除記錄時,才能分析歷史放棄的購物車。 如果您確實刪除記錄,則只能看到尚未從資料庫移除的購物車。通用原生欄
資料行名稱
描述
base_price
在套用目錄價格規則、分層折扣和特殊定價之後,以及在套用任何稅捐、運費或購物車折扣之前,將專案新增到購物車時產品的個別單位價格。 以商店的基本貨幣表示。
created_at
購物車專案的建立時間戳記,以UTC儲存在本機。 視您在Commerce Intelligence中的設定而定,此時間戳記可能會轉換為Commerce Intelligence中與您的資料庫時區不同的報表時區
item_id
(PK)表格的唯一識別碼
name
訂單專案的文字名稱
parent_item_id
將簡單產品與其上層組合或可設定產品相關的
Foreign key
。 加入quote_item.item_id
以決定與簡單產品相關聯的父產品屬性。 對於上層購物車專案(也就是套件或可設定的產品型別),parent_item_id
是NULL
product_id
與
catalog_product_entity
資料表關聯的Foreign key
。 加入catalog_product_entity.entity_id
以決定與訂單專案相關聯的產品屬性product_type
已新增至購物車的產品型別。 潛在的產品型別包括:簡單、可設定、群組、虛擬、套件組合和可下載
qty
特定購物車專案包含在購物車中的單位數量
quote_id
與
quote
資料表關聯的Foreign key
。 加入quote.entity_id
以決定與購物車專案相關聯的購物車屬性sku
適用於購物車專案的唯一識別碼
store_id
與
store
資料表相關聯的外部索引鍵。 加入store.store_id
以判斷哪個Commerce商店檢視與購物車專案相關聯通用計算欄
資料行名稱
描述
Cart creation date
與購物車建立日期相關聯的時間戳記。 將
quote_item.quote_id
加入quote.entity_id
並傳回created_at
時間戳記即可計算Cart is active? (1/0)
如果購物車是由客戶建立且尚未轉換為訂單,則傳回「1」的布林欄位。 針對轉換後的購物車或透過管理員建立的購物車,傳回「0」。 透過加入
quote_item.quote_id
至quote.entity_id
並傳回is_active
欄位進行計算Cart item total value (qty * base_price)
Seconds since cart creation
從購物車建立日期到現在之間經過的時間。 透過加入
quote_item.quote_id
至quote.entity_id
並傳回Seconds since cart creation
欄位進行計算Store name
與訂單專案相關聯的Commerce商店名稱。 透過加入
sales_order_item.store_id
至store.store_id
並傳回name
欄位進行計算通用量度
量度名稱
描述
建構
Number of abandoned cart items
新增到符合特定「放棄」條件的購物車的專案總數
Operation: Sum
Operand: qty
Timestamp: Cart creation date
篩選器:
- [
A
] Cart is active? (1/0)
= 1- [
B
] Seconds since cart creation
> x,其中「x」對應到自建立購物車以來經過的時間(以秒為單位),超過該時間,便視為捨棄購物車Abandoned cart item value
與符合特定「放棄」條件的購物車相關聯的總收入
Operation: Sum
Operand: Cart item total value (qty * base_price)
Timestamp:
Cart creation date
篩選器:
- [
A
] Cart is active? (1/0)
= 1- [
B
] Seconds since cart creation
> x,其中「x」對應於自建立購物車以來經過的時間(以秒為單位),超過該時間,便視為捨棄購物車外部索引鍵聯結路徑
catalog_product_entity
- 加入
catalog_product_entity
資料表以建立傳回與購物車專案相關聯之產品屬性的資料行。- 路徑:
quote_item.product_id
(許多) =>catalog_product_entity.entity_id
(一個)
- 路徑:
quote
- 加入
quote
資料表以建立與購物車專案關聯的新購物車層級資料行。- 路徑:
quote_item.quote_id
(許多) =>quote.entity_id
(一個)
- 路徑:
quote_item
- 加入
quote_item
以建立將上層可設定或套件SKU的詳細資訊與簡單產品關聯的資料行。 如果是在Data Warehouse管理員中建置,請連絡支援以取得設定這些計算的協助。- 路徑:
quote_item.parent_item_id
(許多) =>quote_item.item_id
(一個)
- 路徑:
store
- 加入
store
資料表以建立資料行,這些資料行會傳回與購物車專案相關聯的Commerce商店相關的詳細資料。- 路徑:
quote_item.store_id
(許多) =>store.store_id
(一個)
- 路徑:
recommendation-more-help
e1f8a7e8-8cc7-4c99-9697-b1daa1d66dbc