Open Pages Batch Activity

Emitted when opening a web page

Schema

{
  "type": "open_page",
  "url": "<your_url>",
  "message": "<Human-readable message (optional)>"
}

Event Example

{
  "data_type": "activity",
  "id": "23456789-2345-2345-2345-23456789abcd",
  "data_value":
    "{\"type\":\"open_page\",
    \"url\":\"https://www.gsmarena.com/oppo_find_x8-13263.php\",
    \"message\":\"Opening https://www.gsmarena.com/oppo_find_x8-13263.php\"}"
}

What Gets Saved to Database

{
  "timestamp": "2025-10-10T20:21:03.123456",
  "data_type": "activity",
  "id": "23456789-2345-2345-2345-23456789abcd",
  "value":
    "{\"type\":\"open_page\",
    \"url\":\"https://www.gsmarena.com/oppo_find_x8-13263.php\",
    \"message\":\"Opening https://www.gsmarena.com/oppo_find_x8-13263.php\"}"
}

Backend Auto-Generated Message

If message is not provided, backend will generate message:

Last updated