Skip to main content
Version: v71

v2024.1.68

v2024.1.68.0 - VK Ads™, new AKMTA sender settings

Major changes

VK Ads™

Added integration with VK Ads™. The new feature allows you to transfer data segments from the Altcraft Platform to audiences in VK Ads™. Articles about creating a connection and configuring integrations are available on the documentation portal.

Updated connections menu in the dashboard

Removed Viber and WhatsApp* menu items, added separate buttons for creating connections using edna, 360dialog, Devino and SMSTraffic.

Updates of the administrative panel

  • When creating an AKMTA sender, a new type was added for the MAIL FROM domain part - Aligned prefix and "From" header. This setting allows you to simultaneously track statistics and perform SPF alignment. To use it, you need to create and configure a pool.

  • Added pools. A pool is a set of resources needed to send emails from a specific domain. Detailed instructions for creating and setting it up can be read here.

  • AKMTA settings in the "Senders Management" section are divided into General, Rules, Relay, Headers and Incoming tabs.

Minor changes

  • Improved search in the user list: added search by email and phone number, fixed various errors associated with searching.
  • The user's last name is no longer visible to support specialists in Jivo.
  • Removed the limit on the number of displayed columns in data tables.
  • The ability to view and copy a column value has been added in cases where it does not fit completely into the field of data tables.

Performance improvements

  • Optimized API request for bulk import and launch of profiles into the script
  • Fixed extremely high memory consumption for akmtad
  • Fixed freezes in the visual editor when clicking on elements

Interface updates and fixes

  • Fixed display of unavailable actions for frozen accounts.
  • Updated interface in the "Pixels" and "Click map" modules.
  • The "% Opens" column is now available again in channel reports.
  • Fixed errors with displaying the menu of additional fields.
  • Now the connection creation/update time is displayed correctly.
  • The scrollbar in pop-up menus is now displayed correctly.
  • The audit log report is now uploaded correctly.
  • Some names and translations have been corrected.

Corrections

  • The non-delivery report now correctly displays the reason of failure.
  • Fixed a bug where variables were not inserted into the pop-up editor field.
  • When mass profiles updating, push subscriptions are added only to the specified provider.
  • Fixed various errors in the "Loyalty" section.
  • Fixed a situation where it was impossible to add text to an empty "Text" element in the visual editor.
  • Fixed errors that occurred when deleting a database and associated segments.
  • Improved logging.
  • Saving a target in trigger campaigns now works correctly.
  • Special characters are now correctly escaped in LDAP.
  • Fixed a bug where sending more than 10 SMS on the MTS gateway did not work.
  • Errors related to incorrect filling of date and time in various elements have been fixed.
  • Fixed errors related to analytics, such as false clicks from bots, counting hardbounce responses, and others.
  • An error message about the number of characters in the SMS has been exceeded has been added to the campaign log.
  • Now you can select the status "Unconfirmed" in trigger campaigns with the event type "When adding/changing a subscription".
  • Fixed repeated "context canceled" errors in procworkflow logs.
  • Entity deletion is now correctly recorded as an update.
  • Fixed panics in procintegras, webcontrol, proctask and regen_preview_msgs.
  • Fixed panics when publishing a pop-up and when setting up 360dialog.
References

PL-15764 PL-15754 PL-15741 PL-15735 PL-15731 PL-15730 PL-15727 PL-15725 PL-15711 PL-15703 PL-15699 PL-15688 PL-15675 PL-15654 PL-15650 PL-15644 PL-15634 PL-15633 PL-15630 PL-15612 PL-15608 PL-15604 PL-15601 PL-15596 PL-15588 PL-15579 PL-15574 PL-15567 PL-15553 PL-15509 PL-15333 PL-15286 PL-15016 PL-14793 PL-14439 PL-14291 PL-13485 PL-11892 PL-15573 PL-15572 PL-15463 PL-15387 PL-15056 PL-1500 PL-14992 PL-14950 PL-14900 PL-14718 PL-14547 PL-13257 PL-13012 PL-12585 PL-12582 PL-12500 PL-12499 PL-15754 PL-15633 PL-15630 PL-15612 PL-15604 PL-15574 PL-15509 PL-11972


v2024.1.68.626 - New push sending mode, Fixes

Major changes

New mode for sending push notifications

When setting up campaigns using the push channel, you can now choose the sending mode for push messages:

  • fanout (default) — оsends messages to all subscriptions of profiles that match the campaign's filters.
  • last — sends the message to the subscription with the most recent creation date.

Changes in the statistics table

Since the summary report was returning an incorrect number of events, the structure of the channel_report table has been changed. You must recreate the table when updating:

./aktool stats delete channel_report
./aktool stats init channel_report
./aktool stats fill channel_report
caution

You must stop the procevent service before starting the migration.

Minor changes

  • Improved validation of links in push templates. An error "Number of invalid links in the message" is now logged.
  • In the campaign log, the entry "Number of processed subscribers" has been renamed to "Number of found subscribers."
  • Added the ability to save master users without specifying roles.
  • Logging for relay sending has been added to syslog.
  • Improved validation of fields in the Telegram Bot channel template.
  • Updated the logic of the ./aktool stats command, used for working with the report storage. Here's how you can fill in the table: ./aktool stats fill table_name. Additionally, channel_report and traffic_report can now be deleted separately.

