Item interface

標準 Google Analytics Item類型。

簽名:

export interface Item 

特性

財產類型描述
聯繫細繩
品牌細繩
類別細繩
優惠券細繩
創意名稱細繩
創意插槽細繩
折扣貨幣
ID細繩
指數數位
商品品牌細繩
項目類別細繩
項目類別2細繩
項目類別3細繩
項目類別4細繩
項目類別5細繩
商品編號細繩
項目清單 ID細繩
項目清單名稱細繩
專案名細繩
專案變體細繩
位置 ID細繩
姓名細繩
價格貨幣
促銷_id細繩
促銷名稱細繩
數量數位

項目.隸屬關係

簽名:

affiliation?: string;

項目.品牌

請改用 item_brand。

簽名:

brand?: string;

項目.類別

請改用 item_category。

簽名:

category?: string;

商品優惠券

簽名:

coupon?: string;

項目.創意名稱

簽名:

creative_name?: string;

項目.creative_slot

簽名:

creative_slot?: string;

商品折扣

簽名:

discount?: Currency;

物品編號

請改用 item_id。

簽名:

id?: string;

項目索引

簽名:

index?: number;

商品.item_brand

簽名:

item_brand?: string;

項目.item_category

簽名:

item_category?: string;

項目.item_category2

簽名:

item_category2?: string;

項目.item_category3

簽名:

item_category3?: string;

項目.item_category4

簽名:

item_category4?: string;

項目.item_category5

簽名:

item_category5?: string;

項目.item_id

簽名:

item_id?: string;

Item.item_list_id

簽名:

item_list_id?: string;

Item.item_list_name

簽名:

item_list_name?: string;

項目.項目名稱

簽名:

item_name?: string;

Item.item_variant

簽名:

item_variant?: string;

物品.location_id

簽名:

location_id?: string;

專案名

請改用 item_name。

簽名:

name?: string;

商品價格

簽名:

price?: Currency;

商品.promotion_id

簽名:

promotion_id?: string;

商品.promotion_name

簽名:

promotion_name?: string;

項目.數量

簽名:

quantity?: number;