DeliveryMetrics Model

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.

NameTypeDescription
advertiser_owner_idNullable IntegerID 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_idNullable IntegerID 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_idNullable IntegerID 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_utcDatetimeUTC datetime when this object was created
This parameter is non-writable
delivery_statusStringStatus 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_idNullable IntegerID of a DeliveryMetricsDetails object. Only set if details were recorded for this delivery.
This parameter is non-writable
employee_owner_idNullable IntegerID 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_classStringType of communication endpoint to which the notification is being sentShow Supported Values
This parameter is non-writable
event_classStringType of event for which a notification is being sentShow Supported Values
This parameter is non-writable
idIntegerPrimary identifier of this metric record
This parameter is non-writable
num_attemptsIntegerTotal attempts made to deliver this notification
This parameter is non-writable
owner_classStringType of entity for whom the notification is being sentShow Supported Values
This parameter is non-writable
target_classStringTarget of the event described by event_classShow Supported Values
This parameter is non-writable
total_time_msNullable IntegerTotal time (in milliseconds) it took to complete all delivery attempts
This parameter is non-writable
webhook_endpoint_idNullable IntegerID of a webhook endpoint. Only set if endpoint_class is "webhook".
This parameter is non-writable
Have a Question? Please contact [email protected] for technical support.