ExceptionsTracking

struct ExceptionsTracking

Keys that availible for Exceptions Tracking hit in Google Analytics Measurement Protocol.

  • Specifies the description of an exception

    • Example: exd=DatabaseError

    Declaration

    Swift

    static let exceptionDescription: String
  • Specifies whether the exception was fatal. Bool value

    • Example: exd=DatabaseError

    Declaration

    Swift

    static let exceptionFatal: String