Visitors are useful for representing anonymous people that have not yet been identified. They usually represent website visitors. Visitors are not visible in Intercom platform.
The Visitors resource provides methods to fetch, update, convert, and delete.
Object Models
Visitor
Field | Type | Description |
---|---|---|
type | string | Value is 'visitor' |
id | string | The Intercom defined id representing the Visitor. |
user_id | string | Automatically generated identifier for the Visitor. |
anonymous | boolean | Identifies if this visitor is anonymous. |
string | The email of the visitor. | |
phone | string | The phone number of the visitor. |
name | string | The name of the visitor. |
pseudonym | string | The pseudonym of the visitor. |
avatar | object | |
app_id | string | The id of the app the visitor is associated with. |
companies | object | |
location_data | object | |
las_request_at | integer | The time the Lead last recorded making a request. |
created_at | integer | The time the Visitor was added to Intercom. |
remote_created_at | integer | The time the Visitor was added to Intercom. |
signed_up_at | integer | The time the Visitor signed up for your product. |
updated_at | integer | The last time the Visitor was updated. |
session_count | integer | The number of sessions the Visitor has had. |
social_profiles | object | |
owner_id | string | The id of the admin that owns the Visitor. |
unsubscribed_from_emails | boolean | Whether the Visitor is unsubscribed from emails. |
marked_email_as_spam | boolean | Identifies if this visitor has marked an email as spam. |
has_hard_bounced | boolean | Identifies if this visitor has had a hard bounce. |
tags | object | |
segments | object | |
custom_attributes | object | The custom attributes you have set on the Visitor. |
referrer | string | The referer of the visitor. |
utm_campaign | string | The utm_campaign of the visitor. |
utm_content | string | The utm_content of the visitor. |
utm_medium | string | The utm_medium of the visitor. |
utm_source | string | The utm_source of the visitor. |
utm_term | string | The utm_term of the visitor. |
do_not_track | boolean | Identifies if this visitor has do not track enabled. |