Item interface

표준 Google 애널리틱스 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 숫자

상품.제휴

서명:

affiliation?: string;

상품.브랜드

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

대신 item_brand를 사용하세요.

서명:

brand?: string;

항목 카테고리

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

대신 item_category를 사용하세요.

서명:

category?: string;

상품 쿠폰

서명:

coupon?: string;

Item.creative_name

서명:

creative_name?: string;

Item.creative_slot

서명:

creative_slot?: string;

상품 할인

서명:

discount?: Currency;

상품 ID

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

대신 item_id를 사용하세요.

서명:

id?: string;

항목 색인

서명:

index?: number;

상품.상품_브랜드

서명:

item_brand?: string;

Item.item_category[상품_카테고리]

서명:

item_category?: string;

Item.item_category2

서명:

item_category2?: string;

상품.상품_카테고리3

서명:

item_category3?: string;

상품.상품_카테고리4

서명:

item_category4?: string;

상품.상품_카테고리5

서명:

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;

상품 이름

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

대신 item_name을 사용하세요.

서명:

name?: string;

상품 가격

서명:

price?: Currency;

상품.프로모션_ID

서명:

promotion_id?: string;

상품.프로모션_이름

서명:

promotion_name?: string;

상품 수량

서명:

quantity?: number;