eBay Trading APIVersion 1349
 

NotificationStatisticsType

Summary information about notifications delivered, failed, errors, queued for a given application ID and time period.

Type that uses NotificationStatisticsType:

Call that uses NotificationStatisticsType:

Fields



DeliveredCount ( int ) [0..1]
Returns the number of notifications delivered successfully during the given time period.
See the Field Index to learn which calls use DeliveredCount.

ErrorCount ( int ) [0..1]
Returns the number of notifications for which there were delivery errors during the given time period.
See the Field Index to learn which calls use ErrorCount.

ExpiredCount ( int ) [0..1]
Returns the number of notifications that permanently failed during the given time period.
See the Field Index to learn which calls use ExpiredCount.

QueuedNewCount ( int ) [0..1]
Returns the number of new notifications that were queued during the given time period.
See the Field Index to learn which calls use QueuedNewCount.

QueuedPendingCount ( int ) [0..1]
Returns the number of pending notifications in the queue during the given time period.
See the Field Index to learn which calls use QueuedPendingCount.