Report user activity that occurs on indexed documents such as viewing or editing. This signal improves search quality.
required | Array of objects (ActivityEvent) |
OK
Invalid request
Not Authorized
Too Many Requests
{- "events": [
- {
- "action": "HISTORICAL_VIEW",
- "timestamp": "2000-01-23T04:56:07.000Z"
}, - {
- "action": "SEARCH",
- "timestamp": "2000-01-23T04:56:07.000Z",
- "params": {
- "query": "query"
}
}, - {
- "action": "VIEW",
- "timestamp": "2000-01-23T04:56:07.000Z",
}
]
}