Skip to content

Commit

Permalink
Changed "-" in apkfy rakam property name to "_" to help with data ana…
Browse files Browse the repository at this point in the history
…lysing;
  • Loading branch information
franciscoCalado committed Jan 9, 2020
1 parent 01070bc commit 9e77cfd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ open class ApkfyExperiment(private val abTestManager: ABTestManager,
group: String): JSONObject {
val superProperties = currentProperties ?: JSONObject()
try {
superProperties.put("asv-2119-group", group)
superProperties.put("asv_2119_group", group)
} catch (e: JSONException) {
e.printStackTrace()
}
Expand Down

0 comments on commit 9e77cfd

Please sign in to comment.