Coordinates Object

NameModifier & DefaultsTypeDescription
xRequired if type = COORDINATESIntegerx-coordinate of the Creative Focus
yRequired if type = COORDINATESIntegery-coordinate of the Creative Focus
{
   "id": "123",
   "campaign_id": "1234",
   //...
    "creative_focus": {
        "type": "COORDINATES",
        "coordinates": {
            "x": 878,
            "y": 827
        }
    }
}