Standart Google Analytics Item
türü.
İmza:
export interface Item
Özellikler
Özellik | Tür | Açıklama |
---|---|---|
affiliation | dize | |
brand | dize | |
category | dize | |
coupon | dize | |
creative_name | dize | |
creative_slot | dize | |
discount | Para Birimi | |
id | dize | |
dizin | sayı | |
item_brand | dize | |
item_category | dize | |
item_category2 | dize | |
item_category3 | dize | |
item_category4 | dize | |
item_category5 | dize | |
item_id | dize | |
item_list_id | dize | |
item_list_name | dize | |
item_name | dize | |
item_variant | dize | |
location_id [yer_kodu] | dize | |
name | dize | |
price | Para Birimi | |
promotion_id | dize | |
promotion_name | dize | |
quantity | sayı |
item.bağlı işletme
İmza:
affiliation?: string;
Öğe.marka
Bunun yerine item_brand değerini kullanın.
İmza:
brand?: string;
item.category
Bunun yerine item_category [item_category] kullanın.
İmza:
category?: string;
item.coupon
İmza:
coupon?: string;
item.reklam_öğesi_adı
İmza:
creative_name?: string;
item.creative_slot
İmza:
creative_slot?: string;
Öğe.indirim
İmza:
discount?: Currency;
Öğe kimliği
Bunun yerine item_id değerini kullanın.
İmza:
id?: string;
Öğe.dizin
İmza:
index?: number;
item.item_brand
İmza:
item_brand?: string;
item.item_category
İmza:
item_category?: string;
item.item_category2
İmza:
item_category2?: string;
item.item_category3
İmza:
item_category3?: string;
item.item_category4
İmza:
item_category4?: string;
item.item_category5
İmza:
item_category5?: string;
item.item_id [öğe.öğe_kimliği]
İmza:
item_id?: string;
item.item_list_id [öğe.öğe_listesi_kimliği]
İmza:
item_list_id?: string;
item.item_list_name
İmza:
item_list_name?: string;
item.item_name [öğe.öğe_adı]
İmza:
item_name?: string;
item.item_variant
İmza:
item_variant?: string;
item.location_id [Öğe.konum_kimliği]
İmza:
location_id?: string;
Öğe adı
Bunun yerine item_name değerini kullanın.
İmza:
name?: string;
Öğe.fiyat
İmza:
price?: Currency;
item.promotion_id [öğe.promosyon_kimliği]
İmza:
promotion_id?: string;
item.promotion_name [öğe.promosyon_adı]
İmza:
promotion_name?: string;
item.quantity [Öğe miktarı]
İmza:
quantity?: number;