TEALVisitorProfilePollingFrequency Constants Reference

Declared in TEALCollectConfiguration.h

TEALVisitorProfilePollingFrequency

Unsigned integer value that controls the frequency at which the user’s visitor profile is requested from AudienceStream

Definition

typedef NS_ENUM(NSUInteger, TEALVisitorProfilePollingFrequency ) {
   TEALVisitorProfilePollingFrequencyOnRequest = 1,
   TEALVisitorProfilePollingFrequencyAfterEveryEvent,
};

Constants

TEALVisitorProfilePollingFrequencyOnRequest

On request only, will only poll AudienceStream with the fetchVisitorProfileWithCompletion: method

Declared In TEALCollectConfiguration.h.

TEALVisitorProfilePollingFrequencyAfterEveryEvent

After each event (sendEventWithData: or sendViewWithData:) an updated visitor profile will be requested.

Declared In TEALCollectConfiguration.h.

Declared In

TEALCollectConfiguration.h