Standard Schemas for OOH Data Onboarding
Standard Metadata fields
This is a set of fields that are available for all
unit_id
- Identifier for an OOH unit that may be internal to the customergeopath_id
- Geopath/TAB Identifer for an OOH unitvenue_type
- OOH formatvendor_name
- name of publisher / vendorcontract_id
- ID of the contract between the buyer and seller (e.g. agency and publisher)campaign_id
- Vendor-internal campaign IDcreative_id
- Vendor-internal creative identifier
Custom Metadata fields
We will allow custom metadata fields.
Custom field names must be prefixed with some defined token, e.g. custom_
. So only fields that begin with the custom prefix will be considered as a custom field (e.g. custom_flight_name
)
Static
latitude
- required - latitude of unitlongitude
- required - longitude of unitfacing
- optional - cardinal direction that a screen faces, e.g. "N" or "NW"- metadata fields
- custom fields
Static Geojson
- Geojson file (normal FeatureCollection or line-delimeted features, not important)
- geometry - required - specified in Geometry field
- properties dict
- metadata fields
- custom fields
Digital OOH Ad Play
latitude
- requiredlongitude
- requiredfacing
- optionalstart_time
- requiredend_time
- required- metadata fields
- custom fields
Moving OOH Waypoint
The moving OOH schema can be thought of in a few chunks:
Start position/time - required
start_time
- requiredstart_latitude
- requiredstart_longitude
- requiredstart_speed
- optionalstart_bearing
- optionalstart_facing
- optional
End Position / Time
end_time
- requiredend_latitude
- requiredend_longitude
- requiredend_speed
- optionalend_bearing
- optionalend_facing
- optional
Moving Specific Metadata Fields
vehicle_id
route_id
gtfs
- if this is something we can update in the future we can omit it
General Fields
- metadata fields
- custom fields
Updated 8 days ago