Unique Query Event Type

Unique Query events capture specific search queries (SOQL), filter IDs, and report IDs that are processed, along with the underlying database queries (SQL). This event type is available in API versions 64.0 and later.

For details about event monitoring, see the Trailhead Event Monitoring module or REST API Developer’s Guide.

Fields

Field Details
BOT_IDENTIFIER
Type
string
Description
The ID of the bot.
BOT_SESSION_IDENTIFIER
Type
string
Description
The bot session ID.
LOGIN_KEY
Type
String
Description
The string that ties together all events in a given user’s login session. It starts with a login event and ends with either a logout event or the user session expiring.
For example: GeJCsym5eyvtEK2I.
ORGANIZATION_ID
Type
Id
Description
The 15-character ID of the organization.
For example: 00D000000000123.
PLANNER_IDENTIFIER
Type
string
Description
The ID of the agent planner.
QUERY_IDENTIFIER
Type
String
Description
The text of the SOQL query run or the Id of the report or list view run.
QUERY_TYPE
Type
String
Description
The input type to the optimizer that was translated.
Possible Values
  • soql
  • filter
  • report
SESSION_KEY
Type
String
Description
The user’s unique session ID. You can use this value to identify all user events within a session. When a user logs out and logs in again, a new session is started.
For example: d7DEq/ANa7nNZZVD.
SQL_ID
Type
String
Description
The unique identifier generated for the database query.