Tracking Events on iOS
3min
Tracking Events
Once you integrate the SDK, CooeeSDK will automatically start tracking some default System Events. Apart from these, you must track Mandatory Events as well.
The event must be tracked once your screen(ViewController/SwiftUI View) is fully loaded.
The following example demonstrates a View Item event.
ObjectiveC
Swift
|
Important!
- Do not add . (dot) in event property key string.
- Do not start the event name with CE
Updated 03 Mar 2023
Did this page help you?
Yes
No