Development Newsletters

Release: 25-01-2023

List of new features and major fixes for this release:

Cross-campaign reports

We'd like to introduce you a new feature concerning Cross-campaign reports.

From now, you are able to generate reports via the AdOcean API between chosen campaigns and orders with selected statistics. The report also calculates non-additive statistics such as reach.

Update in AdOcean API

Together with this release, we present you some new commands available in AdOcean API (in Statistics tab)

New API commands
  • AddCrossCampaignReport - adds new Cross-campaign report

    An example of parameter value:

    In this example a report will be created:

    • for campaigns with ID 100,102
    • for orders from specific campaigns (campaign_ID;order_ID)
    • with reach and emissions statistics
    • for the time period from 2023.01.01 to 2023.01.18
  • DeleteCrossCampaignReport - delete a given report
  • GetCrossCampaignReportInfo - returns a given report details (its parameters)
  • GetCrossCampaignReportList - returns a list of reports
  • RequestCrossCampaignReport - request to generate a report and sending to emails (provided in AddCrossCampaignReport command in emailRecipientAddresses parameter)
  • UpdateCrossCampaignReport - updates a given report parameters

api reports