split icon indicating copy to clipboard operation
split copied to clipboard

Associate metadata to an ab_user to utilize in a custom Algorithm

Open Manbearpixel opened this issue 5 years ago • 0 comments

Hello all! I am currently checking if it's at all feasible to associate some metadata about a given ab_user and then use that detail in a custom algorithm (which is provided a reference to the experiment).

Essentially we want to create a simple algorithm which will take into account the customer's ID and check if their ID is in range of a given "weight".

I think this could be done by just attaching metadata to an experiment at run time, but because this shouldn't be saved for everyone I have to deconstruct the process of ab_test.

Manbearpixel avatar Nov 10 '20 16:11 Manbearpixel