caret

/ Integrations /

Magento 2

Email & Marketing Automation for Magento 2

To install the extension follow the instructions below:

1. Download theMarketer plugin from GitHub.

    2. Using an FTP client (for example FileZilla), upload the contents of the unzipped folder to your store root folder. These should go over your Magento directory: 'app' folder over 'app' folder. No files will be overwritten.

      3. In the SSH console of your webserver, navigate to your store root folder, then run the following commands:

      • php -f bin/magento module:enable --clear-static-content Mktr_Tracker
      • php -f bin/magento setup:upgrade
      • php -f bin/magento setup:di:compile
      • php -f bin/magento cache:flush
      • php -f bin/magento setup:static-content:deploy
      • php -f bin/magento cache:clean

      4. Make sure the installation is done from under the FTP administrator account. Otherwise, make sure to set 775 permissions to the store root directory after the extension is deployed.

        Setup and Configuration

        • Log in to your Magento 2 admin, then go to Stores -> Configuration.
        • Next, go to theMarketer -> Tracker
        • Now, log in to your theMarketer account and go to the Settings -> Technical integration page. Select & Copy your theMarketer Tracking Key, REST Key and Customer ID then go back to the plugin settings page and paste it in the specific fields.
        • Select Yes for the Enable option
        • If you want to use push notifications, select Yes for the Push notification setting
        • If you have a large product catalog, select Yes for the Activate Cron Feed option
        • If you want to sync your existing orders with theMarketer, select Yes for the Allow order export option
        • If you don’t have Google Tag Manager installed on your website, please create a Google Tag manager account first. Then navigate to theMarketer -> Google, select Enable and insert your GTM tag code.
        • After setting all the options, go to System -> Cache Management, click on Select all, then Submit

        Uninstalling theMarketer plugin

        If you want to uninstall our module, please follow these steps:

          In the SSH console of your webserver, navigate to your store root folder, then run the following commands:

          • php -f bin/magento module:disable --clear-static-content Mktr_Tracker
          • php -f bin/magento module:uninstall Mktr_Tracker
          • php -f bin/magento setup:upgrade
          • php -f bin/magento setup:di:compile
          • php -f bin/magento cache:flush
          • php -f bin/magento setup:static-content:deploy
          • rm -rf app/code/Mktr/Tracker
          That's it!