Skip to content

Commit

Permalink
pixel name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
federicocappelli committed Mar 19, 2024
1 parent e0d8a20 commit ca339b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Core/PixelEvent.swift
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ extension Pixel {
case privacyProOfferMonthlyPriceClick
case privacyProOfferYearlyPriceClick
case privacyProAddEmailSuccess
case privacyProWelcomeFAQClieck
case privacyProWelcomeFAQClick
}

}
Expand Down Expand Up @@ -1183,7 +1183,7 @@ extension Pixel.Event {
case .privacyProOfferMonthlyPriceClick: return "m_privacy-pro_offer_monthly-price_click"
case .privacyProOfferYearlyPriceClick: return "m_privacy-pro_offer_yearly-price_click"
case .privacyProAddEmailSuccess: return "m_privacy-pro_app_add-email_success_u"
case .privacyProWelcomeFAQClieck: return "m_privacy-pro_welcome_faq_click_u"
case .privacyProWelcomeFAQClick: return "m_privacy-pro_welcome_faq_click_u"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ final class SubscriptionPagesUseSubscriptionFeature: Subfeature, ObservableObjec
}

func subscriptionsWelcomeFaqClicked(params: Any, original: WKScriptMessage) async -> Encodable? {
UniquePixel.fire(pixel: .privacyProWelcomeFAQClieck)
UniquePixel.fire(pixel: .privacyProWelcomeFAQClick)
return nil
}

Expand Down

0 comments on commit ca339b2

Please sign in to comment.