diff --git a/PA_Feature_Detecting.md b/PA_Feature_Detecting.md index 81f3a0e09..0afb38a3a 100644 --- a/PA_Feature_Detecting.md +++ b/PA_Feature_Detecting.md @@ -138,6 +138,14 @@ navigator.protectedAudience && navigator.protectedAudience.queryFeatureSupport( "realTimeReporting") ``` +## Selectable Reporting IDs + +From context of a web page: +``` +navigator.protectedAudience && navigator.protectedAudience.queryFeatureSupport( + "selectableReportingIds") +``` + ## Getting browser-side detectable features as an object Sometimes it's desirable to get status of all features detectable via `queryFeatureSupport` in a forward-compatible way. Sufficiently recent versions provide this functionality via