OOLive
Objective-C
enum OOLive : NSUInteger {}
                Swift
enum OOLive : UInt, @unchecked Sendable
                Live options you can set in the OORequestSettings.liveParameters property,
used to disable certain tracking, secondary lookup requests,
real-time bidding requests, and/or cookie syncing for a live event.
- 
                  
                  
Turn off all tracking (except for impression and click-through tracking), session lookup requests, location lookup request, and real-time bidding requests.
Declaration
Objective-C
DISABLE_ALL = 0Swift
case DISABLE_ALL = 0 - 
                  
                  
Turn off everything else except all tracking.
Declaration
Objective-C
ALL_TRACKINGS = 1Swift
case ALL_TRACKINGS = 1 - 
                  
                  
Turn off everything else except session lookup request.
Declaration
Objective-C
SESSION_LOOKUP = 2Swift
case SESSION_LOOKUP = 2 - 
                  
                  
Turn off everything else except location lookup request.
Declaration
Objective-C
LOCATION_LOOKUP = 3Swift
case LOCATION_LOOKUP = 3 - 
                  
                  
Turn off everything else except real-time bidding requests and their associated cookie syncing.
Declaration
Objective-C
REAL_TIME_BIDDING = 4Swift
case REAL_TIME_BIDDING = 4