Email Marketing Knowledge Base Glossary   
Search  
      Browse by Category
Email Marketing Knowledge Base .: Advanced Features .: API .: 2. Actions .: Blasts .: Report: Unsubscribers

Report: Unsubscribers

Summary

This action returns a list of all subscribers who unsubscribed via the "Unsubscribe" link in a given blast.

Request

Format

<system>
  <authorization>
    <username>{username}</username>
    <password>{password}</password>
  </authorization>
  <action>viewunsubscriber</action>
  <parameterlist>
    <parameter id='Message ID'><value>{blast_id}</value></parameter>
   [<parameter id='Limit'><value>{limit}</value></parameter>]
  </parameterlist>
</system>

Limit

If provided, the number of results returned will be no more than the value of {limit}.

Response

Format

<system>
  <status>success</status>
  <resultlist>
    <resultlist id='{id}'>
      <result id='Date'>{datetime_unsubscribed_at}</result>
      <result id='Email Address'>{email_address}</result>
      <result id='Subscriber ID'>{subscriber_id}</result>
    </resultlist>
    ...
  </resultlist>
</system>
{id} is an arbitrarily incrementing integer that identifies unsubscribes only within the context of this response. For a given unsubscription, this number may not necessarily be the same from response to response.

How helpful was this article to you?

Related Articles

article I received a complaint on my report, what does this mean
A 'complaint' is something the subscriber sends to their ISP in the form of marking your email as spam. This is usually done by clicking the 'mark as spam' button within their email client. With most ISPs, this action sends a message to our server and registers it as a 'complaint'. Through Email...

  5-1-2007    Views: 4938   
article Report: Clicks
Summary This action returns a list of all links in a given blast as well as each link's aggregate click statistics. Request Format <system> <authorization> <username>{username}</username> <password>{password}</password>...

  8-14-2007    Views: 2479   
article Report: Viewers
Summary This action returns a list of all subscribers who viewed a given blast. Request Format <system> <authorization> <username>{username}</username> <password>{password}</password> </authorization>...

(No rating)  8-14-2007    Views: 2530   

User Comments

Add Comment
No comments have been posted.


.: Powered by Lore 1.5.1
[ Admin Login ]
Copyright 2005