OOUniversalAdId
Objective-C
@interface OOUniversalAdId : NSObject
                Swift
class OOUniversalAdId : NSObject
                The Universal Ad Identifier is used to provide a unique creative identifier that is maintained across systems.
- 
                  
                  
A string identifying the unique creative identifier.
Declaration
Objective-C
- (NSString *)identifier;Swift
func identifier() -> String! - 
                  
                  
A string used to identify the URL for the registry website where the unique creative ID is cataloged. Default value is “unknown”.
Declaration
Objective-C
- (NSString *)registry;Swift
func registry() -> String!