Search Unity

When does an AB Testing really start after it is created?

Discussion in 'Unity Analytics' started by peterdolhan, Jan 14, 2021.

  1. peterdolhan

    peterdolhan

    Joined:
    Aug 24, 2017
    Posts:
    6
    Hi,
    I created an AB testing with a key and string value from Remote Settings.
    In Remote Settings, a key, "AB_TEMP" has a string value, "NONE".
    In A/B Testing, Control group set AB_TEMP's value to "GROUP_A", and Group B set it to "GROUP_B".
    This AB testing is launched with Running status.
    In my Unity editor, I checked the value of the key from Remote Settings, but the key was not changed yet to either "Group_A" or "Group_B".

    This AB testing hasn't started yet? Does it take some time to set this up internally?
    Some other AB testing tools start at 00:00 AM in UTC.

    Thank you
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
  3. peterdolhan

    peterdolhan

    Joined:
    Aug 24, 2017
    Posts:
    6
    Anyway, both Remote Settings and A/B Testing are available services now, right?
    Even though all other keys and values are loaded from Unity Remote Settings, but a key-value that is used in A/B Testing is not loaded properly.

    These are my settings for AB testing.
    In Unity Remote Setting, AB_TEMP has an initial value, "NONE".

    This is a value change for the key in A/B Testing.
    Screen Shot 2021-01-14 at 2.55.37 PM.png
    In A/B Testing, AB_TEMP is changed to either "GROUP_A" or "Group_B".
    Screen Shot 2021-01-14 at 2.54.35 PM.png
    This A/B Testing is running properly.
    Screen Shot 2021-01-14 at 2.55.16 PM.png
     

    Attached Files:

  4. peterdolhan

    peterdolhan

    Joined:
    Aug 24, 2017
    Posts:
    6