From 9a408195ac555a8e122950a5ec9801fb7a0c0a94 Mon Sep 17 00:00:00 2001 From: valkiriya Date: Tue, 11 Jun 2024 10:14:53 +0400 Subject: [PATCH] Add topOfProductsByAddingToFavorites report type --- .../com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt b/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt index 14f97e44..55660060 100644 --- a/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt +++ b/src/main/kotlin/com/ecwid/apiclient/v3/dto/report/enums/ReportType.kt @@ -12,6 +12,7 @@ enum class ReportType { visitorsByDevice, visitorsByCountry, visitorsByLanguage, + topOfLandingPagesByVisitors, /** orders */ allOrders, @@ -37,6 +38,6 @@ enum class ReportType { addToCartConversion, checkoutSalesFunnel, abandonedCarts, + topOfProductsByAddingToFavorites, - topOfLandingPagesByVisitors, }