# Product reviews feed

### Before you begin

Sign up for the Product Ratings program using the [Product Ratings Interest Form](https://support.google.com/merchants/troubleshooter/10994881). Before signing up, make sure you have at least 50 product reviews.

#### Upload a new product reviews feed

1. Sign in to your[ Merchant Center account.](https://merchants.google.com/)
2. Click **Marketing** in the navigation menu.
3. Click **Product reviews**.
4. Click **Product reviews feeds** to open the “Feeds” page.
5. Click the plus button <img src="https://storage.googleapis.com/support-kms-prod/Ns5o4jgOAKaw8NnTPog3UMQHzmGiCUG3utl0" alt="" data-size="line"> on the “Feeds” page.
6. Give your feed a name.
7. Choose an upload method.
8. Configure your feed options for the method you've chosen:
   1. Enter the file name.
   2. Select the fetch frequency from the drop-down menu.
   3. Select the fetch time from the drop-down menu.
   4. Select the time zone from the drop-down menu.
   5. Enter the file URL.
      * If your URL is password-protected, provide your login info.
9. Click **Continue**.

#### Review feed processing results

1. Sign in to your [Merchant Center account](https://www.google.com/retail/solutions/merchant-center/).
2. Click **Marketing** in the navigation menu.
3. Click **Product reviews**.
4. Click **Product reviews feeds** to open the “Feeds” page.
5. Click the product reviews feed name that you’d like to review.
6. Review the results:
   * **Properties**: This includes key feed properties, which vary depending on the input method of the feed. Here, you can find attributes such as input method, time zone, file size, detected delimiter (if applicable), and more.
   * **Attributes**: Depending on which Merchant Center program your feed is opted into, we require attributes to adhere to the product data specification. In this section, you can review all of the attributes we found in your feed, including those attributes which are recognized and map to the feed specification, and also unrecognized attributes which don’t match any of those listed in the data specification.
   * **Processing Data**: In this section, you can review the amount of items found in your feed as well as those with any detected item issues. Review the list of item issues to understand how many items in your feed are impacted, including examples and links to documentation to address the issue.

{% hint style="info" %}
**Note:** Whether you choose a scheduled fetch or a direct upload, you'll need to upload a feed at least once a month so that you'll remain eligible to participate. Make sure the file name you provide includes the appropriate extension (.zip for a ZIP file and .xml for a single XML file). [Learn more about uploading data feeds](https://support.google.com/merchants/answer/188477)
{% endhint %}

After you've registered a new feed, it'll appear in your list of registered feeds in the "Feeds" screen. A feed can be in the following states:

* **Processing**: Indicates that feed validation is in progress.
* **Processed**: Indicates that Google has successfully received and validated the feed.
* **Failed**: Indicates that feed validation wasn't successful and the feed content won't be processed further. You must correct the feed and upload the file again.

{% hint style="info" %}
**Note:** To delete an existing review, simply exclude it from your uploaded feed. Previously submitted reviews that aren't included in new uploads will be removed.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ratifyhub.com/product-reviews-feed.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
