List Partner Tag Creatives

This method uses GET to retrieve lists of partner tag creatives.

Filter Options

filterfilter_byDescriptionOptional?Comments
status
  • APPROVED
  • REJECTED
  • PENDING
Refers to the creative approval statusYes
sold_inventory_order_idDeal ID

For example:

https://api.freewheel.tv/services/v4/programmatic_creatives/list?filters={"deal_id":123}
The deal_id is the filtering parameter you would use to see the associated programmatic creatives. It should be greater than 0.YesThis is not supported by filter and filter_by query parameters.

Use deal_id under filters query param.
created_at(DateTimeRange object)Time window filter with start and end time for created_at, which refers to the time the market ad was ingested and first associated with a deal for the client networkYesNot supported by filter and filter_by query parameters. Use created_at under filters query param.

See below for DateTimeRange object.
partner_tag_creative_updated_at(DateTimeRangeObject)Time window filter with start and end time for dsp_creative_updated_at, which refers to the time the market ad was last updated by DSPYesNot supported by filter and filter_by query parameters. Use dsp_creative_updated_at under filters query param.

See below for DateTimeRange object
Language
Click Try It! to start a request and see the response here!