标准 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 [商品品牌]
<ph type="x-smartling-placeholder"></ph>请改用 item_brand。
签名:
brand?: string;
商品类别
<ph type="x-smartling-placeholder"></ph>请改用 item_category。
签名:
category?: string;
Item.coupon [优惠优惠券]
签名:
coupon?: string;
Item.creative_name
签名:
creative_name?: string;
Item.creative_slot
签名:
creative_slot?: string;
商品折扣
签名:
discount?: Currency;
Item.id
<ph type="x-smartling-placeholder"></ph>请改用 item_id。
签名:
id?: string;
Item.index
签名:
index?: number;
Item.item_brand [商品品牌]
签名:
item_brand?: string;
Item.item_category [商品类别]
签名:
item_category?: string;
Item.item_category2 [商品类别 2]
签名:
item_category2?: string;
Item.item_category3 [商品类别 3]
签名:
item_category3?: string;
Item.item_category 4 [商品类别 4]
签名:
item_category4?: string;
Item.item_category5 [商品类别 5]
签名:
item_category5?: string;
Item.item_id [商品 ID]
签名:
item_id?: string;
Item.item_list_id [商品列表 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 [商品地理位置 ID]
签名:
location_id?: string;
商品名称
<ph type="x-smartling-placeholder"></ph>请改用 item_name。
签名:
name?: string;
Item.price [商品价格]
签名:
price?: Currency;
Item.promotion_id [促销 ID]
签名:
promotion_id?: string;
Item.promotion_name [商品促销名称]
签名:
promotion_name?: string;
商品数量
签名:
quantity?: number;