# Share of Voice

## Data Availability & Refresh Schedule

### Data Refresh Schedule

Data for the share of voice table is updated daily between 7:30 AM PST to 10:30 AM PST daily.

## **Data Source**

To enable the Share of Voice Report, the datasource: **Share Of Voice** has to be enabled on the Intentwise Platform

## Share of Voice

Table name: *share\_of\_voice*

*For details on data availability and refresh schedule, please click* [*here*](#data-availability-and-refresh-schedule)*.*

| Column Name             | Data type | Description                                   |
| ----------------------- | --------- | --------------------------------------------- |
| account\_id             | Integer   | Intentwise account id                         |
| time\_stamp             | Date      | Date on which results were captured           |
| runtime                 | String    | Time at which results were captured           |
| keyword                 | String    | keyword for which search results are captured |
| category                | String    | Category assigned to the keyword              |
| page\_num               | Integer   | Page number of search results                 |
| position                | Integer   | Position in the search results                |
| asin                    | String    | Product Identifier                            |
| asin\_title             | String    | Title of the ASIN                             |
| badge                   | String    | Ex: Best Seller, Amazon Choice                |
| seller\_company         | String    | Store name for the ASIN                       |
| seller\_company\_type   | String    | Competitor Vs Brand                           |
| type                    | String    | Organic Vs Ad                                 |
| display\_price          | String    | Price displayed on the search result card     |
| rating\_count           | Integer   | Number of reviews                             |
| rating                  | String    | Star rating                                   |
| price\_before\_discount | String    | Price before discount                         |


---

# 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.intentwise.com/iac-source-data/data-models/amazon-source-data/share-of-voice.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.
