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

Discussion

Time current visit was initiated

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

Discussion

Dates this visitor’s profile is associated with.

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

Discussion

Flags this visitor’s profile is associated with.

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

Discussion

Metrics this visitor’s profile is associated with.

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

Discussion

Properties or “Traits” this visitor’s profile is associated with.

Declared In

TEALVisitorProfileCurrentVisit.h

– totalEventCount

Total number of events received during this current visit.

- (NSUInteger)totalEventCount

Return Value

count as an unsigned integer

Discussion

Total number of events received during this current visit.

Declared In

TEALVisitorProfileCurrentVisit.h