trackkit / providers/ga4/types / GA4Item
Type Alias: GA4Item
GA4Item =
object
Defined in: providers/ga4/types.ts:129
GA4 item structure for ecommerce events.
Indexable
[key: string]: any
Properties
item_id
item_id:
string
Defined in: providers/ga4/types.ts:131
item_name
item_name:
string
Defined in: providers/ga4/types.ts:132
affiliation?
optionalaffiliation:string
Defined in: providers/ga4/types.ts:135
coupon?
optionalcoupon:string
Defined in: providers/ga4/types.ts:136
currency?
optionalcurrency:string
Defined in: providers/ga4/types.ts:137
discount?
optionaldiscount:number
Defined in: providers/ga4/types.ts:138
index?
optionalindex:number
Defined in: providers/ga4/types.ts:139
item_brand?
optionalitem_brand:string
Defined in: providers/ga4/types.ts:140
item_category?
optionalitem_category:string
Defined in: providers/ga4/types.ts:141
item_category2?
optionalitem_category2:string
Defined in: providers/ga4/types.ts:142
item_category3?
optionalitem_category3:string
Defined in: providers/ga4/types.ts:143
item_category4?
optionalitem_category4:string
Defined in: providers/ga4/types.ts:144
item_category5?
optionalitem_category5:string
Defined in: providers/ga4/types.ts:145
item_list_id?
optionalitem_list_id:string
Defined in: providers/ga4/types.ts:146
item_list_name?
optionalitem_list_name:string
Defined in: providers/ga4/types.ts:147
item_variant?
optionalitem_variant:string
Defined in: providers/ga4/types.ts:148
location_id?
optionallocation_id:string
Defined in: providers/ga4/types.ts:149
price?
optionalprice:number
Defined in: providers/ga4/types.ts:150
quantity?
optionalquantity:number
Defined in: providers/ga4/types.ts:151