measure_incrementality
ActiveTool of io.github.jshorwitz/synter-ads
declared in 1.27.0
Measure incremental ad impact via geo-lift or synthetic control (10 credits)
Parameters schema
{
"type": "object",
"title": "measure_incrementality_toolArguments",
"required": [
"platform"
],
"properties": {
"method": {
"type": "string",
"title": "Method",
"default": "geo_lift"
},
"platform": {
"type": "string",
"title": "Platform"
},
"test_regions": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Test Regions",
"default": null
},
"control_regions": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Control Regions",
"default": null
}
}
}Parent server
io.github.jshorwitz/synter-ads
https://github.com/jshorwitz/synter-mcp-server
1/7 registries