Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section

Backend Functionality


Panel

Dashboard

Panel

  • The admin can access the comprehensive report within the Dashboard and utilize various filtering options to analyze the data effectively. This capability allows for tailored insights, enabling the admin to focus on specific metrics and trends relevant to their needs.

Advance Dashboard 

Panel

  • The Advanced Dashboard enables the admin to access comprehensive reports on campaigns, including detailed information about each campaign's performance and the associated customer names. This functionality allows for more informed decision-making and enhanced tracking of campaign effectiveness.

Realtime Logs

Panel

  • The Real-Time Logs grid displays a comprehensive overview of active campaigns, along with detailed information pertaining to each campaign. This includes metrics such as campaign id, UTM Source, and many other associated details, allowing for efficient monitoring and management of ongoing activities.

Source Wise Sales Report

Panel

  • The admin has the capability to view and export source-wise sales reports. This feature provides a detailed breakdown of sales data categorized by various sources with the customer details, enabling the admin to analyze performance across different channels


CRON Setup

  • If you are don't have any Magento CRON tab then please visit this link 
    https://experienceleague.adobe.com/docs/commerce-operations/configuration-guide/cli/configure-cron-jobs.html#create-the-commerce-crontab
  • Run “crontab - l” this will list all the CRONs
  • Run “crontab -e” and edit the file
  • After this you need to use this command for setup abandoned cart CRON
    • * * * * * /usr/bin/php7.3 /var/www/html/demo/bin/magento cron:run --group md_cronabandoned 2>&1 | grep -v "Ran jobs by schedule" >> /var/www/html/demo/var/log/magento.cron.log
    • In this you need to change PHP version as per your system’s version
    • Change path of “/var/www/html/demo” as per your Magento root directory
  • Run “crontab - l” check your CRON is added or not.
  • Run “php bin/magento cron:run --group md_cronabandoned”
    • Customer Email ID : Specify customer email address to add to blacklist
    • Website : Select website to apply blacklist rule

    Abandoned Cart Email Queue

    Abandoned Cart History

    You can see all the emails sent to customers, you have advanced search capabilities and options to resend emails.

    Panel
    Abandoned Cart Blacklist

    Medium Wise Sales Report

    Panel

    You can see all the emails added as blacklist (not to send email), you have advanced search capabilities and options to edit and delete records

    Panel
    Panel
    Panel
    Panel
    Panel
    Section

    Image Added

    • The module allows the admin to view and export medium-wise sales reports. This functionality provides a detailed analysis of sales performance categorized by different marketing mediums with customers details , facilitating informed decision-making and strategic planning.

    Campaign Wise Sales Report

    Panel

    Image Added

    • The admin can also filter and export reports on a campaign-wise basis. This functionality allows the admin to isolate specific campaigns, offering detailed insights into performance metrics, including customer information and order amounts. By analyzing these comprehensive reports, the administrator can make informed decisions and enhance overall campaign effectiveness.






    Section

    Demo


    Click here to visit backend admin panel.

    ...