Skip to main content

A/B Testing

GameAnalytics' A/B Testing feature allows you to test different game designs and configurations to see which one performs better.

Setup A/B Testing

Learn how to set up A/B testing in your by following the A/B Testing guide.

Retrieve A/B Testing Ids

After configuring an A/B test in your GameAnalytics dashboard you can retrive the testing ids with the following methods:

// A/B testing id
auto abTestingId = gameanalytics::GameAnalytics.getABTestingId();

// A/B testing variant id
auto abTestingVariantId = gameanalytics::GameAnalytics.getABTestingVariantId();
info

Remember that the A/B testing ids are first available when the Remote Configs are ready.

tip

For more information on A/B Testing go here.