WebIDLpedia

[DEPRECATED] InterestGroupReportingScriptRunnerGlobalScope interface

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

Definition

Protected Audience (formerly FLEDGE) defines InterestGroupReportingScriptRunnerGlobalScope



[Exposed=InterestGroupReportingScriptRunnerGlobalScope,
 Global=(InterestGroupScriptRunnerGlobalScope,
         InterestGroupReportingScriptRunnerGlobalScope)]
interface InterestGroupReportingScriptRunnerGlobalScope
        : InterestGroupScriptRunnerGlobalScope {
  undefined sendReportTo(DOMString url);
  undefined registerAdBeacon(record<DOMString, USVString> map);
  undefined registerAdMacro(DOMString name, USVString value);
};