Identify your devices for Cobrowse

Effortlessly identify, search, and filter devices on your dashboard by specifying custom key/value pairs as metadata.

To help you identify, search, and filter devices in your SaleAssist dashboard, it's helpful to specify any meaningful metadata.

You may add any custom key/value pairs you'd like, and they will all be searchable and filterable in your online dashboard. We've added a few placeholders for convenience only - all fields are optional.

CobrowseIO.customData = {
    user_id: "<your_user_id>",
    user_name: "<your_user_name>",
    user_email: "<your_user_email>",
    device_id: "<your_device_id>",
    device_name: "<your_device_name>"
};

Last updated

Was this helpful?