Item interface

標準 Google Analytics Item類型。

簽名:

export interface Item 

屬性

屬性 類型 說明
affiliation 字串
brand 字串
category 字串
coupon 字串
creative_name 字串
creative_slot 字串
discount 貨幣
id 字串
索引 數字
item_brand 字串
item_category 字串
item_category2 字串
item_category3 字串
item_category4 字串
item_category5 字串
item_id 字串
item_list_id 字串
item_list_name 字串
item_name 字串
item_variant 字串
location_id [地區 ID] 字串
name 字串
price 貨幣
promotion_id 字串
promotion_name 字串
quantity 數字

Item.affiliation

簽名:

affiliation?: string;

Item.brand

請改用 item_brand。

簽名:

brand?: string;

Item.category

請改用 item_category。

簽名:

category?: string;

Item.coupon

簽名:

coupon?: string;

Item.creative_name

簽名:

creative_name?: string;

Item.creative_slot

簽名:

creative_slot?: string;

Item.discount

簽名:

discount?: Currency;

Item.id

請改用 item_id。

簽名:

id?: string;

Item.index

簽名:

index?: number;

Item.item_brand

簽名:

item_brand?: string;

Item.item_category

簽名:

item_category?: string;

Item.item_category2

簽名:

item_category2?: string;

Item.item_category3

簽名:

item_category3?: string;

Item.item_category4

簽名:

item_category4?: string;

Item.item_category5

簽名:

item_category5?: string;

Item.item_id

簽名:

item_id?: string;

Item.item_list_id

簽名:

item_list_id?: string;

Item.item_list_name

簽名:

item_list_name?: string;

Item.item_name

簽名:

item_name?: string;

Item.item_variant

簽名:

item_variant?: string;

Item.location_id

簽名:

location_id?: string;

項目名稱

請改用 item_name。

簽名:

name?: string;

Item.price

簽名:

price?: Currency;

Item.promotion_id

簽名:

promotion_id?: string;

Item.promotion_name

簽名:

promotion_name?: string;

Item.quantity

簽名:

quantity?: number;