Mad Mimi

Promotion Attempts

GET /audience_members/{email}/promotion_attempts.xml

Returns an xml document containing the list of all mailings sent to {email} along with the results (viewed, clicked, bounced, etc).

Sample Output

<attempts for="email@domain.com">
  <attempt date="Tue Mar 08 23:00:11 -0500 2011" state="Viewed" id="1234567890">
    <promotion id="123456">Test Promotion</promotion>
    <mailing id="12345678">Test Promotion</mailing>
  </attempt>
</attempts>