A/B testing 2 or more subject lines

Joined
Jul 18, 2006
Messages
2
Reaction score
0
Any idea how to implement A/B testing 2 or more subject lines in ASP.NET.



For example: If you have a list of 100 email addresses, randomly select 30% and 50% and 20% of you list and break it up into 3 groups.



Email body is same.

Subject 1: GPS on sale

Subject 2: GPS Free

Subject 3: GPS - Upto 70% off



30% of the emails should go out with Subject 1

50% of the emails should go out with Subject 2

20% of the emails should go out with Subject 3



I have added 3 text boxes to enter the subjects and 3 text boxes to enter Percentages for each subject and total should match 100%.



If it is overall one subject, directly inserting rows into distributionqueue table with from, to name, to email, subject, datetobesent etc (distributionsetup table)..



INSERT INTO distributionqueue SELECT from, to name, to email, subject, datetobesent etc.. from distributionsetup



how can i implement with random subjects feature with the above functionality.



Any help highly appreciated.



Thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top