setting quota with embedded data | XM Community
Skip to main content
Question

setting quota with embedded data

  • 18 July 2024
  • 3 replies
  • 23 views

I am trying to set a quota using embedded data, where I want 280 users to be assigned to group 1, and then once that quota is full I want user automatically assigned to group 2. Does anyone know how I can achieve this? Thanks!

 

 

 

3 replies

Badge +9

Hi @LauraS244 ,

 

Perhaps you can consider setting up a quota of 280 with condition embedded data group=1.

Then, in the survey flow,

use branch logic with condition quota not met, embedded data group=1.

create another branch logic with condition quota met, embedded data group=2.

 

Note: This idea forces the first 280 survey takers to be in group 1 and those after 280 to be group 2, not through randomly assign.

Userlevel 2
Badge +2

@Chee Heng_SZ thanks, I will try that! Additionally, do you know how to allocate conditions based on % instead of a specific number?

Badge +9

Hi @LauraS244 ,

 

I think it depends on how you set up the percentage.

Based on the limited information you provided, i am unable to tell what kind of percentage condition you are referring to.

Hence, i can only give random examples.

For example, you can consider condition quota count / 280 is lesser than or equal to 0.5, embedded data group=1.

This implies that first 140 survey takers to be in group 1.

Leave a Reply