Skip to content

Commit

Permalink
✨ Retail in dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
srod committed Jan 10, 2025
1 parent 6eda5de commit da702c6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,8 @@ export const interactionTypesInfo: Record<
name: "Create Link",
hidden: true,
},
customerMeeting: {
name: "Customer Meeting",
relatedGoal: "registration",
},
};
4 changes: 4 additions & 0 deletions packages/dashboard/src/module/product/utils/productTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ export const productTypesLabel: Record<
description:
"Track user engagement with product view and basket actions.",
},
retail: {
name: "Retail",
description: "Track user engagement in retail.",
},
referral: {
name: "Referral",
description: "Enable and measure user referral activities.",
Expand Down

0 comments on commit da702c6

Please sign in to comment.