Proposed Ad API v4

❗️

Warning

This is a preview and draft version of the Proposed Ad API v4. This document is subject to change as the implementation is completed, and will be updated accordingly.

Introduction

Proposed Ads are the ads booked in proposed placements. They are used to pair ad opportunities in a request with the appropriate ads in placements.

📘

Proposal capability in MRM is enabled through a Network Function. Contact your Account Manager if you are interested in this functionality.

You can use this API to:

  • Create a Proposed Ad
  • Update a Proposed Ad
  • Show information about a Proposed Ad
  • Delete a Proposed Ad

Resources

URIs

EnvironmentURI
Staginghttps://api.stg.freewheel.tv/services/v4/proposed_ads
Productionhttps://api.freewheel.tv/services/v4/proposed_ads

Basic Attributes

📘

Note

Ad unit package is not supported at this time.

The following attributes are included in basic GET requests.

NameTypeDescriptionCreatable?Updatable?Notes
idFW_IDThe ID of of the Proposed AdNoNo
placement_idFW_IDThe ID of the parent proposed placement to which this Ad belongsNoNo
nameStringThe name of the Proposed AdNoNo
ad_unit_idFW_IDThe ad_unit_id of the Proposed AdRequiredNo
external_idStringThe external_id of the Proposed AdNoYes
status
  • ACTIVE
  • INACTIVE
The status of the Proposed AdYesYesThese values must be provided in ALL CAPITAL letters
price_model
  • ACTUAL_ECPM
  • FLAT_FEE_SPONSORSHIP
The price_model of the Proposed AdNoNo
priceFloatThe price of the Proposed AdNoYes
budgetCustom Data TypeThe budget info of the Proposed AdNoYes
type
  • INSTREAM
  • OVERLAY
  • DISPLAY
    The type of the Proposed AdNoNo
    regulated_displayBooleanIndicate if the ad unit node is a regulated display adNoYesValid only when type == DISPLAY and link_method = LINK_WHERE_POSSIBLE or ALL_LINKED
    created_atDateTimeTime when the Proposed Ad is createdNoNo
    updated_atDateTimeTime when the Proposed Ad is updated most recentlyNoNo

    Ad Budget Attributes - Child Attributes

    Both of the following attributes are updatable.

    NameTypeDescriptionCreatable?`Notes
    impression_capIntegerThe impression cap of the AdNo`Valid only when link_method is NOT_LINKED, LINK_WHERE_POSSIBLE or advanced linking.
    exclude_from_budgetBooleanExcluded from budget or notNoValid only when link_method is LINK_WHERE_POSSIBLE, ALL_LINKED or custom set.