WebIDLpedia

[DEPRECATED] PAExtendedHistogramContribution dictionary

As of May 1, 2026, this name is no longer defined by a Web Platform specification

Definition

Protected Audience (formerly FLEDGE) defines PAExtendedHistogramContribution



dictionary PAExtendedHistogramContribution {
  required (PASignalValue or bigint) bucket;
  required (PASignalValue or long) value;
  bigint filteringId = 0;
};