Item interface

نوع Item استاندارد Google Analytics.

امضا:

export interface Item 

خواص

ویژگی تایپ کنید شرح
وابستگی رشته
نام تجاری رشته
دسته بندی رشته
کوپن رشته
creative_name رشته
خلاقیت_اسلات رشته
تخفیف واحد پول
شناسه رشته
فهرست مطالب عدد
مورد_برند رشته
مورد_رده رشته
item_category2 رشته
item_category3 رشته
item_category4 رشته
item_category5 رشته
item_id رشته
item_list_id رشته
item_list_name رشته
نام آیتم رشته
item_variant رشته
location_id رشته
نام رشته
قیمت واحد پول
promotion_id رشته
promotion_name رشته
تعداد عدد

مورد.وابستگی

امضا:

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;

Item.id

به جای آن از item_id استفاده کنید.

امضا:

id?: string;

Item.index

امضا:

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;

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;

نام آیتم

به جای آن از item_name استفاده کنید.

امضا:

name?: string;

قیمت آیتم

امضا:

price?: Currency;

Item.promotion_id

امضا:

promotion_id?: string;

Item.promotion_name

امضا:

promotion_name?: string;

مورد. مقدار

امضا:

quantity?: number;