Item interface

標準の Google Analytics Itemタイプ。

サイン:

export interface Item 

プロパティ

財産タイプ説明
所属
ブランド
カテゴリー
クーポン
クリエイティブ名
クリエイティブスロット
割引通貨
ID
索引番号
アイテムブランド
アイテムカテゴリー
アイテムカテゴリー2
アイテムカテゴリー3
アイテムカテゴリー4
アイテムカテゴリー5
アイテムID
アイテムリストID
アイテムリスト名
項目名
item_variant
location_id
名前
価格通貨
プロモーションID
プロモーション名
番号

項目.所属

サイン:

affiliation?: string;

アイテム.ブランド

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

サイン:

brand?: string;

アイテム.カテゴリー

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

サイン:

category?: string;

アイテム.クーポン

サイン:

coupon?: string;

アイテム.クリエイティブ名

サイン:

creative_name?: string;

アイテム.クリエイティブ_スロット

サイン:

creative_slot?: string;

商品.割引

サイン:

discount?: Currency;

アイテムID

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

サイン:

id?: string;

アイテムインデックス

サイン:

index?: number;

アイテム.アイテムブランド

サイン:

item_brand?: string;

アイテム.アイテムカテゴリー

サイン:

item_category?: string;

アイテム.アイテム_カテゴリー2

サイン:

item_category2?: string;

アイテム.アイテムカテゴリー3

サイン:

item_category3?: string;

アイテム.アイテム_カテゴリー4

サイン:

item_category4?: string;

アイテム.アイテム_カテゴリー5

サイン:

item_category5?: string;

アイテム.アイテムID

サイン:

item_id?: string;

アイテム.アイテムリストID

サイン:

item_list_id?: string;

アイテム.アイテムリスト名

サイン:

item_list_name?: string;

アイテム.アイテム名

サイン:

item_name?: string;

アイテム.アイテム_バリアント

サイン:

item_variant?: string;

項目.location_id

サイン:

location_id?: string;

項目名

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

サイン:

name?: string;

商品.価格

サイン:

price?: Currency;

アイテム.プロモーション_id

サイン:

promotion_id?: string;

アイテム.プロモーション名

サイン:

promotion_name?: string;

品目.数量

サイン:

quantity?: number;