Skip to content
changelog

Public API Improvements

April 16, 2025

Public API Improvements

Frequency Cap in API

Frequency cap is designed for limiting the number of times a user sees the same ad. We support configuring frequency cap for banner campaigns, allowing limiting the number of impressions per user by days or weeks.

Now it’s also possible to create and update the frequency cap of a campaign using our Campaign Restrictions API:

  1. Get Restriction Types
    • Retrieve available restrictions
  2. Add Restriction to Campaign
    • Use this endpoint to set the frequency cap limit of a campaign, considering the available restriction types (daily or weekly impressions).
  3. Update Campaign Restriction
    • Endpoint to update an existing restriction. It’s possible to change the restriction limit and status (active or inactive).
  4. Get Campaign Restriction
    • Retrieve all restrictions of a campaign.

Export Attributed Purchases

You can now export campaign performance reports with attributed purchases. Our new endpoint returns detailed attribution data in parquet files. The files are available after 3am UTC and contain the attribution data for the previous day.

Check the endpoint details in our API documentation.