Get Visitor Profile
get_visitorGet full visitor profile — identity (geo, device, browser, OS), traffic source, activity (visits, pages, goals), revenue (total, customer flag, time to first conversion), identified profile (userId, name, email), and a merged activity timeline. The visitor ID comes from the _fs_vid browser cookie.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Website domain to query. Required when using a workspace token unless websiteId is provided. | |
| visitorId | Yes | Visitor ID (from _fs_vid cookie) | |
| websiteId | No | Website ID to query. Required when using a workspace token unless domain is provided. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Visitor profile with identity, traffic source, activity, revenue, identified profile fields, and an activity timeline. |