Skip to main content

Guest data

Use to allow collecting and emailing guest data.

This settings located in Stores -> Settings -> Configuration -> Mirasvit Extensions -> Event.

Guest data capturing

Allow the collection of guest (not logged in) user data, such as names and emails, when they complete any forms on your website. This data can be used later for email campaigns. Option using AJAX and required GeoLite2 Country database

event_general_settings

Enable AJAX data capturing

  • Enable data capturing: activate guest data collection. Available Options:

    • Yes: data capturing enabled for all users.
    • No: data capturing disabled for all users.
    • No for EU clients only: data capturing disabled for EU users only.
  • GeoLite2 country database path: specify the absolute file path to the GeoLite2 Country database on your server. This is required when data capturing for No for EU clients only is enabled, as it relies on location-based data.

    Example:

    /var/www/html/GeoLite2-Country.mmdb

    Make sure the database file is correctly installed and accessible on your server.

If the email extension was installed manually, GeoLite2 package should be installed on the server via composer command:

    composer require geoip2/geoip2:~2.0