Skip to content

Commit

Permalink
feat(analytics): add trackedSearchCount to variant response (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Jul 21, 2021
1 parent 4e85211 commit ddce033
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/scala/algolia/responses/ABTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@ case class VariantResponse(
searchCount: Option[Int],
trafficPercentage: Int,
userCount: Option[Int],
customSearchParameters: Option[Query]
customSearchParameters: Option[Query],
trackedSearchCount: Option[Int]
)

0 comments on commit ddce033

Please sign in to comment.