Skip to content

Commit

Permalink
Merge pull request #413 from Ecwid/topOfProductsAddedToFavorites-report
Browse files Browse the repository at this point in the history
Add topOfProductsByAddingToFavorites report type
  • Loading branch information
aleskarova authored Jun 17, 2024
2 parents d972b2d + 9a40819 commit 8ead405
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ enum class ReportType {
visitorsByDevice,
visitorsByCountry,
visitorsByLanguage,
topOfLandingPagesByVisitors,

/** orders */
allOrders,
Expand All @@ -37,6 +38,6 @@ enum class ReportType {
addToCartConversion,
checkoutSalesFunnel,
abandonedCarts,
topOfProductsByAddingToFavorites,

topOfLandingPagesByVisitors,
}

0 comments on commit 8ead405

Please sign in to comment.