Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Add product type to event properties
Browse files Browse the repository at this point in the history
  • Loading branch information
opr committed Sep 4, 2023
1 parent ef90c44 commit 78d2e12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/data/cart/tracking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ export const maybeTrackCartPageView = ( cart: Cart ) => {
pq: item.quantity,
pi: item.id,
pn: item.name,
pt: item.type,
};
} )
),
Expand Down

0 comments on commit 78d2e12

Please sign in to comment.