/2025-04/marketing-solutions/ad-sets
curl --request PATCH \
--url https://api.criteo.com/2025-04/marketing-solutions/ad-sets \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"data": [
{
"attributes": {
"attributionConfiguration": {},
"bidding": {
"bidAmount": {
"value": 123
}
},
"budget": {
"budgetAmount": {
"value": 123
}
},
"name": "<string>",
"scheduling": {
"endDate": {
"value": "2023-11-07T05:31:56Z"
},
"startDate": {
"value": "2023-11-07T05:31:56Z"
}
},
"targeting": {
"deliveryLimitations": {
"devices": [],
"environments": [],
"operatingSystems": []
},
"frequencyCapping": {
"value": {
"maximumImpressions": 123
}
},
"geoLocation": {
"countries": {
"value": {
"values": [
"<string>"
]
}
},
"subdivisions": {
"value": {
"values": [
"<string>"
]
}
},
"zipCodes": {
"value": {
"values": [
"<string>"
]
}
}
}
}
},
"id": "<string>",
"type": "PatchAdSetV24Q3"
}
]
}
'{
"data": [
{
"attributes": {},
"id": "<string>",
"type": "AdSetIdV24Q3"
}
],
"errors": [
{
"code": "<string>",
"detail": "<string>",
"instance": "<string>",
"source": {},
"stackTrace": "<string>",
"title": "<string>",
"traceId": "<string>",
"traceIdentifier": "<string>"
}
],
"warnings": [
{
"code": "<string>",
"detail": "<string>",
"instance": "<string>",
"source": {},
"stackTrace": "<string>",
"title": "<string>",
"traceId": "<string>",
"traceIdentifier": "<string>"
}
]
}/2025-04/marketing-solutions/ad-sets
Patch a list of AdSets.
PATCH
/
2025-04
/
marketing-solutions
/
ad-sets
/2025-04/marketing-solutions/ad-sets
curl --request PATCH \
--url https://api.criteo.com/2025-04/marketing-solutions/ad-sets \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"data": [
{
"attributes": {
"attributionConfiguration": {},
"bidding": {
"bidAmount": {
"value": 123
}
},
"budget": {
"budgetAmount": {
"value": 123
}
},
"name": "<string>",
"scheduling": {
"endDate": {
"value": "2023-11-07T05:31:56Z"
},
"startDate": {
"value": "2023-11-07T05:31:56Z"
}
},
"targeting": {
"deliveryLimitations": {
"devices": [],
"environments": [],
"operatingSystems": []
},
"frequencyCapping": {
"value": {
"maximumImpressions": 123
}
},
"geoLocation": {
"countries": {
"value": {
"values": [
"<string>"
]
}
},
"subdivisions": {
"value": {
"values": [
"<string>"
]
}
},
"zipCodes": {
"value": {
"values": [
"<string>"
]
}
}
}
}
},
"id": "<string>",
"type": "PatchAdSetV24Q3"
}
]
}
'{
"data": [
{
"attributes": {},
"id": "<string>",
"type": "AdSetIdV24Q3"
}
],
"errors": [
{
"code": "<string>",
"detail": "<string>",
"instance": "<string>",
"source": {},
"stackTrace": "<string>",
"title": "<string>",
"traceId": "<string>",
"traceIdentifier": "<string>"
}
],
"warnings": [
{
"code": "<string>",
"detail": "<string>",
"instance": "<string>",
"source": {},
"stackTrace": "<string>",
"title": "<string>",
"traceId": "<string>",
"traceIdentifier": "<string>"
}
]
}Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
application/json
List of adsets to patch.
List of input resources
Show child attributes
Show child attributes
Was this page helpful?
⌘I