/AWS1/CL_SE2EXPORTMETRIC¶
An object that contains a mapping between a Metric and
MetricAggregation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/SE2METRIC /AWS1/SE2METRIC¶
The metric to export, can be one of the following:
SEND- Emails sent eligible for tracking in the VDM dashboard. This excludes emails sent to the mailbox simulator and emails addressed to more than one recipient.
COMPLAINT- Complaints received for your account. This excludes complaints from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient
PERMANENT_BOUNCE- Permanent bounces - i.e., feedback received for emails sent to non-existent mailboxes. Excludes bounces from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient.
TRANSIENT_BOUNCE- Transient bounces - i.e., feedback received for delivery failures excluding issues with non-existent mailboxes. Excludes bounces from the mailbox simulator, and those for emails addressed to more than one recipient.
OPEN- Unique open events for emails including open trackers. Excludes opens for emails addressed to more than one recipient.
CLICK- Unique click events for emails including wrapped links. Excludes clicks for emails addressed to more than one recipient.
DELIVERY- Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator and for emails addressed to more than one recipient.
DELIVERY_OPEN- Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without open trackers.
DELIVERY_CLICK- Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without click trackers.
DELIVERY_COMPLAINT- Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails addressed to recipients hosted by ISPs with which Amazon SES does not have a feedback loop agreement.
iv_aggregation TYPE /AWS1/SE2METRICAGGREGATION /AWS1/SE2METRICAGGREGATION¶
The aggregation to apply to a metric, can be one of the following:
VOLUME- The volume of events for this metric.
RATE- The rate for this metric relative to theSENDmetric volume.
Queryable Attributes¶
Name¶
The metric to export, can be one of the following:
SEND- Emails sent eligible for tracking in the VDM dashboard. This excludes emails sent to the mailbox simulator and emails addressed to more than one recipient.
COMPLAINT- Complaints received for your account. This excludes complaints from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient
PERMANENT_BOUNCE- Permanent bounces - i.e., feedback received for emails sent to non-existent mailboxes. Excludes bounces from the mailbox simulator, those originating from your account-level suppression list (if enabled), and those for emails addressed to more than one recipient.
TRANSIENT_BOUNCE- Transient bounces - i.e., feedback received for delivery failures excluding issues with non-existent mailboxes. Excludes bounces from the mailbox simulator, and those for emails addressed to more than one recipient.
OPEN- Unique open events for emails including open trackers. Excludes opens for emails addressed to more than one recipient.
CLICK- Unique click events for emails including wrapped links. Excludes clicks for emails addressed to more than one recipient.
DELIVERY- Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator and for emails addressed to more than one recipient.
DELIVERY_OPEN- Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without open trackers.
DELIVERY_CLICK- Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails without click trackers.
DELIVERY_COMPLAINT- Successful deliveries for email sending attempts. Excludes deliveries to the mailbox simulator, for emails addressed to more than one recipient, and emails addressed to recipients hosted by ISPs with which Amazon SES does not have a feedback loop agreement.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Aggregation¶
The aggregation to apply to a metric, can be one of the following:
VOLUME- The volume of events for this metric.
RATE- The rate for this metric relative to theSENDmetric volume.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGGREGATION() |
Getter for AGGREGATION, with configurable default |
ASK_AGGREGATION() |
Getter for AGGREGATION w/ exceptions if field has no value |
HAS_AGGREGATION() |
Determine if AGGREGATION has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_EXPORTMETRICS¶
TYPES TT_EXPORTMETRICS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SE2EXPORTMETRIC WITH DEFAULT KEY
.