WSMetricsInfo

A simple wrapper type around campaign analytic data, included number of contacts. It contains the following fields:

  • totalContacts: a long giving the total number of contacts.
  • responses: a typed list of WSMetricsResponse instances, each instance that defines contact information for one response:
    • typeCode: a string that defines the response type code, such as PHC for a phone call contact.
    • count: a long giving the number of times this contact happened.