1. Help Center
  2. RevContent Native API

API Changelog

A log of all changes made to the Revcontent API

The following is a comprehensive list of all changes made to the Revcontent API in order of recency:

09/13/2021

BOOSTS

TARGETING


07/06/2021

BOOSTS

CONTENT

TARGETING


03/12/2021

CONTENT



03/08/2021

BOOSTS

  • Update Boost Status > Update ALL Boosts
    ➕ Added a "do_all" parameter as a safety layer to prevent accidentally updating all boost statuses when a boost ID is unintentionally left out of the request.


03/03/2021

BOOSTS

  • Add Boost:
    ℹ️ Updated device_targeting to only accept valid devices (previously we would accept both devices + OS targeting in this array).
    ➕ Added os_targeting which will accept valid OS targets.
  • Update Boost Settings:
    ℹ️ Renamed mobile_traffic to device_targeting (previously we would accept both device + OS targeting in this array).
    ➕ Added os_targeting which will accept valid OS targets.
    ❌ country_targeting & region_targeting will no longer require country_codes &/or region_codes when they already exist in the database.
    ➕ Added os_targeting in response.

HELPERS

  • Get Devices:
    ℹ️ Updated device helper to only return top level devices (before it would also return OS devices).
  • Get Operating Systems:
    ➕ Added OS helper which returns each device along with a list of allowed OS targets.


02/17/2021

TARGETING

  • Get Boost Widget Targets:
    ℹ️ Fixed a bug that was previously preventing the enabled field from functioning properly.


01/04/2021

BOOSTS

  • Add Boost:
    ℹ️ DMA codes are now required to be valid on Boost create.
    ℹ️ Zip codes are now presented as an array in Boost response, instead of a string.
    ℹ️ When setting or changing country/region targeting to 'all', country/region codes will now be reset.
  • Update Boost Settings:
    ℹ️ DMA codes are now required to be valid on Boost create.
    ℹ️ Zip codes are now presented as an array in Boost response, instead of a string.
    ℹ️ When setting or changing country/region targeting to 'all', country/region codes will now be reset.
  • Get All Boosts:
    ℹ️
     Invalid Boost ID on GET Boost call will result in a 403 status code, instead of 401.


11/09/2020

BOOSTS

  • Add Boost:
    ➕ added "schedule" parameter for Campaign Scheduling. This enables Advertisers to specify which hour(s) they would like for their campaign(s) to be active. The campaign(s) would be inactive during any hours not specified.

    Example: schedule: [15,16,17] This campaign would be active from 3pm - 5pm in the target audience's time zone. To cancel a schedule post schedule: []

NOTE: this feature is only available for campaigns with unlimited budgets.

  • Get All Boosts:
    ➕ "schedule" parameter will now be returned in the response


10/28/2020

BOOSTS

  • Get All Boosts:
    ➕ added "boost_id" parameter
    ❌ removed "targeting_type" parameter from response

TARGETING



10/20/2020

BOOSTS

  • Add Boost:
    ❌ CSR users can no longer create boosts with an unlimited budget
  • Update Boost Settings:
    ❌ CSR users can no longer update a boost's budget to "unlimited"


10/14/2020

BOOSTS

  • Add Boost:
    ➕ added "traffic_types" parameter
    ❌ removed "target_type", "target_targeting", and "target_codes" parameters
  • Update Boost Settings:
    ➕ added "traffic_types" parameter
  • Get Boosts:
    ➕ "traffic_types" parameter will now be returned in the response

HELPERS

  • Get Topic Targets:
    ❌ request removed
  • Get Traffic Types:
    ➕ a new request enabling users to pull traffic type IDs

TARGETING

  • Get Boost Targets:
    ❌ request removed
  • Add/Update Boost Topic Targeting:
    ❌ request removed


8/03/2020

ACCESS

  • Reactivate Account
    ➕ a new request enabling a user to reactivate their inactive account.


7/21/2020

BOOSTS

  • Add Boost
    ➕ added the following new field:
    pixel_url (only accessible to select Advertiser accounts)
  • Update Boost Settings
    ➕ added the following new field:
    pixel_url (only accessible to select Advertiser accounts)
  • Get All Boosts
    ➕ added the following new field:
    pixel_url (only accessible to select Advertiser accounts)


6/09/2020

CCPA

  • CCPA Data Request
    ➕ a new request enabling Publisher's to retrieve a user's submitted CCPA data request(s).
  • CCPA Multiple Data Request
    ➕ a new request enabling Publisher's to retrieve multiple user's submitted CCPA data requests.


4/02/2020

WIDGETS

  • Get Segments
    ❌ this feature has been deprecated. As a result the request is no longer supported and has been removed from the documentation


4/01/2020

BOOSTS

  • Add Boost
    ➕ added the following new fields:
    dma_targeting
    dma_codes
    zipcode_targeting
    zipcode_codes
  • Update Boost Settings
    ➕ added the following new fields:
    dma_targeting
    dma_codes
    zipcode_targeting
    zipcode_codes
  • Get All Boosts
    ➕ now returns the following fields:
    dma_targeting
    dma_codes
    zipcode_targeting
    zipcode_codes

HELPERS

  • Get DMA List
    ➕ a new request which returns a full list of Designated Market Area names & IDs