The detect event lets identify a visitor’s wallet name and rdns.

Sample Payload

Here’s the payload of a typical call with most common fields removed:

{
    "type": "detect",   
    "properties": {
        "provider_name": "MetaMask",
        "rdns": "io.metamask"
    }
}