Completed feed example
On this page
In the following example feed you can see all the variables and values that allow to obtain the best performance from Size Adviser and Usizy solutions.
This example shows the tags provided by Google Shopping Feed, but you can have your own tags or add tags that you consider important based on your catalog for our system to use.
Essential variables
Additional variables
<!-- XML FEED EXAMPLE --> <?xml version="1.0" encoding="UTF-8"?> <root> <row> <unique_product_id>1202680</unique_product_id> <variation_id>1202680L</variation_id> <brand>Nike</brand> <title>Long sleeved T-shirt Men</title> <description>Designed from a soft brushed cotton jersey, this long-sleeved top can be worn on its own or layered on cooler days</description> <size>L</size> <size_system>INT</size_system> <google_product_category>Clothing & Accessories > T-shirts</google_product_category> <product_type>T-shirt</product_type> <gender>Male</gender> <age_group>Adult</age_group> <link>https://your_ecommerce.com/products/1202680</link> <image_link>https://your_ecommerce.com/images/1202680.jpg</image_link> <ecommerce_name>your_ecommerce</ecommerce_name> <price>42</price> <currency>EUR</currency> <availability>2</availability> <gtin>954236</gtin> <guide_link>https://your_ecommerce.com/size_chart/1202680.jpg</guide_link> <updated>2019-02-11T13:16:45+01:00</updated> </row> <row> <unique_product_id>1202680</unique_product_id> <variation_id>1202680M</variation_id> <brand>Nike</brand> <title>Long sleeved T-shirt Men</title> <description>Designed from a soft brushed cotton jersey, this long-sleeved top can be worn on its own or layered on cooler days</description> <size>M</size> <size_system>INT</size_system> <google_product_category>Clothing & Accessories > T-shirts</google_product_category> <product_type>T-shirt</product_type> <gender>Male</gender> <age_group>Adult</age_group> <link>https://your_ecommerce.com/products/1202680</link> <image_link>https://your_ecommerce.com/images/1202680.jpg</image_link> <ecommerce_name>your_ecommerce</ecommerce_name> <price>42</price> <currency>EUR</currency> <availability>5</availability> <gtin>59025557</gtin> <guide_link>https://your_ecommerce.com/size_chart/1202680.jpg</guide_link> <updated>2019-02-11T13:16:45+01:00</updated> </row> <row> <unique_product_id>1202680</unique_product_id> <variation_id>1202680XL</variation_id> <brand>Nike</brand> <title>Long sleeved T-shirt Men</title> <description>Designed from a soft brushed cotton jersey, this long-sleeved top can be worn on its own or layered on cooler days</description> <size>XL</size> <size_system>INT</size_system> <google_product_category>Clothing & Accessories > T-shirts</google_product_category> <product_type>T-shirt</product_type> <gender>Male</gender> <age_group>Adult</age_group> <link>https://your_ecommerce.com/products/1202680</link> <image_link>https://your_ecommerce.com/images/1202680.jpg</image_link> <ecommerce_name>your_ecommerce</ecommerce_name> <price>42</price> <currency>EUR</currency> <availability>1</availability> <gtin>59025557</gtin> <guide_link>https://your_ecommerce.com/size_chart/1202680.jpg</guide_link> <updated>2019-02-11T13:16:45+01:00</updated> </row> <row> <variation_id>2234224</variation_id> <item_group_id>2234224M</item_group_id> <brand>Adidas</brand> <title>Long jacket Unisex</title> <description>Designed from a soft brushed cotton jersey, this long-sleeved top can be worn on its own or layered on cooler days</description> <size>M</size> <size_system>INT</size_system> <google_product_category>Clothing & Accessories > Jacket</google_product_category> <product_type>Jacket<</product_type> <gender>Unisex</gender> <age_group>Adult</age_group> <link>https://your_ecommerce.com/products/2234224</link> <image_link>https://your_ecommerce.com/images/2234224.jpg</image_link> <ecommerce_name>your_ecommerce</ecommerce_name> <price>42</price> <currency>EUR</currency> <availability>1</availability> <gtin>77646678</gtin> <guide_link>https://your_ecommerce.com/size_chart/2234224.jpg</guide_link> <updated>2019-02-11T13:16:45+01:00</updated> </row> </root>
Related information:
Know about Feed essential variables
Know about Feed additional variables
Check the Onboarding guide for next integration points