From 450c1207f86f272c130bb308d79b2798ed8d3e10 Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 14 Dec 2023 12:30:07 -0800 Subject: [PATCH] Mapped Product Clicked to select_item --- Sources/SegmentFirebase/FirebaseDestination.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SegmentFirebase/FirebaseDestination.swift b/Sources/SegmentFirebase/FirebaseDestination.swift index 780c18f..6f93fc6 100644 --- a/Sources/SegmentFirebase/FirebaseDestination.swift +++ b/Sources/SegmentFirebase/FirebaseDestination.swift @@ -219,7 +219,7 @@ private struct FirebaseSettings: Codable { private extension FirebaseDestination { - static let mappedValues = ["Product Clicked": FirebaseAnalytics.AnalyticsEventSelectContent, + static let mappedValues = ["Product Clicked": FirebaseAnalytics.AnalyticsEventSelectItem, "Product Viewed": FirebaseAnalytics.AnalyticsEventViewItem, "Product Added": FirebaseAnalytics.AnalyticsEventAddToCart, "Product Removed": FirebaseAnalytics.AnalyticsEventRemoveFromCart,