# Reviewmonitoring

## **Locating the API Key**

1. Login to Reviewmonitoring.
2. Click the API button located at the top of your screen.

![To generate new api key click the generate button](/files/ga711mwU1VpmLUscW6KO)

## **Snapshot**

| **Features**                    | **Details** |
| ------------------------------- | ----------- |
| Release Status                  | Released    |
| Source API Version              | v1          |
| Table Selection                 | Yes         |
| Column Selection                | Yes         |
| Edit Integrations               | Yes         |
| Replication Type Selection      | No          |
| Authentication Parameters       | API Key     |
| Replication Type                | Full Load   |
| Replication Key                 | N/A         |
| Suggested Replication Frequency | 12 hr       |

## **Reviewmonitoring Tables**

Source documentation: <https://help.reviewmonitoring.com/en/articles/5448444-api>

1. **Products**\
   \&#xNAN;*Purpose:* To get data for all the listed products.\
   *Replication:* Full Load\
   \
   **Fields**

   | **Field name** | **Datatype** |
   | -------------- | ------------ |
   | id             | STRING       |
   | title          | STRING       |

   <br>
2. **Reviews** \
   \&#xNAN;*Purpose:* To get all the reviews.\
   *Replication:* Full Load\
   *Replication Key:* After historical sync (loading all the available data), it'll only load data for the last 1 month to save you rows.\
   \
   **Fields**\
   Load more

   | **Field name**                           | **Datatype** |
   | ---------------------------------------- | ------------ |
   | Product                                  | STRING       |
   | Rating                                   | STRING       |
   | Source                                   | STRING       |
   | Review\_Status                           | STRING       |
   | Review\_Status\_Date                     | DATE         |
   | Review\_Posted\_Date                     | DATE         |
   | Reviewer\_Name                           | STRING       |
   | Reviewer\_ID                             | STRING       |
   | Review                                   | STRING       |
   | Review\_ID                               | STRING       |
   | ReviewTranslated                         | STRING       |
   | Title                                    | STRING       |
   | Syndicated                               | STRING       |
   | Incentive\_Program                       | STRING       |
   | Price                                    | STRING       |
   | Verified\_Review                         | STRING       |
   | Size                                     | STRING       |
   | Color                                    | STRING       |
   | Edition                                  | STRING       |
   | Style                                    | STRING       |
   | Other\_Attributes                        | STRING       |
   | Helpful\_Votes                           | INTEGER      |
   | Top\_Contributor                         | STRING       |
   | MediaBrace\_Picture\_slash\_Video\_Brace | STRING       |
   | Displayed\_Rating                        | STRING       |
   | Model                                    | STRING       |
   | ASIN                                     | STRING       |
   | ASIN\_Reviews\_Link                      | STRING       |
   | SKU                                      | STRING       |
   | Category                                 | STRING       |
   | Tag                                      | STRING       |
   | NPS                                      | STRING       |
   | Competitor                               | STRING       |
   | Sentiment\_Score                         | STRING       |
   | Sentiment\_Magnitude                     | STRING       |
   | Status                                   | STRING       |
   | Replied\_To                              | STRING       |
   | Internal\_Comments                       | STRING       |
   | Keyword\_Tagging                         | STRING       |
   | Replied\_User                            | STRING       |
   | Replied\_Date                            | STRING       |
   | Permalink                                | STRING       |
   | System\_ID                               | STRING       |
   | Negative\_Sentiment\_Keywords            | STRING       |
   | Positive\_Sentiment\_Keywords            | STRING       |


---

# 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://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/saas-integrations/reviewmonitoring.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.
