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;