Skip to content

Return page tag information

Request

GET /v3/web-audits/{auditId}/runs/{runId}/pages/{pageId}/tags

Get tags from specified audit run on a given page, getting summary insight is optional

Security
API_Key
Path
auditIdinteger, (int64)required

Unique identification number for web audit

Example:107239
runIdinteger, (int64)required

Unique identification number for web audit or journey run

Example:33010
pageIdstringrequired

Unique identification number for web audit run-page, it is different from dcUUID

Example:f9d32cc7cc2046d6decb145a80289287f5226323
Query
getInsightsboolean
Example:getInsights=true
GET
/v3/web-audits/{auditId}/runs/{runId}/pages/{pageId}/tags
curl -i -X GET \
  'https://api.observepoint.com/v3/web-audits/107239/runs/33010/pages/f9d32cc7cc2046d6decb145a80289287f5226323/tags?getInsights=true' \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Tag Info by page Id, pageTagInsights object is optional

Bodyapplication/json
pageTagInsightsobject
pageTagsArray of objects
Response
{ "pageTagInsights": { "noOfTagRequests": 0, "noOfUniqueTags": 0, "noOfBrokenTags": 0 }, "pageTags": [ {} ] }