Find in Page Activity

Emitted when searching for a pattern within a web page.

Schema

{
  "type": "find_in_page",
  "pattern": "search pattern",
  "url": "https://example.com",
  "message": "Human-readable message (optional)"
}

Event Example

{
  "data_type": "activity",
  "id": "45678901-4567-4567-4567-45678901abcd",
  "data_value":
    "{\"type\":\"find_in_page\",
    \"pattern\":\"camera specifications\",
    \"url\":\"https://www.gsmarena.com/oppo_find_x8-13263.php\",
    \"message\":\"Finding 'camera specifications' in page https://www.gsmarena.com/oppo_find_x8-13263.php\"}"
}

What Gets Saved to Database

Backend Auto-Generated Message

If message is not provided, backend will generate message:

Last updated