Hi Chris.
> What's the best way to make sure that we use the right metrics for analyzing each experiment?
• Ensure in your Data Source you have an
Identifier Type
and matching
Experiment Assignment Query
in for any id you randomize by.
• Ensure your Metrics match to their corresponding
Identifier Type
. Metrics can have more than one
Identifier Type
if your data has multiple ID columns (e.g. you have both cookie_id and user_id in one column).
• Make sure your analysts pick the right
Experiment Assignment Query
when analyzing their experiment. This makes sure we look for the right assignment events in your data source to see which `id`s are in the experiment.
Ideally, we could tighten the connection between
Hash Attribute
ids and
Identifier Type
, but once you pick the right identifier type by picking the right Experiment Assignment Query/Table, the metrics will follow suite.