How to enable seller rating feature on Google Merchant?

How to enable seller rating feature on Google Merchant?

Lifegetseasy
Tourist
28 0 1

Hey All, Anyone in here Have you guys been able to enable the seller rating feature on google merchant?

Replies 2 (2)

EmmanuelFlossie
Shopify Partner
3290 244 788

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

Get in touch with Emmanuel: a Google Shopping Specialist, Google Ads Diamond Product Expert, and also a a Google Product Expert Education 2021 & Tailwind 2023 Award winner.
Need Google Merchant Center or Google Shopping support?.
Lifegetseasy
Tourist
28 0 1

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. 

Lifegetseasy_0-1671253973854.png