Meetanshi Docs Magento 2 Google Customer Reviews

Google Customer Reviews for Magento 2 - User Guide

Extension Installation

Prerequisites

  • Magento 2.3.x – 2.4.x installed and functioning.
  • Active Google Merchant Center Account & Merchant ID.

Magento Marketplace Customers Method

  1. Access your server CLI via SSH and navigate to your Magento root directory.
  2. Run the Composer command to fetch the extension:
    composer require meetanshi/magento-2-google-customer-reviews
    
  3. Enable the extension module:
    php bin/magento module:enable Meetanshi_GoogleReviews
    
  4. Run the upgrade command:
    php bin/magento setup:upgrade
    
  5. Deploy static content based on your Magento version:
    • For Magento 2.0.x – 2.1.x:
      php bin/magento setup:static-content:deploy
      
    • For Magento 2.2.x & above:
      php bin/magento setup:static-content:deploy -f
      
  6. Flush the Magento cache:
    php bin/magento cache:flush
    

Direct ZIP / Meetanshi Customers Method

  1. Download the extension ZIP file from your Meetanshi account area.
  2. Extract the archive contents and upload them to your server under <Magento_Root>/app/code/Meetanshi/GoogleReviews/.
  3. Connect to your Magento server via SSH and execute the following commands:
    php bin/magento setup:upgrade
    
    • For Magento 2.0.x – 2.1.x:
      php bin/magento setup:static-content:deploy
      
    • For Magento 2.2.x & above:
      php bin/magento setup:static-content:deploy -f
      
    php bin/magento cache:flush
    

Google Customer Reviews for Magento 2 collects seller ratings and displays Google Customer Reviews badges on your storefront to build customer trust and improve Google Search & Shopping ad performance.

Frontend Ratings

How to Obtain Google Merchant ID & Enable Google Customer Reviews

To integrate Google Customer Reviews, locate your Google Merchant ID and enable the program in Google Merchant Center:

  1. Sign in to your Google Merchant Center account.
  2. Look at the top right header area (next to your account name) to find your Merchant Center ID (a multi-digit number).
  3. Click the gear icon (Tools & Settings) and select Growth > Manage Programs (or Settings > Program setup).
  4. Find Google Customer Reviews card and click Enable (or Get Started).
  5. Read and accept the Google Customer Reviews Agreement.
  6. Enter your copied Google Merchant ID into the Google Merchant ID field under Stores > Configuration > Meetanshi > Google Customer Reviews in Magento Admin.

General Configuration

Navigate to Stores > Configuration > Meetanshi > Google Customer Reviews to connect your Google Merchant account.

  • Google Customer Reviews: Select Enable to turn on Google Customer Reviews integration.
  • Google Merchant ID: Enter your unique Google Merchant Center Account ID.
  • Badge Position: Select where the Google Customer Reviews badge displays on your site (Bottom Right, Bottom Left, or User Defined).
  • Language: Select badge and survey display language.

Survey Settings

Configure post-checkout survey opt-in popup settings.

  • Survey: Select Enable to display Google Customer Reviews survey opt-in modal on checkout success page.
  • Estimated Delivery Days: Enter estimated delivery duration (in days) to calculate when Google should send review emails.
  • Dialog Style: Choose modal popup position (Center Dialog, Bottom Right Dialog, Bottom Left Dialog, Top Right Dialog, Top Left Dialog).

servey settings

GTIN Integration Settings

  • Add Products GTIN: Select Yes to include product GTIN parameters in the Google survey payload.
  • Map Attribute as GTIN: Select catalog product attribute containing GTIN/EAN values (e.g. SKU, GTIN, UPC).

GTIN Integration Settings

Frontend Badge & Survey Experience

  1. Customers see the Google Customer Reviews rating badge rendered at the chosen position across your store.
  2. After completing a purchase, the Google Review Opt-in modal pops up on the order success page asking the customer if they wish to opt in to rate their purchase experience.

Frontend Google Badge & Survey Modal

Updated: Jul 24, 2026Top ↑