TEALVisitorProfileCurrentVisit Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NSCoding NSCopying |
Declared in | TEALVisitorProfileCurrentVisit.h |
Overview
Container object for attrubtes related only to a users current visit. Similar to the TEALVisitorProfile but contains only attributes related to the users current visit.
– creationTimestamp
Time current visit was initiated
- (NSTimeInterval)creationTimestamp
Return Value
interval as unix timestamp
Declared In
TEALVisitorProfileCurrentVisit.h
– dates
Dates this visitor’s profile is associated with.
- (NSArray *)dates
Return Value
Array of TEALVisitorProfileDateAttribute objects or nil if none exist
Declared In
TEALVisitorProfileCurrentVisit.h
– flags
Flags this visitor’s profile is associated with.
- (NSArray *)flags
Return Value
Array of TEALVisitorProfileFlagAttribute objects or nil if none exist
Declared In
TEALVisitorProfileCurrentVisit.h
– metrics
Metrics this visitor’s profile is associated with.
- (NSArray *)metrics
Return Value
Array of TEALVisitorProfileMetricAttribute objects or nil if none exist
Declared In
TEALVisitorProfileCurrentVisit.h
– properties
Properties or “Traits” this visitor’s profile is associated with.
- (NSArray *)properties
Return Value
Array of TEALVisitorProfilePropertyAttribute objects or nil if none exist
Declared In
TEALVisitorProfileCurrentVisit.h
– totalEventCount
Total number of events received during this current visit.
- (NSUInteger)totalEventCount
Return Value
count as an unsigned integer
Declared In
TEALVisitorProfileCurrentVisit.h