Development Newsletters

Release: 11-02-2026

List of new features and major fixes for this release:

Campaign access changes

This release introduces changes to how access to a campaign and its statistics is granted for additional users - from now on, access can be granted to multiple Adspace Managers, rather than being limited to a single user as before. As part of this update, the Campaign Owner feature is being removed.

Please note that this release is backward-incompatible due to the API changes described in the following section.

At this moment it is possible to assigned below type of users:

  • AdspaceCampaignManager
  • AdspaceCampaignManagerAndAdministrator
  • LimitedCampaignManager 
All remaining alias types continue to have the standard access levels that were in place prior to this release. For clarity, the following list outlines the user types and their possible access to a given campaign:

  • AliasUserAndCampaignManager - access to all campaigns;
  • AliasCampaignManager - access to all campaigns;
  • AliasLimitedCampaignManager - access to campaigns it has been assigned to;
  • Analyst - access to all campaigns;
  • AdspaceCampaignManagerAndAdministrator - access to campaigns it has been assigned to;
  • AdspaceCampaignManager - access to campaigns it has been assigned to;
  • AdspaceAnalyst - no access to campaigns;

To assign an Adspace Manager to a campaign, the specified alias must have access to all adspaces associated with that campaign. If a campaign already has Adspace Managers assigned, you can assign only placements that belong to those Adspace Managers.

Please note that removing an Adspace Manager’s access to an adspace will also revoke their access to any campaign associated with that adspace. The system will display an appropriate warning before the access is removed.

Interface changes related to the release:

  • A new “Managers with access” field has been introduced in the Users tab of the campaign edit view. Access modifications are restricted to the UserAndCampaignManager alias. The list of assigned users is visible to all users with campaign access.


  • When campaign has Adspace Managers assigned - warning about limited adspace choices is being displayed in adspace assigning tab.


  • A warning is shown during adspace access removal for an Adspace Manager when the action would cause campaign access to be revoked.


API changes

The API changes described below are related to the release outlined in the previous section. Please note that these changes are backward-incompatible.

New commands:

  • AddCampaignAccess - grant access to a campaign.
  • DeleteCampaignAccess - removes access to a campaign.
  • GetCampaignAccessesList - returns a list of managers assigned to a campaign.
  • GetCampaignAccessCandidates - returns a list of managers eligible to be assigned to a campaign.

Modifications to already existing commands (backward-incompatible):

  • GetAdspaceIncomePeriods - now requires the adspaceId parameter.
  • DeleteAdspaceAccess - now accepts a new force parameter, which forces the removal of adspace access from an Adspace Manager along with access to any campaign where the user is assigned as a manager and campaign had this adspace assigned.

Deleted commands (backward-incompatible):

  • GetCampaignOwnerCandidates - replaced by the GetCampaignAccessCandidates command.

Parameters to be removed from commands (backward-incompatible):

  • AddCampaign - the ownerID parameter is being removed.
  • UpdateCampaignthe ownerID parameter is being removed.
  • GetCampaignsList - the ownerpublisherid parameter is being removed. Filtering by owners is no longer supported.




adocean api