deliveryGroupObject
The delivery group object contains information about delivery groups in your account.
Name | Type | Description |
---|---|---|
id |
string | The unique id assigned to the delivery group. |
name |
string | The name assigned to the delivery group. |
deliveryCount |
long | The total number of deliveries currently contained in the delivery group. |
createdDate |
dateTime | The date the delivery group was created. |
deliveryIds[] |
string | An array of the ids for each delivery contained in the delivery group. |
messageRuleIds[] |
string | An array of the ids for each automated message rule contained in the delivery group. |
messageIds[] |
string | An array of the ids for each message contained in the delivery group. |
numSends |
long | The number of times this delivery has been sent. |
numDeliveries |
long | The number of successful deliveries. |
numBounces |
long | The total number of bounces recorded for the delivery. |
uniqOpens |
long | The number of unique opens recorded for the delivery. |
numOpens |
long | The total number of opens recorded for the delivery. |
avgOpens |
long | The number of average opens recorded for the delivery. |
uniqClicks |
long | The number of unique clicks recorded the delivery. |
numClicks |
long | The total number of clicks recorded the delivery. |
avgClicks |
double | The average number of clicks recorded the delivery. |
uniqConversions |
long | The number of unique conversions recorded for the delivery. |
numConversions |
long | The total number of conversions recorded for the delivery. |
avgConversions |
double | The number of average orders per contact recorded for the delivery. |
numHardBadEmail |
long | The bad email address bounce type means that the email server in question has indicated that this is not a valid account. |
numHardDestUnreach |
long | The destination system unreachable bounce type means that there was a connection issue with the email server. |
numHardMessageContent |
long | The rejected due to message content hard bounce type means that the email server has identified the email as spam. |
numHardBounces |
long | The number of sent emails that were not delivered due to hard bounces. |
numSoftBadEmail |
long | The bad email address bounce type means that the email server in question has indicated that this is not a valid account. |
numSoftDestUnreach |
long | The destination system unreachable bounce type means that there was a connection issue with the email server. |
numSoftMessageContent |
long | Deferred due to message content is quite similar to the rejected message content bounce. Messages aren’t often identified this way, as ISPs don’t want you to resend something they identify as spam. |
numSoftBounces |
long | The number of sent emails that were not delivered due to soft bounces. |
numOtherBounces |
long | The number of times the delivery has bounced, where the bounces cannot be classified as hard or soft. We will try our best classify bounced deliveries as hard or soft, thus keeping them from showing up in this category. |
numBounces |
long | The total number of bounces recorded for the delivery. |
numUnsubscribesByPrefs |
long | The total number of contacts that were lost (made inactive) by unsubscribing. |
numUnsubscribesByComplaint |
long | The total number of contacts that were lost (made inactive) by complaining via an ISP feedback loop or the applications complaint system. |
numViewsFacebook |
long | The number of times the delivery was viewed after being shared using Facebook. |
numViewsTwitter |
long | The number of times the delivery was viewed after being shared using Twitter. |
numViewsLinkedIn |
long | The number of times the delivery was viewed after being shared using LinkedIn. |
numViewsDigg |
long | The number of times the delivery was viewed after being shared using Digg. |
numViewsMySpace |
long | The number of times the delivery was viewed after being shared using MySpace. |
numSocialViews |
long | The number of times the delivery was viewed after being shared on social networks. |