Trackers
Update trackers
Compliance Requests
Consent State
Consent Types
Trackers
Health Check
Session
Site Client
Trackers
Update trackers
Update the trackers for the current project.
POST
/
{projectId}
/
trackers
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>",
"company": "<string>",
"description": "<string>",
"domain": "<string>",
"pattern": "<string>",
"category": "unclassified",
"type": "cookie"
}
]
}'
{
"success": true
}
Authorizations
Path Parameters
Body
application/json
Maximum length:
256
Available options:
cookie
, script
, iframe
, image
, link
Maximum length:
256
Maximum length:
256
Available options:
analytics
, functional
, marketing
, strictly_necessary
, unclassified
, ignored
, malicious
Response
201
application/json
Default Response
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>",
"company": "<string>",
"description": "<string>",
"domain": "<string>",
"pattern": "<string>",
"category": "unclassified",
"type": "cookie"
}
]
}'
{
"success": true
}