Class MetricsFields

java.lang.Object
com.sparkpost.model.MetricsFields

public class MetricsFields
extends Object
Deliverability Metrics Fields See: https://developers.sparkpost.com/api/#/reference/metrics
  • Field Details

    • DOMAIN

      public static final String DOMAIN
      See Also:
      Constant Field Values
    • CAMPAIGN_ID

      public static final String CAMPAIGN_ID
      See Also:
      Constant Field Values
    • TEMPLATE_ID

      public static final String TEMPLATE_ID
      See Also:
      Constant Field Values
    • WATCHED_DOMAIN

      public static final String WATCHED_DOMAIN
      See Also:
      Constant Field Values
    • TIMESTAMP

      public static final String TIMESTAMP
      See Also:
      Constant Field Values
    • ALL_FIELDS

      public static final String ALL_FIELDS
      All Deliverability Fields
      See Also:
      Constant Field Values
    • ALL_FIELDS_ARRAY

      public static final String[] ALL_FIELDS_ARRAY
    • COUNT_TARGETED

      public static final String COUNT_TARGETED
      Messages successfully injected into SparkPost and SparkPost Elite as well as rejected by it
      See Also:
      Constant Field Values
    • COUNT_INJECTED

      public static final String COUNT_INJECTED
      Messages injected to or received by SparkPost and SparkPost Elite
      See Also:
      Constant Field Values
    • COUNT_SENT

      public static final String COUNT_SENT
      Messages that SparkPost and SparkPost Elite attempted to deliver, which includes both Deliveries and In-Band Bounces
      See Also:
      Constant Field Values
    • COUNT_ACCEPTED

      public static final String COUNT_ACCEPTED
      Messages an ISP or other remote domain accepted (less Out-of-Band Bounces)
      See Also:
      Constant Field Values
    • COUNT_DELIVERED_FIRST

      public static final String COUNT_DELIVERED_FIRST
      Messages delivered on the first attempt
      See Also:
      Constant Field Values
    • COUNT_DELIVERED_SUBSEQUENT

      public static final String COUNT_DELIVERED_SUBSEQUENT
      Messages delivered that required more than one delivery attempt
      See Also:
      Constant Field Values
    • COUNT_RENDERED

      public static final String COUNT_RENDERED
      Total renderings of a message
      See Also:
      Constant Field Values
    • COUNT_UNIQUE_RENDERED

      public static final String COUNT_UNIQUE_RENDERED
      Total number of messages that were rendered at least once
      See Also:
      Constant Field Values
    • COUNT_UNIQUE_CONFIRMED_OPENED

      public static final String COUNT_UNIQUE_CONFIRMED_OPENED
      Total number of messages that were rendered or had at least one link selected
      See Also:
      Constant Field Values
    • COUNT_CLICKED

      public static final String COUNT_CLICKED
      Total number of times that links were selected across all messages
      See Also:
      Constant Field Values
    • COUNT_UNIQUE_CLICKED

      public static final String COUNT_UNIQUE_CLICKED
      Total number of messages which had at least one link selected one or more times
      See Also:
      Constant Field Values
    • COUNT_BOUNCE

      public static final String COUNT_BOUNCE
      Total number of bounced messages, which includes both In-Band and Out-of-Band bounces
      See Also:
      Constant Field Values
    • COUNT_HARD_BOUNCE

      public static final String COUNT_HARD_BOUNCE
      Total number of Bounced messages due to hard bounce classification reasons
      See Also:
      Constant Field Values
    • COUNT_SOFT_BOUNCE

      public static final String COUNT_SOFT_BOUNCE
      Total number of Bounced messages due to soft bounce classification reasons
      See Also:
      Constant Field Values
    • COUNT_BLOCK_BOUNCE

      public static final String COUNT_BLOCK_BOUNCE
      Total number of Bounced messages due to an IP block
      See Also:
      Constant Field Values
    • COUNT_ADMIN_BOUNCE

      public static final String COUNT_ADMIN_BOUNCE
      Total number of Bounced messages due to admin bounce classification reasons, also includes Rejected
      See Also:
      Constant Field Values
    • COUNT_UNDERTERMINED_BOUNCE

      public static final String COUNT_UNDERTERMINED_BOUNCE
      Total number of Bounced messages due to undetermined bounce reasons
      See Also:
      Constant Field Values
    • COUNT_REJECTED

      public static final String COUNT_REJECTED
      Messages rejected due to policy or that failed to generate
      See Also:
      Constant Field Values
    • COUNT_POLICY_REJECTED

      public static final String COUNT_POLICY_REJECTED
      Messages rejected by SparkPost and SparkPost Elite due to policy
      See Also:
      Constant Field Values
    • COUNT_GENERATION_FAILED

      public static final String COUNT_GENERATION_FAILED
      Message generation failed for an intended recipient
      See Also:
      Constant Field Values
    • COUNT_GENERATION_REJECTION

      public static final String COUNT_GENERATION_REJECTION
      Messages rejected by SparkPost and SparkPost Elite due to policy
      See Also:
      Constant Field Values
    • COUNT_INBAND_BOUNCE

      public static final String COUNT_INBAND_BOUNCE
      Messages that bounced on delivery attempt during the SMTP session
      See Also:
      Constant Field Values
    • COUNT_OUTOFBAND_BOUNCE

      public static final String COUNT_OUTOFBAND_BOUNCE
      Messages that the ISP bounced subsequent to a successful delivery
      See Also:
      Constant Field Values
    • COUNT_DELAYED

      public static final String COUNT_DELAYED
      Total number of delays due to any temporary failure
      See Also:
      Constant Field Values
    • COUNT_DELAYED_FIRST

      public static final String COUNT_DELAYED_FIRST
      Messages delayed on the first delivery attempt
      See Also:
      Constant Field Values
    • COUNT_SPAM_COMPLAINT

      public static final String COUNT_SPAM_COMPLAINT
      Number of spam complaints received from an ISP
      See Also:
      Constant Field Values
    • TOTAL_DELIVERY_TIME_FIRST

      public static final String TOTAL_DELIVERY_TIME_FIRST
      See Also:
      Constant Field Values
    • TOTAL_DELIVERY_TIME_SUBSEQUENT

      public static final String TOTAL_DELIVERY_TIME_SUBSEQUENT
      See Also:
      Constant Field Values
    • TOTAL_MSG_VOLUME

      public static final String TOTAL_MSG_VOLUME
      Total size of delivered messages, in bytes (including attachments)
      See Also:
      Constant Field Values
  • Constructor Details

    • MetricsFields

      public MetricsFields()