SITOccurrence
@interface SITOccurrence : SITAPIBaseModel
Describes importante situations around events
-
Unique identifier of the ocurrence (this property can be nil if it’s not created)
Declaration
Objective-C
@property (readwrite, strong, nonatomic) NSNumber *_Nonnull identifier;
-
Many to One relationship. Event in which the occurrence happended.
Declaration
Objective-C
@property (readwrite, strong, nonatomic) NSNumber *_Nonnull eventIdentifier;
-
Identifier of the device
Declaration
Objective-C
@property (readwrite, strong, nonatomic) NSNumber *_Nonnull deviceIdentifier;
-
The time when an event has been opened for more info
Declaration
Objective-C
@property (readwrite, strong, nonatomic) NSDate *_Nonnull clickedAt;
-
The time when a user entered the conversion area of an event.
Declaration
Objective-C
@property (readwrite, strong, nonatomic) NSDate *_Nonnull convertedAt;