We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9141ced commit 0736cf4Copy full SHA for 0736cf4
1 file changed
app/src/main/java/com/duckduckgo/app/survey/rmf/TemporaryDefaultSurveyParameters.kt
@@ -27,7 +27,7 @@ import javax.inject.Inject
27
class SenseOfProtectionCohortSurveyParameterPlugin @Inject constructor(
28
private val senseOfProtectionToggles: SenseOfProtectionToggles,
29
) : SurveyParameterPlugin {
30
- override val surveyParamKey: String = "coh"
+ override val surveyParamKey: String = "senseProtectionCohort"
31
32
override suspend fun evaluate(): String = senseOfProtectionToggles.senseOfProtectionNewUserExperimentApr25().getCohort()?.name.orEmpty()
33
}
0 commit comments