pub.chive.metrics.recordDwellTime

chive.pub

{
  "id": "pub.chive.metrics.recordDwellTime",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "impressionId",
            "uri",
            "dwellTimeMs"
          ],
          "properties": {
            "uri": {
              "type": "string",
              "format": "at-uri",
              "description": "AT-URI of the viewed eprint"
            },
            "dwellTimeMs": {
              "type": "integer",
              "minimum": 0,
              "description": "Time spent on the page in milliseconds"
            },
            "impressionId": {
              "type": "string",
              "description": "UUID of the search impression"
            }
          }
        },
        "encoding": "application/json"
      },
      "errors": [
        {
          "name": "InvalidRequest"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "success"
          ],
          "properties": {
            "success": {
              "type": "boolean",
              "description": "Whether the dwell time was recorded"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Record dwell time for a clicked search result (called via beacon API)"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "revision": 1
}

Validate Record

Validate a record against pub.chive.metrics.recordDwellTime

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:7natp5xae72bddaqlkef2t4e
CID
bafyreibvzhiaocqjauoaxj226htppbd7ixhyg2bholfrilfutib5467k6a
Indexed At
2026-05-04 17:29 UTC
AT-URI
at://did:plc:7natp5xae72bddaqlkef2t4e/com.atproto.lexicon.schema/pub.chive.metrics.recordDwellTime

Lexicon Garden

@