Skip to content

Commit

Permalink
ECWID-149175 rename conversions report types
Browse files Browse the repository at this point in the history
  • Loading branch information
n-viktorovich committed Sep 23, 2024
1 parent 4999c1c commit 7b39198
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ enum class ReportType {
checkoutSalesFunnel,
abandonedCarts,
topOfProductsByAddingToFavorites,
uniqueProductViews,
uniqueProductInCart,
uniqueProductOnCheckout,
uniqueCompletedOrders,
uniqueVisitorsProductViews,
uniqueVisitorsProductInCart,
uniqueVisitorsCheckoutStart,
uniqueVisitorsPurchase,

}

0 comments on commit 7b39198

Please sign in to comment.