Metrics detailing the delivery of a notification to a communication endpoint (like webhook endpoint or email). One delivery may be composed of multiple delivery attempts.
Name | Type | Description |
---|---|---|
advertiser_owner_id | Nullable Integer | ID of the advertiser for whom the notification is being sent. Only set if the owner is an advertiser. This parameter is non-writable |
affiliate_owner_id | Nullable Integer | ID of the affiliate for whom the notification is being sent. Only set if the owner is an affiliate. This parameter is non-writable |
affiliate_user_owner_id | Nullable Integer | ID of the affiliate user for whom the notification is being sent. Only set if the owner is an affiliate user. This parameter is non-writable |
created_utc | Datetime | UTC datetime when this object was created This parameter is non-writable |
delivery_status | String | Status of this notification. New records will start in the in_flight state. All other values are terminal states indicating either success or how the delivery failed.Show Supported Values This parameter is non-writable |
details_id | Nullable Integer | ID of a DeliveryMetricsDetails object. Only set if details were recorded for this delivery. This parameter is non-writable |
employee_owner_id | Nullable Integer | ID of the network employee for whom the notification is being sent. Only set if the owner is an employee. This parameter is non-writable |
endpoint_class | String | Type of communication endpoint to which the notification is being sentShow Supported Values This parameter is non-writable |
event_class | String | Type of event for which a notification is being sentShow Supported Values This parameter is non-writable |
id | Integer | Primary identifier of this metric record This parameter is non-writable |
num_attempts | Integer | Total attempts made to deliver this notification This parameter is non-writable |
owner_class | String | Type of entity for whom the notification is being sentShow Supported Values This parameter is non-writable |
target_class | String | Target of the event described by event_classShow Supported Values This parameter is non-writable |
total_time_ms | Nullable Integer | Total time (in milliseconds) it took to complete all delivery attempts This parameter is non-writable |
webhook_endpoint_id | Nullable Integer | ID of a webhook endpoint. Only set if endpoint_class is "webhook". This parameter is non-writable |