Development Newsletters
Release: 02-03-2022
List of new features and major fixes for this release:
New Geo statistics layout in campaign view
Within the new release we bring a new refreshed interface for GEO statistics which is significantly faster and more detailed.
New API options:
GetTechStatNames
- split Geo statDomainName into three: Country, Region, City
GetTechStats
- split Geo statDomainName into three: Country, Region, City
For instance you may now get stats for all cities in a country, by setting statDomainName to City and setting the countryID parameter to the corresponding country id. Before a region has had to be specified as well in order to request for such data.
A new field "Last edit by" in the Campaigns view
A new column field "Last edit by" in the Campaigns list view. From this release, each time you open the campaign settings view, you'll be able to see instantly who has edited the campaign last time.
This feature also comes with new API calls.
GetCampaignsLists- API command now returns additional field: modificationUserLogin
- new sorting by modificationUserLogin field