SEO, AdWords, affiliates, advertising, and promotions
Hey All, Anyone in here Have you guys been able to enable the seller rating feature on google merchant?
Most merchants are able to set this up, what are your issues?
Sidenote: the easiest way to list reviews, is to use a verified 3rd party partner.
Partners list for Seller Reviews: https://support.google.com/google-ads/answer/2375474
Partners list for Product Reviews: https://support.google.com/merchants/answer/7045996#list_of_aggregators
I have this Code on my checkout "Additional Scripts" section "
{% if first_time_accessed %}
<!– BEGIN Google Customer Reviews –>
<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(
{
“merchant_id”: 628013711,
“order_id”: “{{ order.name }}”,
“email”: “{{ order.email }}”,
“delivery_country”: “{{ shipping_address.country_code }}”,
“estimated_delivery_date”: “{{ order.created_at | date:'%s' | plus:1209600 | date:'%F' }}”
});
});
}
window.___gcfg = {
lang: ‘{{ shop_locale.iso_code }}'
};
</script>
<!– END Google Customer Reviews –>
{% endif %}
<!-- BEGIN GCR Language Code -->
<script>
window.___gcfg = {
lang: 'en-US'
};
</script>
<!-- END GCR Language Code -->
<script src="https://apis.google.com/js/platform.js?onload=renderBadge" async defer></script>
<script>
window.renderBadge = function() {
var ratingBadgeContainer = document.createElement("div");
document.body.appendChild(ratingBadgeContainer);
window.gapi.load('ratingbadge', function() {
window.gapi.ratingbadge.render(ratingBadgeContainer, {"merchant_id": 628013711});
});
}
</script>"
For some reason google merchant still says "Missing Seller Rating" Keep in mind since i had that code added no sales has been made so im assuming that could be the reason but that's just a guest.
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025