name: dsp
description: 'The slug name of a DSP. This is a lowercase value that is the same as the `dsp_id`.'
in: query
required: false
schema:
  $ref: '../schemas/properties/dsp_slug.yaml'
examples:
  apple:
    value: 'apple'
  spotify:
    value: 'spotify'
  amazon:
    value: 'amazon'