rybbit_identify_user
Link anonymous visitors to known user IDs and optionally merge profile traits for complete user identification.
Instructions
Link an anonymous visitor to a known user ID and optionally merge profile traits. Requires the users:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | Site ID or identifier | |
| traits | No | Optional JSON object string of profile traits to merge (max 2KB) | |
| userId | Yes | Your application user ID to identify the visitor as | |
| anonymousId | Yes | The anonymous visitor ID to link |