Monday, June 01, 2009

New API/Web Service Methods: Web Page Views and Mailbox Full Data

We have just released six new API methods for the JangoMail Email Marketing API.

These three methods allow you to retrieve web page view data for a particular email campaign if you're using JangoMail's Web Site Activity Tracking feature:

  • Reports_GetPageViews_Dataset
    Retrieves all web site page views from an email campaign that is using JangoMail Activity Tracking. Returns a .NET DataSet.
  • Reports_GetPageViews_String
    Retrieves all web site page views from an email campaign that is using JangoMail Activity Tracking. Returns a String.
  • Reports_GetPageViews_XML
    Retrieves all web site page views from an email campaign that is using JangoMail Activity Tracking. Returns an XML document.


  • These three allow you to retrieve "mailbox full" soft-bounce data for a particular email campaign:

  • Reports_GetMailboxFull_Dataset
    Retrieves the "mailbox full" soft-bounces for a particular email campaign. Returns a .NET DataSet.
  • Reports_GetMailboxFull_String
    Retrieves the "mailbox full" soft-bounces for a particular email campaign. Returns a String.
  • Reports_GetMailboxFull_XML
    Retrieves the "mailbox full" soft-bounces for a particular email campaign. Returns an XML document.