Taxonomy#
This API is based on the taxonomy sections of the Adshares protocol.
First, read about authorization and error handling.
Media#
Vendors#
Taxonomy by medium#
- GET /api/v2/taxonomy/media/(medium)#
Fetch taxonomy for medium.
Data structures#
Taxonomy object#
name (string) – medium name
label (string) – medium label
vendor (string) – vendor name
vendorLabel (string) – vendor label
formats[].type (string) – format type
formats[].mimes (string[]) – MIME types
formats[].scopes (object) – map of scopes. Key is the scope. Value is a label
targeting.user (TargetingOption[]) – (optional) user targeting options
targeting.site (TargetingOption[]) – (optional) site targeting options
targeting.device (TargetingOption[]) – (optional) device targeting options