on
09-04-2025
08:19 AM
- edited on
12-02-2025
04:51 PM
by
CommunityMod_WM
This article discusses how to troubleshoot your Product Feed. To learn more about implementing a Product Feed, click here.
If you are leveraging a non-Google Product Feed to pass your products to PowerReviews, there are steps you can take to ensure the feed can be ingested without issue. These steps can minimize the need to make corrections to the file after your Implementation Team reviews it.
PowerReviews accepts .csv (comma-separated values) file type for Product Feeds. Additionally, these files should be UTF-8 encoded without a BOM.
In some cases, you may have fields that contain double quotes (such as indicating the size of a product in inches). In this case, it is necessary to escape your double quotes.
Example:
5" Super Widget
This should be encoded as:
5\" Super Widget
Please ensure you are escaping all double quotes throughout the entirety of your Product Feed file.
Often in Product Feeds, fields like name or description may contain commas. Because we use comma-separated values for Product Feeds, it is essential to wrap these fields in double quotes to prevent commas from breaking the file parsing.
Example:
"Our granola is fat-free, sugar-free, and gluten-free!"