Item interface

표준 Google Analytics Item 유형.

서명:

export interface Item 

속성

재산 유형 설명
입회
상표
범주
쿠폰
creative_name
creative_slot
할인 통화
ID
색인 숫자
품목_브랜드
품목_카테고리
item_category2
item_category3
item_category4
item_category5
item_id
item_list_id
품목_목록_이름
상품명
item_variant
위치_ID
이름
가격 통화
프로모션_ID
프로모션_이름
수량 숫자

품목.소속

서명:

affiliation?: string;

품목.브랜드

대신 item_brand를 사용하세요.

서명:

brand?: string;

품목.범주

대신 item_category를 사용하세요.

서명:

category?: string;

아이템.쿠폰

서명:

coupon?: string;

Item.creative_name

서명:

creative_name?: string;

Item.creative_slot

서명:

creative_slot?: string;

품목.할인

서명:

discount?: Currency;

품목.id

대신 item_id를 사용하세요.

서명:

id?: string;

아이템.인덱스

서명:

index?: number;

품목.품목_브랜드

서명:

item_brand?: string;

품목.품목_범주

서명:

item_category?: string;

품목.item_category2

서명:

item_category2?: string;

품목.item_category3

서명:

item_category3?: string;

품목.item_category4

서명:

item_category4?: string;

품목.item_category5

서명:

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_name?: string;

Item.item_variant

서명:

item_variant?: string;

품목.위치_ID

서명:

location_id?: string;

상품명

대신 item_name을 사용하세요.

서명:

name?: string;

품목.가격

서명:

price?: Currency;

품목.프로모션_ID

서명:

promotion_id?: string;

품목.프로모션_이름

서명:

promotion_name?: string;

품목.수량

서명:

quantity?: number;