Bayesian priors
A prior is what a Bayesian model believes about a parameter before seeing your data: for example, that a channel's ROI is probably between 0 and 5, more likely near 1. The data then updates that belief into a posterior. Priors are how knowledge enters the model, and also how thumbs reach the scale.
Why they exist: marketing data is small. Two years of weekly data is 104 observations, from which the model must estimate dozens of parameters. Pure data-driven estimation at that sample size produces absurdities, negative TV effects, ROIs of 40. Priors keep estimates in the physically plausible range, which is legitimate and necessary.1 Meridian goes further and treats priors as the interface for calibration: run a geo experiment, get a measured lift, encode it as an informative ROI prior, and the model is now anchored to experimental truth.2
Why vendors argue: a flat prior says "let the data speak" and accepts noise; an informative prior says "we know things" and risks importing someone else's assumptions about your business. Both positions are defensible. What is not defensible is the abuse case: priors tight enough that the posterior is the prior wearing a data costume. Set TV's ROI prior to a narrow band around 2.0 and the model will dutifully report TV ROI near 2.0 regardless of what your revenue did. The output looks like measurement; it is transcription.
What to ask on the call, verbatim: "Which priors are informative, what informed them, and what does the posterior look like against the prior for my top three channels?" A good vendor shows posteriors that visibly moved away from priors, proof the data spoke. A vendor who cannot show prior-versus-posterior plots is asking you to trust the thumb. The full script lives in the 12 vendor questions.
Worked micro-example
Prior on a channel's ROI: mean 1.0, wide spread. After fitting 104 weeks, posterior mean 2.3 with a 90% credible interval of 1.4 to 3.1: the data moved the estimate and tightened it, which is what evidence does. If instead the posterior sat at 1.02 with nearly the prior's spread, the data contained almost no information about that channel, and honest reporting says so rather than printing 1.02 as a finding.
Source ledger
Every numeric claim on this page resolves to one of these primary sources.
- [1]PyMC-Marketing documentationhttps://www.pymc-marketing.io/retrieved 2026-08-02
- [2]Google Meridian documentationhttps://developers.google.com/meridianretrieved 2026-08-02