Get user tracking choice
wf.getUserTrackingChoice()
Retrieves the user’s current tracking preference. Returns one of three possible states: allow, deny, or undefined.
Syntax
Returns
The user’s current tracking choice:
'allow'User has opted in to tracking.'deny'User has opted out of tracking.'none'User hasn’t made a choice.