# TransactionalEmailEventReportRecord

Transactional Email Event Report Record.


## Fields:

  - `eventId` (ID!)
  - `dataCenter` (String): Metadata: Data center where the usage occurred.
  - `customerId` (String)
  - `userId` (String): Master data: Technical account (user ID).
  - `usageId` (String): Usage: Unique ID of the usage data entry.
  - `usageMsgFrom` (String): Usage: Sender address.
  - `usageMsgFromDomain` (String): Usage: Sender domain.
  - `usageMsgTo` (String): Usage: Recipient address.
  - `usageMsgToDomain` (String): Usage: Recipient domain.
  - `costCenter` (String): Master data: Cost center.
  - `campaign` (String): Usage: Campaign.
  - `eventTime` (String): Usage: Main datetime field for when the event occurred.
  - `eventType` (String): Usage: Type of event. Either 'CLICK' or 'OPEN'.
  - `eventSubType` (String): Usage: Event subtype. This can be 'LINK_CLICKED' for click event types or 'MAIL_OPENED' for mail event types.
  - `eventClickUrl` (String): Usage: For 'CLICK' events, this is the clicked URL.
  - `eventClientName` (String): Usage: Name of the user client application.
  - `eventClientVersion` (String): Usage: Version of the user client application.
  - `eventClientIsMail` (Boolean): Usage: Is the client a mail application?
  - `eventUserAgent` (String): Usage: User agent of the client application.
  - `eventOsName` (String): Usage: Operating system name.
  - `eventOsVersion` (String): Usage: Operating system version.
  - `reference` (String): Usage: Recipient reference provided by the customer.
