A more functional report for conversion goals
With conversion goals you can track and measure the actions your contacts take on your website that you consider most important. For example: a purchase on the ecommerce site or the download of a resource.
If you have set up conversion goals in your account, you will already have seen the card in the contact's home page and in the database, which shows the main data about the goal: the number of conversions, the value, the number of contacts that converted... Here we added a Report button.
Journey Lab: Matilda's dashboard is transformed
The operational part, in managing an account, soon becomes crowded, articulated and complex; different users, many different needs, multiple campaigns, communications, automated flows, surveys, transactionals. The organisation structured in journey is effective but does not solve the need for easy and fast access to the different assets.
The new Journey Lab dashboard by Matilda tries to solve this: a single and unified list of all the assets of the account, regardless of type or journey.
You will find a single list of communications, transactional communications, automated flows, on-site messages, surveys, sorted by date of last modification, so that you can immediately find at the top of the list the most "recent" assets on which you have just finished working.
New events for contact history
In the activity history of each contact we have added new events related to surveys and on site messages:
- View: the contact displays an on site message or the first page of a survey
- Partial completion: the contact completes a part of an on site message or a survey, for example if it consists of several pages and does not complete all of them
- Completion: the contact completes the on site message or survey.
You will find the new events both in the classic interface (contact page Summary tab) and in the new Matilda interface (home of a contact Activities tab).
The activities performed by the contact are therefore more accurate and can be consulted more immediately.
On Matilda the delivery list is unique
In order to continue the implementation of all features on Matilda, in this release, we have added the delivery list, which you will find in Monitor > Deliveries.
Unlike the classic version, the list on Matilda includes all sent deliveries, active and unconfirmed outgoing deliveries, current A/B split deliveries and those for which you have to manually choose the version to send.
So you can find your delivery, even if you don't know or remember its status, in the same list: a coloured badge will tell you its current status. For example: a yellow "To be confirmed" badge indicates deliveries requested but awaiting confirmation, a light blue "Sent" badge indicates that the sending of the communication has finished.
Optimise space in File sharing
File sharing is a 'space' for sharing files, securely, between users of the same account. Files used to be deleted only by manual activity, but now you can specify a number of days after which files are automatically deleted. The number of days is configurable by all users with an Administrator role, so you can specify the retention that best suits your account.
This way, you can more easily limit the space used by deleting obsolete files.
Sending a list of messages via REST API
We have implemented sending a list of messages via the REST API: simplemessages/messages.
Each individual message's specifications is the same as simplemessages/message, and can be found in the Common parameters section of the Transactional messages page.
The result is a list containing, for each message sent, the status or the error if the message was not sent.
Developers
- We implemented the sending of a list of messages via the REST API: simplemessages/messages.
- We added checks on files, file extension, file size, image size in pixels, virus check, in:
- SOAP API: uploadMedia, createContent, sendEmailMessage, batchSendEmailMessage
- REST API: simplemessages/message, simplemessages/messages.