Make
adSet__update
[write] Update an ad set's brief, ad type, quality, aspect ratio, or reference images before generating another batch.
Remote mesmerpercy/admakeai
Remote (network-hosted)
Other tools also called adSet__update?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"adType": {
"enum": [
"product_showcase",
"promotional",
"testimonial",
"lifestyle",
"comparison",
"announcement"
],
"type": "string"
},
"quality": {
"enum": [
"low",
"high",
"ultra"
],
"type": "string"
},
"projectId": {
"type": "string"
},
"aspectRatio": {
"enum": [
"1:1",
"4:5",
"9:16",
"16:9"
],
"type": "string"
},
"adCopyInstructions": {
"anyOf": [
{
"type": "string",
"maxLength": 1000
},
{
"type": "null"
}
]
},
"additionalImageUrls": {
"type": "array",
"items": {
"type": "string",
"format": "uri"
},
"maxItems": 3
},
"generalInstructions": {
"type": "string",
"minLength": 1
},
"adCopyMessagingStyle": {
"enum": [
"auto",
"clickbait",
"professional",
"controversial",
"oneliners",
"ugc",
"directResponse",
"storytelling"
],
"type": "string"
}
}
}