Item interface

Google アナリティクスの標準の Item タイプ。

署名:

export interface Item 

プロパティ

プロパティ 説明
affiliation 文字列
brand 文字列
category 文字列
coupon 文字列
creative_name 文字列
creative_slot 文字列
discount 通貨
id 文字列
index 数値
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 文字列
name 文字列
price 通貨
promotion_id 文字列
promotion_name 文字列
quantity 数値

Item.affiliate

署名:

affiliation?: string;

アイテム ブランド

<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;

item.discount

署名:

discount?: Currency;

商品アイテム ID

<ph type="x-smartling-placeholder">
</ph>

代わりに item_id を使用してください。

署名:

id?: string;

項目番号

署名:

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;

商品アイテム 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;

アイテムの場所 ID

署名:

location_id?: string;

項目名

<ph type="x-smartling-placeholder">
</ph>

代わりに item_name を使用してください。

署名:

name?: string;

アイテム価格

署名:

price?: Currency;

Item.promotion_id

署名:

promotion_id?: string;

Item.promotion_name

署名:

promotion_name?: string;

Item.quantity

署名:

quantity?: number;