Retrieve timeseries of an A/B test

Retrieves timeseries for an A/B test by its ID.

Usage

Required ACL: analytics
1
2
3
4
5
import AbtestingV3

let client = try AbtestingV3Client(appID: "ALGOLIA_APPLICATION_ID", apiKey: "ALGOLIA_API_KEY", region: .us)

let response = try await client.getTimeseries(id: 42)
Did you find this page helpful?