From 93ec05a39bc5009f27852b8aab88e23154d28b4c Mon Sep 17 00:00:00 2001 From: Marcos Gurgel Date: Fri, 17 Jan 2025 13:56:18 +0000 Subject: [PATCH] Fixed pixel name --- DuckDuckGo/Statistics/NonStandardPixel.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DuckDuckGo/Statistics/NonStandardPixel.swift b/DuckDuckGo/Statistics/NonStandardPixel.swift index 4daf556ab5..5accaf5020 100644 --- a/DuckDuckGo/Statistics/NonStandardPixel.swift +++ b/DuckDuckGo/Statistics/NonStandardPixel.swift @@ -38,7 +38,7 @@ enum NonStandardPixel: PixelKitEventV2 { var name: String { switch self { case .brokenSiteReport: return "epbf_macos_desktop" - case .brokenSiteReportSent: return "epbf_macos_desktop_sent" + case .brokenSiteReportSent: return "m_report-broken-site_sent" case .brokenSiteReportShown: return "m_report-broken-site_shown" case .privacyDashboardReportBrokenSite: return "mp_rb" case .emailEnabled: return "email_enabled_macos_desktop"