SOLVED

Re: Flow Conditions and Random Sample

Go to solution
Anonymous
Not applicable

Flow Conditions and Random Sample

Hey all, just looking for a quick sanity check on something. 

I have an email with three variations: 

1 is our control
2 is a test with a new subject line
3 is specifc to a particular acquisition campaign and should ONLY go to people acquired via that campaign

I want to set up my conditions on the Send Email flow step so that anyone part of the campaign gets the campaign specific email, then all other leads are random sampled 50/50 to test the control vs. the new subject line. 

Here's my setup -- does this make sense? I am assuming that since only the first matching condition applies, then anyone with the matching lead source notes will get caught by the first condition, then the rest of the group will be divided 50/50. 

0EM50000000RQNm.jpg

Thanks!
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Josh_Hill13
Level 10 - Champion Alumni

Re: Flow Conditions and Random Sample

Breno is right on this. This will not have the desired effect.

You might consider breaking this up into two or three steps:

campaign 1: Lead Source Notes Email
Smart List = Group 1 people who meet whatever it is + Lead Source Notes CONTAINS ZZZ
Send Email X

Campaign 2: Smart List = if Group 1 who Was Not Sent Email X, then go to
Flow where Send Email Random Sample 50, Default = Y which is the 50/50 split method.

Make sure that count in Campaign 2 sounds right. Pretty sure you want Was Not, but check the count and leads who get returned.

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Re: Flow Conditions and Random Sample

I would suggest revisiting Choice 1. 

Is 2014.01 Get100 a static/smart list/campaign?

Choice 1 may return a record set while Choice 2 is processing 50% of your smart list, not necessarily reflecting the actual goals.

The article "Random Sample Made Easy" would highlight a safe approach
Josh_Hill13
Level 10 - Champion Alumni

Re: Flow Conditions and Random Sample

Breno is right on this. This will not have the desired effect.

You might consider breaking this up into two or three steps:

campaign 1: Lead Source Notes Email
Smart List = Group 1 people who meet whatever it is + Lead Source Notes CONTAINS ZZZ
Send Email X

Campaign 2: Smart List = if Group 1 who Was Not Sent Email X, then go to
Flow where Send Email Random Sample 50, Default = Y which is the 50/50 split method.

Make sure that count in Campaign 2 sounds right. Pretty sure you want Was Not, but check the count and leads who get returned.
Anonymous
Not applicable

Re: Flow Conditions and Random Sample

Thanks Breno and Josh for the feedback. 

I had hoped that after the leads from the specific campaign were sent the specific variation, then the random sample would take 50% of the remaining members. But sounds like you can't combine them that way based on what you guys were saying. 

Josh your proposed solution was also what I had in mind as a fallback -- thanks!