@adv-ui/ma-segment-wrapper
Advanced tools
Comparing version 1.43.0 to 1.44.0
# CHANGELOG | ||
# 1.43.0 (2023-05-24) | ||
# 1.44.0 (2023-05-29) | ||
### Features | ||
* **Root:** add saved search viewed event ([2ba9746](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/2ba974646b693f1a38cb30abea56944554518782)) | ||
# [1.43.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.42.0...1.43.0) (2023-05-24) | ||
# [1.42.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.41.0...1.42.0) (2022-12-14) | ||
@@ -225,6 +234,2 @@ | ||
# 1.0.0 (2021-04-08) | ||
# [1.33.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.32.0...1.33.0) (2022-07-12) | ||
@@ -324,3 +329,3 @@ | ||
# [1.24.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.23.0...1.24.0) (2022-02-01) | ||
# [1.24.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.11.0...1.24.0) (2022-02-01) | ||
@@ -330,3 +335,2 @@ | ||
* **middlewares:** add account events for optimizely ([99b67f8](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/99b67f842abc9374cfa2dbbebde3cd8098cc7972)) | ||
* **middlewares:** add package weight ([b96a259](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/b96a259c6b2a5ac55ebd0b255fb7333f30e9f7c7)) | ||
@@ -341,6 +345,2 @@ * **middlewares:** add real state category lead events for Optimizely ([4c9be65](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/commit/4c9be65591aad8b010b581cd0270981b305d4954)) | ||
# [1.23.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.11.0...1.23.0) (2021-12-02) | ||
# [1.11.0](https://github.mpi-internal.com/scmspain/frontend-ma--segment-wrapper/compare/1.10.0...1.11.0) (2021-06-29) | ||
@@ -347,0 +347,0 @@ |
@@ -9,2 +9,3 @@ export { getDetailViewEvents } from './getDetailViewEvents.js'; | ||
export { getPTAViewEvent } from './getPTAViewEvent.js'; | ||
export { getListViewedEvents } from './getListViewedEvents.js'; | ||
export { getListViewedEvents } from './getListViewedEvents.js'; | ||
export { getSavedSearchViewEvent } from './getSavedSearchViewEvent.js'; |
@@ -1,2 +0,2 @@ | ||
import { getAccountEvents, getDetailViewEvents, getLeadEvents, getListViewedEvents, getPhoneVerificationEvents, getPostingEvents, getPTAViewEvent, getShippingEvents, getTransactionEvents } from './events/index.js'; | ||
import { getAccountEvents, getDetailViewEvents, getLeadEvents, getListViewedEvents, getPhoneVerificationEvents, getPostingEvents, getPTAViewEvent, getSavedSearchViewEvent, getShippingEvents, getTransactionEvents } from './events/index.js'; | ||
/** | ||
@@ -56,3 +56,7 @@ * Segment events - Optimizely events relation documentation: | ||
}); | ||
var optimizelyEventNames = [].concat(optimizelyTotalLeadsEventNames, optimizelyDetailViewEventNames, optimizelyTransactionEventNames, optimizelyShippingEventNames, optimizelyPhoneVerificationEventNames, optimizelyAccountEventNames, optimizelyPostingEventNames, optimizelyListViewedEventNames, [optimizelyPTAViewEventName]).filter(Boolean); | ||
var optimizelySavedSearchViewEventName = getSavedSearchViewEvent({ | ||
event: event, | ||
properties: properties | ||
}); | ||
var optimizelyEventNames = [].concat(optimizelyTotalLeadsEventNames, optimizelyDetailViewEventNames, optimizelyTransactionEventNames, optimizelyShippingEventNames, optimizelyPhoneVerificationEventNames, optimizelyAccountEventNames, optimizelyPostingEventNames, optimizelyListViewedEventNames, [optimizelyPTAViewEventName, optimizelySavedSearchViewEventName]).filter(Boolean); | ||
@@ -59,0 +63,0 @@ if (optimizelyEventNames && optimizelyEventNames.length > 0) { |
{ | ||
"name": "@adv-ui/ma-segment-wrapper", | ||
"version": "1.43.0", | ||
"version": "1.44.0", | ||
"description": "Milanuncios Segment Wrapper", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
209876
54
2838