All these functions are available within the BTBuckets tag to help you manage buckets information, profile your users and integrate with other systems.
| METHOD |
| $BTB.isUserOnBucket Find out if the user is in a specific bucket |
| $BTB.getAllUserBuckets Get all buckets the user is in |
| $BTB.execCallback Run a selected target code |
| $BTB.trackEvent Track user events or flash sites to profile them |
$BTB.isUserOnBucket
Syntax
Parameters
ReturnReturnstrue if the passed friendly name corresponds
to the bucket the user is in |
$BTB.getAllUserBuckets
Syntax
Parameters
ReturnReturns an array with all friendly names of the buckets the user is in. |
$BTB.execCallback
Syntax
Parameters
ReturnNothing (Runs the configured code by you, so the return is the result of your code) |
$BTB.trackEvent
Syntax
Parameters
ReturnReturns an updated list of the user buckets that you can get using$BTB.getAllUserBuckets or $BTB.isUserOnBucket
functions. |
© 2010 Created by BTBuckets.