Returns a list of Acoustic Campaign email for a specified database (or query) and contact as well as metrics associated with those emails.
Note
This operation returns emails with associated events (i.e. open, clickthrough, bounce, etc).
Elements (Required)
LIST_ID - The unique ID of the database or query of the email you are requesting.
RECIPIENT_ID - The unique ID of the contact to look up emails.
Elements (Optional)
DATE_START - The starting date of your range in the format “mm/dd/yyyy hh:mm:ss”
DATE_END - The ending date of your range in the format “mm/dd/yyyy hh:mm:ss”
<Envelope>
<Body>
<ListRecipientMailings>
<LIST_ID>45654</LIST_ID>
<RECIPIENT_ID>360916458</RECIPIENT_ID>
</ListRecipientMailings>
</Body>
</Envelope>
<Envelope>
<Body>
<ListRecipientMailings>
<LIST_ID>45654</LIST_ID>
<RECIPIENT_ID>360916458</RECIPIENT_ID>
<DATE_START>08/22/2021 00:00:00</DATE_START>
<DATE_END>08/23/2021 23:59:59</DATE_END>
</ListRecipientMailings>
</Body>
</Envelope>
<Envelope>
<Body>
<RESULT>
<SUCCESS>TRUE</SUCCESS>
<Mailing>
<MailingId>5644</MailingId>
<MailingName>
<![CDATA[Digital Engage (1)]]>
</MailingName>
<SentDateTime>6/22/04 10:12 AM</SentDateTime>
<TotalOpens>7</TotalOpens>
<TotalClickstreams>0</TotalClickstreams>
<TotalClicks>5</TotalClicks>
<TotalConversions>0</TotalConversions>
<TotalAttachments>0</TotalAttachments>
<TotalForwards>0</TotalForwards>
<TotalMediaPlays>0</TotalMediaPlays>
<TotalBounces>0</TotalBounces>
<TotalOptOuts>0</TotalOptOuts>
</Mailing>
</RESULT>
</Body>
</Envelope>
Elements (Results)
SUCCESS - True if successful; False if not.
Mailing - Zero or more XML nodes containing the definition of each email. Each node must contain all of the following child elements.
The following elements are children of Mailing
MailingName - The name of the email (enclosed in CDATA tags).
Mailing ID - The unique ID of the email.
SentTS - Time Acoustic Campaign sent the email.
TotalOpens - Total messages opened.
TotalClickstreams - Total clicksteams clicked.
TotalClicks - Total links clicked.
TotalConversions - Total link conversions.
TotalAttachments - Total attachments opened.
TotalForwards - Total times a message was forwarded.
TotalMediaPlays - Total times media was played.
TotalBounces - Total bounces
TotalOptOuts - Total times opted out of email.