| ID | The unique event identifier generated by the client when the event is created. |
| Name | The type of event that occurred. |
| Span ID | The identifier from the environment in which the analytics module runs. Multiple events can share the same span ID if they occur within the same logical session or operation scope. |
| Event Timestamp | The timestamp of when the event occurred. |
| Trace ID | The trace identifier used to correlate multiple events that originate from a single high-level user action. |
| Execution Duration | The duration of the event, in milliseconds. |
| Error Code | The error code associated with the event, if any. |
| Error Message | The error message associated with the event, if any. |
| Source | The service from which the event originated, such as the CLI, IDE, or CI. |
| Version | The source version from which the event originated. |
| Authentication | The authentication type used, either OAuth or HMAC. |
| Org UUID | The Veracode-defined UUID of the organization to which the user who triggered the associated event belongs. |
| User UUID | The Veracode-defined UUID of the user who triggered the associated event. |
| IDE System | If the source is IDE, the IDE from which the event originated. |
| IDE System Version | If the source is IDE, the IDE version from which the event originated. |
| CLI Path | If the source is CLI, the filepath associated with the event. |
| CLI Command | If the source is CLI, the action performed, such as scan. |
| CLI Subcommand | If the source is CLI, the step performed to execute the action, such as upload for the scan command. |
| CLI Args | If the source is CLI, the arguments passed. |
| CLI Flags | If the source is CLI, the flags set. |
| CI Is Repo Tools? (yes / no) | If the source is CI, a boolean field that indicates the origin of the CI event. |
| CI Provider | If the source is CI, the CI provider or service name. |
| CI Provider Version | If the source is CI, the CI agent or runtime environment version. |
| CI Pipeline Name | If the source is CI, the name of the current pipeline or workflow run. |
| Git Project Name | The name of the Git project or repository the event is acting on. |
| Git Active Branch | The name of the active Git branch or repository on which he event is acting on. |
| Git Protected Branch (yes / no) | The boolean value that indicates whether the active branch is protected. |
| Git Commit ID | The ID of the commit checked out in the repository. |
| Git Has Changes (yes / no) | The Boolean value that indicates whether the active branch is protected. |
| Git Language | The repository language. |
| OS Architecture | The host machine's CPU architecture. |
| OS Family | The host machine's OS family. |
| OS Platform | The OS platform or distribution identifier for the host machine. |
| OS Name | The full name of the OS of the host machine. |
| OS Number of CPUs | The number of CPUs available on the host machine. |
| OS Version | The version of the OS in use by the host machine. |
| Data | Additional event-specific data fields. |