# Get Request Privacy locations for specified audit run POST /v3/web-audits/{auditId}/runs/{runId}/reports/request-privacy/locations Endpoint: POST /v3/web-audits/{auditId}/runs/{runId}/reports/request-privacy/locations Security: API_Key ## Path parameters: - `auditId` (integer, required) Unique identification number for web audit Example: 107239 - `runId` (integer, required) Unique identification number for web audit or journey run Example: 33010 ## Request fields (application/json): - `pageUrl` (object) - `pageUrl.filterType` (string, required) Enum: "contains", "regex" - `pageUrl.filterValue` (string, required) - `pageUrl.negated` (boolean) Switches from "contains" to "not contains", and from "matches regex" to "does not match regex". Supported only by Page Summary for now - `finalPageUrl` (object) - `pageTitle` (object) - `pageTitle.filterValue` (string, required) Page title as displayed by browser Example: "ObserveP" - `initialPageStatusCode` (object) - `initialPageStatusCode.negated` (boolean, required) Switches from to , and from to - `finalPageStatusCode` (object) - `combinedPageStatusCode` (string) - - initial or final URL are , - - initial URL is or and final URL is Enum: "broken", "good" - `pageLoadTime` (object) Page load time in milliseconds. Should have and/or properties defined. is inclusive and is exclusive. should be less than . - `pageLoadTime.min` (integer) - `pageLoadTime.max` (integer) - `pageSize` (object) Page size in bytes. Should have and/or properties defined. is inclusive and is exclusive. should be less than . - `redirectCount` (object) Number of redirects for a page. Should have and/or properties defined. is inclusive and is exclusive. should be less than . - `hasBrokenLinks` (boolean) - `pageUrlMatchingAuditFilterConfiguration` (boolean) - `requestDomain` (string) Network request URL domain Example: "example.com" - `consentCategoryId` (integer) ID of consent category Example: 3301 - `consentCategorySnapshotId` (integer) Use in filtering purposes is DEPRECATED in favour of ! Snapshot Id of consent category attached to this run Example: 33010 - `consentCategoryComplianceStatus` (string) Enum: "approved", "unapproved" - `countryCode` (string) ISO 3166-1 (Alpha-2) country code Example: "US" ## Response 200 fields (application/json): - `locations` (array, required) Same may be repeated in different array elements and may have different es with different consent categories - `locations.requestGeo` (object, required) - `locations.requestGeo.countryCode` (string, required) ISO 3166-1 (Alpha-2) country code Example: "US" - `locations.requestGeo.countryName` (string, required) Example: "United States" - `locations.requestCount` (integer, required) - `locations.status` (string) Enum: "approved", "unapproved" ## Response 400 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 404 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)