diff --git a/ios/Video/Features/RCTIMAAdsManager.swift b/ios/Video/Features/RCTIMAAdsManager.swift index 62407e74..8a5e0643 100644 --- a/ios/Video/Features/RCTIMAAdsManager.swift +++ b/ios/Video/Features/RCTIMAAdsManager.swift @@ -160,7 +160,7 @@ class RCTIMAAdsManager: NSObject, IMAAdsLoaderDelegate, IMAAdsManagerDelegate, I result = "CLICK"; break; case .COMPLETE: - result = "COMPLETE"; + result = "COMPLETED"; break; case .CUEPOINTS_CHANGED: result = "CUEPOINTS_CHANGED";