SEO, AdWords, affiliates, advertising, and promotions
I just noticed that Google Customer Reviews Opt In stopped working in March, did the code change or something change on Shopify? I copied the information from Google Merchant Center and put it in the checkout settings. When I search the source page of an order confirmation page, there is no code. I put the following code in the checkout settings.
<script src="https://apis.google.com/js/platform.js?onload=renderOptIn" async defer></script> <script> window.renderOptIn = function() { window.gapi.load('surveyoptin', function() { window.gapi.surveyoptin.render( { // REQUIRED FIELDS "merchant_id": 0000000, "order_id": "ORDER_ID", "email": "CUSTOMER_EMAIL", "delivery_country": "COUNTRY_CODE", "estimated_delivery_date": "YYYY-MM-DD", // OPTIONAL FIELDS "products": [{"gtin":"GTIN1"}, {"gtin":"GTIN2"}] }); }); } </script>
What makes you say it stopped working? If that's the code you're using, it won't work as the fields won't fill in correctly. You can follow this tutorial I've created to setup Google customer reviews in Shopify.
Use the Google Reviews plugin in the Shopify app store instead
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025