30knees Posted June 11 Posted June 11 Hi @datakick, For some products (not all), it looks like the datakick feed is sending a tiny image preview to Google Merchant Center instead of the original. How can I fix this? Also, is there a way to automatically send shipping costs per country to Google Merchant Center? Thanks
x97wehner Posted June 11 Posted June 11 (edited) I have two separate feeds setup for our store. One for each country we sell to. That way it sends the correct links, images, and prices to google for the country. The xml for each is attached. It sends full size photos. US feed.xml CA feed.xml Edited June 11 by x97wehner
30knees Posted June 11 Author Posted June 11 Thank you, @x97wehner! I realised when downloading your XML that I can check the links provided in the feed. And they're fine. So I don't understand why Google is complaining / or even how Google is getting the wrong image size. 1
the.rampage.rado Posted June 11 Posted June 11 Check if sitemap module is set to offer larger image than the small version. 1
Kenneth Ong Posted June 13 Posted June 13 Tiny preview images issue: This usually happens when the feed is referencing thumbnail or cached images. To fix it, make sure image_link pulls the original high-res image. You can correct this in datakick or override it with a supplemental feed or rule 1
30knees Posted June 15 Author Posted June 15 The problem was that Google was also crawling the page and taking those images instead of the ones in the feed. Crawling is now deactivated and the images are being correctly pulled from the feed.
30knees Posted June 16 Author Posted June 16 It is what the ad agency wrote. There must be a setting somewhere.
30knees Posted Thursday at 04:02 PM Author Posted Thursday at 04:02 PM On 6/11/2025 at 2:59 PM, x97wehner said: I have two separate feeds setup for our store. One for each country we sell to. That way it sends the correct links, images, and prices to google for the country. The xml for each is attached. It sends full size photos. US feed.xml 3.81 kB · 5 downloads CA feed.xml 3.58 kB · 1 download It looks like your feed also does not send the shipping weight. Is this correct or did I not see it in the xml?
x97wehner Posted Thursday at 11:07 PM Posted Thursday at 11:07 PM 7 hours ago, 30knees said: It looks like your feed also does not send the shipping weight. Is this correct or did I not see it in the xml? It does not.
30knees Posted Friday at 12:39 AM Author Posted Friday at 12:39 AM @datakickI have been unable to add the shipping weight to the feed. Could you support, please?
datakick Posted Friday at 06:25 AM Posted Friday at 06:25 AM The standard template that datakick module installs do not contain shipping weight by default. You can very easily add it, though. GMC documentation https://support.google.com/merchants/answer/6324503?hl=en tells us that they are looking for element like this <g:shipping_weight>3 kg</g:shipping_weight> So let's edit the template, and add this element under <entry> node To get data in correct format, you need to use the expression product.packageWeight + " kg" Note that you need to do this twice if you are using GMC template for combinations, as there are two <entry> nodes in template, one for products without combinations, one for products with combination. In this case, you will need to use different expression in second node: combination.packageWeight + " kg" You can download this template: gmc-with-weight.json and install it into your datakick module, as an inspiration 1 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now