Skip to content

Commit

Permalink
Update pixel name.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Dec 1, 2024
1 parent ab5daeb commit a367a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/PixelEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ extension Pixel.Event {

public var name: String {
switch self {
case .appInstall: return "m_install"
case .appInstall: return "m_ios_install"
case .appLaunch: return "ml"
case .refreshPressed: return "m_r"
case .pullToRefresh: return "m_pull-to-reload"
Expand Down

0 comments on commit a367a8e

Please sign in to comment.