Nostimates

Microsoft Copilot locale variance tracking

copilotlocale_varianceAnonymous

Copilot locale behaviour follows Bing's market structure, so cross-market differences here mirror Bing's index differences more than any model-side variation.

How it renders

Controlled by egress country and language, following Bing's market handling.

Sampling

Each locale is its own sample set. A cross-market comparison at n=30 per market costs what it says on the tin, which is why we surface the arithmetic before you commit.

Gotcha

Bing's index depth varies sharply by market. A weak Copilot result in a small market often reflects thin index coverage rather than a brand problem.

What the API returns

A single collection call against Microsoft Copilot for the locale variance field, sampled n times and returned as one object per prompt.

{
  "engine": "copilot",
  "field": "locale_variance",
  "prompt": "best ai visibility tracking tool",
  "country": "GB",
  "language": "en",
  "n": 30,
  "locales": [
    {
      "country": "GB",
      "language": "en",
      "share": 0.34,
      "divergence": 0.02,
      "unique_domains": 4
    },
    {
      "country": "DE",
      "language": "de",
      "share": 0.19,
      "divergence": 0.15,
      "unique_domains": 11
    }
  ]
}
GET /v1/collect?engine=copilot&field=locale_variance

Response fields

KeyTypeNotes
countrystringISO 3166-1 alpha-2 country of the egress used.
languagestringISO 639-1 language the prompt was issued in.
sharefloatBrand share within that locale.
divergencefloatDistance from the global mean for this prompt.
unique_domainsintegerDomains cited in this locale and nowhere else.

What it costs

Each locale multiplies the collection count. Two markets at n=30 is 60 credits per prompt.

See credit pricing →

Microsoft Copilot locale variance FAQ

Why is Copilot weak in some markets?
Bing index depth. Where Bing is thin, Copilot has less to cite.
Which markets are worth running?
Those where Bing has real share. We'll advise rather than sell you the full list.

Run Copilot only in markets where it means something

Tell us your countries and we'll tell you which ones are worth the credits.

No newsletter. One reply from a human.

Across every engine

Compare how locale variance behaves on every engine we track.

Locale variance across all engines →