diff --git a/AEPCore/Sources/eventhub/EventType.swift b/AEPCore/Sources/eventhub/EventType.swift index dd3fb449e..5cecbc10b 100644 --- a/AEPCore/Sources/eventhub/EventType.swift +++ b/AEPCore/Sources/eventhub/EventType.swift @@ -33,7 +33,7 @@ public class EventType: NSObject { public static let target = "com.adobe.eventType.target" public static let userProfile = "com.adobe.eventType.userProfile" public static let places = "com.adobe.eventType.places" - public static let offer = "com.adobe.eventType.offer" + public static let offerDecisioning = "com.adobe.eventType.offerDecisioning" public static let genericTrack = "com.adobe.eventType.generic.track" public static let genericLifecycle = "com.adobe.eventType.generic.lifecycle" public static let genericIdentity = "com.adobe.eventType.generic.identity"