Development Newsletters
Release: 21-09-2022
List of new features and major fixes for this release:
Adding user's aliases and analysts
From now on you are able to manage accesses to the account from interface and API side. The new feature is available only on the AO main account in Users tab.At this time you can create a user aliases and analysts in the interface:
User aliases tab
- Add administrative alias with no limited access - have the ability to manage all campaigns (Campaign manager type)
- Add adminstrative alias with limited access - have the ability to manage campaigns created by the user itself only (Limited campaign manager type)
- Block/unblock created aliases
- Change type of created aliases
Analysts tab
- Add analyst account
- Block/unblock created accounts
Accordingly changes in the API:
- GetUsersList - returns list of all users connected with account
- GetUsersInfo - returns information about given user.
- AddUserAlias - adds new user alias to manage a main account
- UpdateUserAlias - update given user alias
- AddAnalyst - add new analyst account
- UpdateAnalyst - updates given analyst account
Also it is worth noting that newly created aliases have the following login format: main account name:alias name
Features along with API commands will be upgraded in the nearest future and the changes will be describe in the next newsletter.