النوع العادي من النوع Item
في "إحصاءات Google"
Signature:
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 (معرّف_الموقع_الجغرافي) | السلسلة | |
name | السلسلة | |
price | العملة | |
promotion_id | السلسلة | |
promotion_name | السلسلة | |
quantity | رقم |
item.affiliation
Signature:
affiliation?: string;
العلامة التجارية للسلعة
استخدِم item_brand بدلاً من ذلك.
Signature:
brand?: string;
فئة السلعة
استخدِم item_category بدلاً من ذلك.
Signature:
category?: string;
item.coupon
Signature:
coupon?: string;
item.creative_name
Signature:
creative_name?: string;
item.creative_slot
Signature:
creative_slot?: string;
خصم على المنتج
Signature:
discount?: Currency;
معرّف السلعة
استخدِم item_id بدلاً من ذلك.
Signature:
id?: string;
فهرس العنصر
Signature:
index?: number;
item.item_brand (العلامة التجارية للسلعة)
Signature:
item_brand?: string;
item.item_category
Signature:
item_category?: string;
item.item_category2
Signature:
item_category2?: string;
item.item_category3
Signature:
item_category3?: string;
item.item_category4
Signature:
item_category4?: string;
item.item_category5
Signature:
item_category5?: string;
item.item_id (معرّف_السلعة)
Signature:
item_id?: string;
item.item_list_id (معرّف_السلعة)
Signature:
item_list_id?: string;
item.item_list_name
Signature:
item_list_name?: string;
item.item_name
Signature:
item_name?: string;
سلعة.item_variant
Signature:
item_variant?: string;
Item.location_id
Signature:
location_id?: string;
اسم السلعة
استخدِم item_name بدلاً من ذلك.
Signature:
name?: string;
سعر السلعة
Signature:
price?: Currency;
item.promotion_id (معرّف_العرض_الترويجي) للسلعة
Signature:
promotion_id?: string;
اسم_العرض_الترويجي للسلعة
Signature:
promotion_name?: string;
item.quantity
Signature:
quantity?: number;