v2022.4.63.0 - Analytics improvements
Starting from version v2022.4.63.0, the platform comes with a library required for working with ML. Before updating, make sure that the <BASEDIR>/lib
directory (<BASEDIR>
is the directory where the platform is located) does not contain any residual files from previous updates; it must be empty. Then, do the following:
echo "<BASEDIR>/lib" > /etc/ld.so.conf.d/altcraft.conf
ldconfig
Major changes
Channel and traffic reports
Two new reports have been added to the analytical tools.
The traffic report provides data about profile traffic from sources such as channels, forms, and pixels. You can group the data according to certain characteristics, drill down into the report, or use filters to exclude unnecessary information. It is also possible to compare data, for example, for different periods. The report is based on hit - the traffic metric. Hit is counted when a request is sent to the server as a result of a user action on a website or in an application. The action can be a target registration or a click in a message.
The channel report provides data on all events that are tracked in campaigns: sends, delivers, opens, clicks, etc. You can get information either for one channel or for all channels at once. It is possible to group the data according to various attributes, detail the report or use filters to get only the information you need. There is also an opportunity to compare metrics.
Order segment improvement
In segments based on order conditions, you can now select products in a separate modal window with full search functionality.
Best send time
Now the platform is able to send messages taking into account the best sending time. It takes the uploaded model as a basis. This is the first step in adding full ML support.
To activate the functionality, you need to add the ML_IS_ON flag and the path to the ML_MODELS_PATH model to the platform configuration file. The model is passed on your request.