Get all attributes
wf.getAllAttributes()
Retrieve all attributes that have been previously stored using setAttributes()
.
Syntax
Parameters
- scope:
'user'
|'pageview'
- The scope of the attributes to retrieve.
Example implementation
Returns
An object containing all attributes set for the current scope.