Currently, I have been using remote config 1.2.0-preview.3 without any issues.
For A/B testing purposes, I want to see the performance of each variant that I declare. So that I need to pass variant identifiers to the analytics platform but I cannot get variant_name through app config. Is there a workaround for that?
Make a key in your config, call it “variantName”, then override that with an id for each variant. If you’re running multiple rules, you might want to make a key called “ruleName” as well.
We offer an assignment ID, which can be retrieved from the RuntimeConfig class, this is a unique ID for each request, you can add this ID to your own analytics events, then use the reports we generate to see which user got which variant, but this might require some manual data processing on your end.