Register   Login
     
  Latest Posts  
RE: Can'd add photo
by rsobari on 3/21/2010 10:17 AM
Tracking image/file clicks
by spirit on 3/21/2010 8:46 AM
Catcha doesnt seem to work
by chaloum on 3/20/2010 8:16 PM
RE: Recently created articles are not shown in list
by atriage on 3/20/2010 10:15 AM
RE: Recently created articles are not shown in list
by spirit on 3/20/2010 10:08 AM
RE: Introducing the most powerful News Slider for Ventrian News Articles
by jhoelz on 3/19/2010 9:29 PM
Rich Snippets for Review, Ratings etc!
by georgelew on 3/19/2010 7:49 PM
Recently created articles are not shown in list
by atriage on 3/19/2010 11:18 AM
RE: News Articles Tokens
by spirit on 3/19/2010 10:43 AM
Author post count and link in listing.item.html
by mattbunce on 3/19/2010 10:18 AM
  Forums  
Subject: Additional reporting on Subscription Tools
Prev Next
You are not authorized to post a reply.

Author Messages
Mariette KnapUser is Offline
Gold Membership
Ventrian Master
Ventrian Master
Posts:665


1/20/2007 4:18 AM  

--Who does not want to receive reminders?
select U.UserId, U.UserName, U.FirstName, U.LastName, U.Email
from DnnForge_SubscriptionTools_UserSetting ST
Inner Join Users U on ST.UserId = U.UserId
where SettingValue = 'False

--Who has received a reminder?
SELECT DISTINCT U.UserName, U.LastName, U.LastName as Fullname, Name, DateEnd as 'Expires on', AM.LastLoginDate as 'Last login', RM.Datesent as 'Reminder sent on'
FROM DnnForge_SubscriptionTools_Receipt UR
INNER JOIN USERS U ON UR.UserID = U.UserID
INNER JOIN aspnet_Users AU ON AU.UserName = U.Username
INNER JOIN aspnet_Membership AM ON AM.UserId = AU.UserId
INNER JOIN DnnForge_SubscriptionTools_Reminder RM on UR.ReceiptId = RM.ReceiptId
WHERE UR.DateEnd > GETDATE()
ORDER BY DateEnd


Mariëtte Knap
Microsoft MVP
Mariette KnapUser is Offline
Gold Membership
Ventrian Master
Ventrian Master
Posts:665


1/20/2007 4:20 AM  
Another report I want to make is get statistics on the QTY of subscriptions that was renewed in a month as a percentage of the amount that was due to be renewed. In other words, how loyal are users and how effective was marketing.

Mariëtte Knap
Microsoft MVP
Scott McCullochUser is Offline
Administrators
Ventrian Master
Ventrian Master
Posts:17204


1/20/2007 7:40 PM  
Yes, I would be interested in this information too.

The query would probably be, what subscriptions signed up this month, that had an existing receipt.

Scott McCulloch
Site Administrator
You are not authorized to post a reply.
Forums > Modules > Subscription Tools > Additional reporting on Subscription Tools



ActiveForums 3.7