Note! You are looking at documentation for an old version of the package. Go here for the latest documentation.

Many of the rows in the Newsletter Studio db has statuses that are stored as numbers (ints).

Here is a list of the different statuses and what they mean:

ns_Newsletter statuses:
Created = 0
Paused = 1
InProgress = 2
Error = 3

Completed = 4


ns_EmailTrackingItems statues:
Ready = 0
InProgress = 1
Error = 2
Sent = 3


ns_TrackingItem - Tracking Item Types:
Click = 1
Open = 2

ns_Subscribers - Statues:
Added = 0
Active = 1
Bounced = 2
Unsubscribed = 3




More articles on "Common problems"

I get an error, what is wrong?

Newsletter Studio works with all versions Umbraco higher than 4.7+ this means that things sometimes can go wrong.Most of the time problems are related to upgrades or changes in the Umbraco core.When trying to find out what's wrong there are some great steps to follow to try to find out what's wrong.…

Read article

Limit links for click tracking

The click tracking in Newsletter Studio v2 is flexible and will redirect to any link added by the editor. However, sometimes this behavior is not wanted and you can take control of this process by implementing a handler for the "NewsletterStudio.App_Plugins.NewsletterStudio.Pages.Tracking.TrackClick…

Read article