Skip to content
  • There are no suggestions because the search field is empty.

Custom Events Export Format

A custom event can be described as any action a user can perform in your application, such as clicking a link or searching for a topic. This excludes events already defined within the Analytics Events export (e.g., notification sent, survey step viewed, etc.). If you have custom event tracking set up for your project, the data will be included in the Analytics Events export. See the sample CSV and JSON data sets below for an example custom event, tracking clicks on "Apple Health Instructions."

For more information on custom event tracking, please contact CareEvolution.

Sample CSV Export

ParticipantIdentifier,Timestamp,ClickEventType,Subject,ParticipantID
90136cf9-cc68-4139-91bb-7f123a02083d,2022-03-07T19:28:14Z,ViewedEducationInformation,AppleHealthInstructions,5fefcbb9-4c9e-ec11-aaaa-8c9a8a3a4b10

Sample JSON Export

{
  "ParticipantID":"1df75668-888e-ec11-aaa9-986e217866bf",
  "ParticipantIdentifier":"45be0676-b037-4ec6-937a-9a92b0074c1f",
  "Timestamp":"2022-03-07T15:48:01Z",
  "Properties":
    {
      "ClickEventType": "ViewedEducationInformation", 
      "Subject": "AppleHealthInstructions"
    }
}