> For the complete documentation index, see [llms.txt](https://docs.intentwise.com/iac-source-data/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intentwise.com/iac-source-data/data-models/amazon-source-data/share-of-voice.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.intentwise.com/iac-source-data/data-models/amazon-source-data/share-of-voice.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
