matchbehavior()

Searches for behavior profiles and returns true if there is any matching profiled data, and false otherwise.

Syntax

matchbehavior(PROFILE_GUID, KEY_EXPR[, ...])
Required Parameter
PROFILE_GUID
Behavior profile GUID. The GUID string must be a valid behavior profile identifier. If you specify an invalid behavior profile GUID, the query fails.
KEY_EXPR, ...
Key expressions that use a comma (,) as a separator. The order of key parameters must be the same as the order of key fields specified in the behavior profile. The number of key parameters must be the same as the number of key fields specified in the behavior profile settings. Only a string or IP address is allowed for the evaluated value of the key expression. If an unauthorized type is passed as an argument, it returns a false value.