Hello!
For:
MetaData metaData = new MetaData(“privacy”);
metaData.Set(“mode”, “mixed”);
Advertisement.SetMetaData(metaData);
MetaData userMetaData = new MetaData(“user”);
userMetaData.Set(“nonbehavioral”, “true”);
Advertisement.SetMetaData(userMetaData);
If the flag “mixed” is set to true, then before the start of the game need to make a menu of age selection? To determine whether a child or an adult is playing? And after set the value for “nonbehavioral” to “true” or “false”. I understand everything correctly?
Thanks in advance