Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ class FirebaseDestination(
"Promotion Viewed" to FirebaseAnalytics.Event.VIEW_PROMOTION,
"Product Added to Wishlist" to FirebaseAnalytics.Event.ADD_TO_WISHLIST,
"Product Shared" to FirebaseAnalytics.Event.SHARE,
"Product Clicked" to FirebaseAnalytics.Event.SELECT_CONTENT,
"Product Clicked" to FirebaseAnalytics.Event.SELECT_ITEM,
"Products Searched" to FirebaseAnalytics.Event.SEARCH
)
}
Expand Down Expand Up @@ -306,4 +306,4 @@ class FirebaseDestination(
return BuildConfig.VERSION_NAME
}

}
}