Name | Modifier & Defaults | Type | Description |
---|---|---|---|
x | Required if type = COORDINATES | Integer | x-coordinate of the Creative Focus |
y | Required if type = COORDINATES | Integer | y-coordinate of the Creative Focus |
{
"id": "123",
"campaign_id": "1234",
//...
"creative_focus": {
"type": "COORDINATES",
"coordinates": {
"x": 878,
"y": 827
}
}
}