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.
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024