We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09862a6 commit a58c8feCopy full SHA for a58c8fe
Sources/SegmentFirebase/FirebaseDestination.swift
@@ -219,7 +219,7 @@ private struct FirebaseSettings: Codable {
219
220
private extension FirebaseDestination {
221
222
- static let mappedValues = ["Product Clicked": FirebaseAnalytics.AnalyticsEventSelectContent,
+ static let mappedValues = ["Product Clicked": FirebaseAnalytics.AnalyticsEventSelectItem,
223
"Product Viewed": FirebaseAnalytics.AnalyticsEventViewItem,
224
"Product Added": FirebaseAnalytics.AnalyticsEventAddToCart,
225
"Product Removed": FirebaseAnalytics.AnalyticsEventRemoveFromCart,
0 commit comments