SOLVED

Does the Random Sample flow step work in a Trigger campaign?

Go to solution
Marisa_Rybar
Level 4

Does the Random Sample flow step work in a Trigger campaign?

Hey everyone,

I am building out a new sales territory, which is assigned in a totally unique way in comparison to how the rest of our territories are assigned. The way this new territory needs to be set up is that there are 7 states which are going to be shared by 4 different sales teams. This is what needs to happen:

  • Sales Team 1 should receive 32% of incoming leads in this territory
  • Sales Team 2 should receive 26% of incoming leads in this territory
  • Sales Team 3 should receive 22% of incoming leads in this territory
  • Sales Team 4 should receive 21% of incoming leads in this territory

The way I'm thinking this needs to be set up is that I have a smart campaign with a trigger of "person is created" and the states defined as filters, then the flow steps set up with the random sample as established above.

However, I wasn't sure if the random sample flow step would work outside of a batch campaign with a static list because that's the only way I've seen it referenced in other discussions, in which case I would imagine the way it would need to be set up would be that I'd have a smart campaign listening for when new people are created in this shared sales territory, with a flow step to add them to a new static list. Then, I'd have a second smart campaign set up with a trigger "Is Added to List" and the flow steps set up with the random sample as established above.

My other question though is this. Will this random sample work as a triggered campaign with the "person is created" trigger, or on a static list as it grows, or can it only work once on a static list through a batch campaign? (In other words, will the random sample flow step recognize the changes in list size and adjust the %'s accordingly?)

Here's how I have it set up right now (but haven't turned it on since I don't know if it will work):

pastedImage_0.png

1 ACCEPTED SOLUTION

Accepted Solutions
Devraj_Grewal
Level 10 - Champion Alumni

Re: Does the Random Sample flow step work in a Trigger campaign?

Marisa,

The random sample functionality will work for trigger or batch campaigns. Also make a note that it's best to include all of the random samples as their own choice condition in the same flow step:

Change Data Value

Choice 1: Random sample is: 32

Attribute: Sales Region: [DP]

Choice 2: Random sample is: 26

Attribute: Sales Region: [LANG]

The way you have it set up now is that after that first 32% gets that state region updated, they will then qualify again and could have their region updated again since it takes the next random sample of all those still in the flow. If you list them all in the same flow step as different choices, all people running through will have that state region updated and only once since you cannot qualify for multiple choice conditions in the same flow step.

View solution in original post

12 REPLIES 12
Devraj_Grewal
Level 10 - Champion Alumni

Re: Does the Random Sample flow step work in a Trigger campaign?

Marisa,

The random sample functionality will work for trigger or batch campaigns. Also make a note that it's best to include all of the random samples as their own choice condition in the same flow step:

Change Data Value

Choice 1: Random sample is: 32

Attribute: Sales Region: [DP]

Choice 2: Random sample is: 26

Attribute: Sales Region: [LANG]

The way you have it set up now is that after that first 32% gets that state region updated, they will then qualify again and could have their region updated again since it takes the next random sample of all those still in the flow. If you list them all in the same flow step as different choices, all people running through will have that state region updated and only once since you cannot qualify for multiple choice conditions in the same flow step.

Marisa_Rybar
Level 4

Re: Does the Random Sample flow step work in a Trigger campaign?

Ah, great suggestion. Thank you, Devraj! Like this?

pastedImage_0.png

Devraj_Grewal
Level 10 - Champion Alumni

Re: Does the Random Sample flow step work in a Trigger campaign?

Actually, since these are the only 4 options and you want all those in the flow to have one of those values for the sales region, then instead of Choice 4, make that last sales region the default value. This ensures that any remaining will be assigned that last sales region to total 100%.

Ex.

Choice 3: Random sample is: 22

Attribute: Sales Region: [BANG]

Default: Sales Region: [TWIN]

Marisa_Rybar
Level 4

Re: Does the Random Sample flow step work in a Trigger campaign?

This is super helpful. How's this?

pastedImage_0.png

Devraj_Grewal
Level 10 - Champion Alumni

Re: Does the Random Sample flow step work in a Trigger campaign?

That's it. This ensures that every person in the flow at that step is assigned to one of those sales regions.

Marisa_Rybar
Level 4

Re: Does the Random Sample flow step work in a Trigger campaign?

Awesome, thank you so much for your help today!

Phillip_Wild
Level 10 - Community Advisor

Re: Does the Random Sample flow step work in a Trigger campaign?

I was recently told by Support that Random Sample does not in fact work in trigger campaigns. Are you finding that this is working for you?

Kyle_Chandler1
Level 1

Re: Does the Random Sample flow step work in a Trigger campaign?

Hey Phillip, are you able to provide some more context to what support's feedback was? We are looking to leverage a similar model with a trigger entry campaign approach rather than a standard batch static list. Was the feedback from support that the random sample would not work with individual trigger events?

Phillip_Wild
Level 10 - Community Advisor

Re: Does the Random Sample flow step work in a Trigger campaign?

It was a while ago, so I'm not certain anymore - but I think the situation was that you couldn't do the following:

Trigger: Was Sent Email (or any trigger, really)

Filter: Random Sample is 10

This wouldn't allow only 10% of the qualified audience based on the trigger through. Everyone would go through. That's my memory, anyway. Easy enough to test.

So given that situation you would have to push people to a static list, and then perform the random split as a flow step on that static list.