curl --request POST \
--url https://api.concord.tech/site-v1/{projectId}/trackers \
--header 'Content-Type: application/json' \
--header 'x-session: <api-key>' \
--data '
{
"items": [
{
"name": "<string>",
"type": "cookie",
"company": "<string>",
"description": "<string>",
"domain": "<string>",
"pattern": "<string>",
"category": "unclassified"
}
]
}
'{
"success": true
}Update the trackers for the current project.
curl --request POST \
--url https://api.concord.tech/site-v1/{projectId}/trackers \
--header 'Content-Type: application/json' \
--header 'x-session: <api-key>' \
--data '
{
"items": [
{
"name": "<string>",
"type": "cookie",
"company": "<string>",
"description": "<string>",
"domain": "<string>",
"pattern": "<string>",
"category": "unclassified"
}
]
}
'{
"success": true
}Show child attributes
256cookie, script, iframe, image, link 256256analytics, functional, marketing, strictly_necessary, unclassified, ignored, malicious Default Response