From 36598545cce8ea9e5882a35df1cb7ffab11d3fd0 Mon Sep 17 00:00:00 2001 From: Alan Charles Date: Thu, 15 Feb 2024 09:18:11 -0700 Subject: [PATCH] fix: change segment event name --- Sources/SegmentConsent/Constants.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SegmentConsent/Constants.swift b/Sources/SegmentConsent/Constants.swift index 9fe71df..03bcc01 100644 --- a/Sources/SegmentConsent/Constants.swift +++ b/Sources/SegmentConsent/Constants.swift @@ -8,7 +8,7 @@ import Foundation internal struct Constants { - static let eventSegmentConsentPreference = "Segment Consent Preference" + static let eventSegmentConsentPreference = "Segment Consent Preference Updated" static let consentSettingsKey = "consentSettings" static let consentKey = "consent" static let categoryPreferenceKey = "categoryPreferences"