You must create a location before you can add screens to it. Screens inherit their geographic context from their parent location.
The Location object
The fields
timezone, country, region, city, zip, and address are read-only. They are automatically derived from lat and long. Do not include them in create or update requests.Approval workflow
Locations go through a three-stage approval process:
Fields required for REVIEW status:
title, venue_type_id, lat, long, opening_168, visitors_7.
When all of these fields are present on creation, the location skips DRAFT and goes directly to REVIEW.
Archiving vs. disabling ads
There are two ways to take a location out of active use:
To immediately stop all ad delivery at a location, set
available_for_ads: false on each individual screen.