ExperimentsGet coefficients (progressive truth)

Get coefficients (progressive truth)

Return the inverse-variance weighted median coefficient per measurement series across computed experiments for the location. Weight = 1/se_coefficient² — precision, not effect size, so a huge noisy lift earns no extra say. Partial (mid-window) computes and poor-control-fit results are excluded. Each entry carries the series_key identifying the exact estimand (channel + revenue definition + spend scope/conversion).

curl -X GET "https://mythic-analytics.gulp.workers.dev/client/v1/incrementality/coefficients?channel=example_string" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "success": true,
  "data": [
    {
      "channel": "meta",
      "series_key": "example_string",
      "coefficient": 1.15,
      "test_count": 3
    }
  ]
}
GET
/client/v1/incrementality/coefficients
GET
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token
Bearer Tokenstring
Required

Client key as bearer token. Use an agency key (Bearer ak_...) for read-write access or a location secret key (Bearer sk_...) for read-only access. Scoped keys (mcp_) are accepted too and need incrementality:read or incrementality:write. See Using an mcp_ key over HTTP.

Client key as bearer token. Use an agency key (Bearer ak_...) for read-write access or a location secret key (Bearer sk_...) for read-only access. Scoped keys (mcp_) are accepted too and need incrementality:read or incrementality:write. See Using an mcp_ key over HTTP.
query
channelstring

Restrict to one channel (e.g. meta).

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Client key as bearer token. Use an agency key (Bearer ak_...) for read-write access or a location secret key (Bearer sk_...) for read-only access. Scoped keys (mcp_) are accepted too and need incrementality:read or incrementality:write. See Using an mcp_ key over HTTP.

Query Parameters

channelstring

Restrict to one channel (e.g. meta).

Responses

successboolean
dataarray