Skip to content

Commit

Permalink
Mapped Product Clicked to select_item (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlee90 authored Dec 14, 2023
1 parent 09862a6 commit a58c8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SegmentFirebase/FirebaseDestination.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a58c8fe

Please sign in to comment.