- Get Cookie Inventory page list for specified audit run
Filters applicable to Cookie Inventory report
broken- initial or final URL arebroken,good- initial URL isgoodorredirectand final URL isgood
Page load time in milliseconds. Should have min and/or max properties defined. min is inclusive and max is exclusive. min should be less than max.
Page size in bytes. Should have min and/or max properties defined. min is inclusive and max is exclusive. min should be less than max.
Number of redirects for a page. Should have min and/or max properties defined. min is inclusive and max is exclusive. min should be less than max.
exclude_pre_audit_action_only_cookies- exclude cookies which were only changed during pre-audit actions
Indicates if cookie domain is different from domain of a page it was set on. owned_3rd_party is deprecated
Cookie size in bytes. Should have min and/or max properties defined. min is inclusive and max is exclusive
Cookie duration in minutes. Should have min and/or max properties defined. min is inclusive and max is exclusive. Ignored when expirationType == "session"
- ObservePoint Production APIhttps://api.observepoint.com/v3/web-audits/{auditId}/runs/{runId}/reports/cookie-inventory/pages
curl -i -X POST \
'https://api.observepoint.com/v3/web-audits/107239/runs/33010/reports/cookie-inventory/pages?page=0&size=50&sortBy=page_url&sortDesc=false' \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"pageUrl": {
"filterType": "contains",
"filterValue": "string",
"negated": false
},
"finalPageUrl": {
"filterType": "contains",
"filterValue": "string",
"negated": false
},
"pageTitle": {
"filterType": "contains",
"filterValue": "ObserveP"
},
"initialPageStatusCode": {
"filterType": "specific",
"negated": true,
"filterValue": 0
},
"finalPageStatusCode": {
"filterType": "specific",
"negated": true,
"filterValue": 0
},
"combinedPageStatusCode": "broken",
"pageLoadTime": {
"min": 0,
"max": 0
},
"pageSize": {
"min": 0,
"max": 0
},
"redirectCount": {
"min": 0,
"max": 0
},
"hasBrokenLinks": true,
"cookieOriginInclusion": "exclude_pre_audit_action_only_cookies",
"cookieName": {
"filterType": "contains",
"filterValue": "string"
},
"cookieDomain": {
"filterType": "contains",
"filterValue": "string"
},
"partyType": "1st_party",
"secure": true,
"sameSite": "None",
"cookieSize": {
"min": 0,
"max": 0
},
"allThirdPartyCookies": true,
"httpOnly": true,
"expirationType": "session",
"cookieDuration": {
"min": 0,
"max": 0
},
"initiatorUrl": {
"filterType": "contains",
"filterValue": "string"
},
"initiatorUrlDomain": {
"filterType": "contains",
"filterValue": "string"
},
"anyRelatedTag": true,
"tagId": 0,
"tagCategoryId": 0,
"tagVendorId": 0,
"partitionKeyIsSet": true
}'{ "metadata": { "pagination": { … } }, "pages": [ { … } ] }