Skip to content

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?

optional affiliation: string

Defined in: providers/ga4/types.ts:135


coupon?

optional coupon: string

Defined in: providers/ga4/types.ts:136


currency?

optional currency: string

Defined in: providers/ga4/types.ts:137


discount?

optional discount: number

Defined in: providers/ga4/types.ts:138


index?

optional index: number

Defined in: providers/ga4/types.ts:139


item_brand?

optional item_brand: string

Defined in: providers/ga4/types.ts:140


item_category?

optional item_category: string

Defined in: providers/ga4/types.ts:141


item_category2?

optional item_category2: string

Defined in: providers/ga4/types.ts:142


item_category3?

optional item_category3: string

Defined in: providers/ga4/types.ts:143


item_category4?

optional item_category4: string

Defined in: providers/ga4/types.ts:144


item_category5?

optional item_category5: string

Defined in: providers/ga4/types.ts:145


item_list_id?

optional item_list_id: string

Defined in: providers/ga4/types.ts:146


item_list_name?

optional item_list_name: string

Defined in: providers/ga4/types.ts:147


item_variant?

optional item_variant: string

Defined in: providers/ga4/types.ts:148


location_id?

optional location_id: string

Defined in: providers/ga4/types.ts:149


price?

optional price: number

Defined in: providers/ga4/types.ts:150


quantity?

optional quantity: number

Defined in: providers/ga4/types.ts:151

Released under the MIT License.