Bug fixes

  • Fixed the operation of the segment by goals with a complex condition.
  • In the scenarios, JSON filter now supports the OR operator and arithmetic operations.
  • In the campaign settings, when deleting a segment used for sending, the correct segment is now displayed.
  • Fixed bugs in searching in resources, roles, and the market.
  • In test SMS messages, the date is inserted in the specified format.
  • In the quick segment, when selecting profiles by phone number, spaces between digits do not affect the result.
  • Images are now correctly displayed in both desktop and mobile versions in the visual image editor.
  • The footer of the email with the unsubscribe link is displayed in the visual editor.
  • Links in push templates after adding UTM tags redirect the user to the right page.
  • It is now impossible to save an email template with an attachment larger than 12 MB.
  • In forms, the option "Hide submit button" now works correctly and does not prevent form submission if not all options are selected in the mandatory "One option" element.
  • Export of the profile history of a static segment created during import now exports data without errors.
  • In scenarios, the "Condition" element with the "Wait for condition for a specified time" option enabled has been fixed.
  • For one push message, the same send_message_id is now returned for all event types in event capture.
  • Fixed an error when deleting a profile via the API.
  • Fixed a situation where a push subscription could be created via API without specifying subscription_id.
  • Fixed the 2FA mechanism for administrators.
  • Exporting audit logs in the admin panel no longer causes errors.
  • Changes in sender settings with the type Rapporto SMS are now successfully saved.
  • Fixed a situation where AKMTA logs contained duplicate rejection responses.
  • Performance of some platform processes has been optimized.
  • Some interface flaws have been fixed.
References

PL-15986 PL-15983 PL-15964 PL-15959 PL-15952 PL-15886 PL-15876 PL-15849 PL-15828 PL-15823 PL-15820 PL-15802 PL-15759 PL-15743 PL-15739 PL-15719 PL-15715 PL-15684 PL-15658 PL-15649 PL-15609 PL-15577 PL-15486 PL-15432 PL-14887 PL-14795 PL-14446 PL-14072 PL-10471 PL-10464 PL-10450 PL-10097 PL-9688 PL-7740 PL-15918 PL-15917 PL-15914 PL-15912 PL-15911 PL-15905 PL-15903 PL-15898 PL-15891 PL-15885 PL-15882 PL-15881 PL-15871 PL-15863 PL-15862 PL-15858 PL-15839 PL-15816 PL-15804 PL-15803 PL-15797 PL-15796 PL-15786 PL-15785 PL-15781 PL-15778 PL-15770 PL-15746 PL-15745 PL-15744 PL-15740 PL-15738 PL-15732 PL-15697 PL-15689 PL-15676 PL-15669 PL-15642 PL-15632 PL-15622 PL-15606 PL-15594 PL-15592 PL-15551 PL-15460 PL-15098 PL-15062 PL-15037 PL-14748 PL-14603 PL-13304 PL-13120 PL-12999 PL-11158 PL-10533


v2024.1.68.1354 - MTS OmniChannel integration, bug fixes

Major changes

Integration with MTS OmniChannel

Added support for integration with MTS OmniChannel. Now you can use this platform as a gateway to send messages to Viber.

Before setting up the integration, you need to connect your MTS OmniChannel account with Altcraft Platform via connections. You can read more about setting up the integration here.

Other changes

  • The "Pixels" section has been moved to the "Web Layer" menu item.
  • Updated geoip data for April 2024.
  • Improved platform performance.
  • Added option to remove validation for hidden fields in forms.

Fixes

  • Fixed a bug related to duplicate tracking links.
  • Scenario items with a condition are now saved with the correct id.
  • Frozen accounts now have view permission restriction again.
  • Fixed an issue where form validation errors were displayed in error level logs.
  • Checking allowed domains for redirects when opening a pixel now works correctly.
  • Improved traffic report performance when using grouping by pixel targets.
  • Fixed incorrect platform behavior during deleting profile databases when the user role does not have deletion permissions.
  • Improved operation of critical push mode with APNS.
  • Validation when using segments with link data collection and manual profile creation now works correctly.
  • Platform login history now displays correct data.
  • Fixed errors in logs.
  • Popups work better on mobile display.
  • Integrations in the platform are now correctly saved.
  • Fixed a bug related to creating Facebook* connections.
  • Fixed some analytics and reporting bugs.
  • Correct mx is now used for sending to Yahoo mailboxes.
  • Fixed bugs in Yandex.Appmetrica integration.
  • Form opening and filling events in profile history are now displayed correctly.
  • Fixed validation of fields in forms.
  • Fixed errors when previewing multi-page forms.
  • click_url in the web version of trigger push emails is now saved correctly.
  • Fixed runtime error panic when sending a campaign with hidden copy.
  • Fixed form_tst.go panic.
References

PL-15888 PL-12880 PL-15993 PL-15991 PL-15865 PL-14353 PL-15869 PL-15926 PL-15840 PL-15979 PL-10455 PL-15813 PL-15970 PL-14286 PL-13837 PL-15334 PL-16037 PL-15779 PL- 15939 PL-15662 PL-16032 PL-13906 PL-15800 PL-16112 PL-16001 PL-16048 PL-10320 PL-14477 PL-15907 PL-14312 PL-16013 PL-14015 PL-15104 PL-15989 PL-15712 PL-15693 PL-15700


*Meta Platforms Inc., the company behind Instagram, Facebook, and WhatsApp, has been designated as an extremist organization and is banned in the Russian Federation.
**Viber is a trademark of Rakuten Group, Inc. and is blocked in the Russian Federation.