Sample Usage
🚨 Use ranges (e.g.A2:A1000) in your formula wherever possible for quicker results and to prevent Google from blocking your account for 24 hrs due to overloading their resources.
=GORILLA_SELLERFEEDBACK("TOY STORE", "THIS YEAR", , "US")
=GORILLA_SELLERFEEDBACK("TOY STORE", "This Week", A2:A100, , "ALL")
Syntax Description
Description:
Dump negative and neutral feedback (one to three stars) from buyers who rated the seller’s performance.
Syntax:
GORILLA_REVIEWSFILTER(Seller ID, period, [filter], [marketplace], [rating], [start_date], [end_date])
Seller ID – REQUIRED
Enter the seller ID or nickname you entered in your Gorilla account.
period – REQUIRED
Predefined period to get reviews or use ‘custom’ to specify a start and end date.
filter – OPTIONAL
SKU or ASIN to filter the results. Can be a range of values like A1:A100 where A1 to A100 consists of values.
marketplace – OPTIONAL
Marketplace country filter. Country codes are US, CA, MX, BR, BE, UK, DE, ES, IT, FR, NL, PL, TR, IN, SE, AE, AU, SG, JP, EG, SA. Use ‘ALL’ to combine values from a single account, ‘EU’ for all Europe markets EXCEPT UK, ‘EURO’ to combine countries using EURO currency. Amazon Marketplace ID like ‘ATVPDKIKX0DER’ can be used too.
rating – OPTIONAL
Rating stars filter (defaults to “all”):
- All (default)
- 1
- 2
- 3
start_date – OPTIONAL
Starting date for the returning range when period is ‘custom’.
end_date – OPTIONAL
Ending date for the returning range when period is ‘custom’.
GORILLA_SELLERFEEDBACK Attributes
Period Attributes:
Today | This month | Last 3 Months |
Yesterday | This quarter | Last 12 Months |
Same day last week | This year | Last 7 Days Week Ago |
Same day last month | This Year-to-Last-Month | Last 7 Days Year Ago |
Same day last year | Last Week | Last 30 Days Month Ago |
Last 7 Days | Last Month | Last 30 Days Year Ago |
Last 14 Days | Last Quarter | Last Week Year Ago |
Last 30 Days | Last Year | Last Month Year Ago |
Last 90 Days | Last 60 Days | YYYY-MM (change format to text) |
This week | YYYY | YYYYQ1… YYYYQ4 |
Custom |
Screenshot:
Examples:
🚨 Use ranges (e.g.A2:A1000) in your formula wherever possible for quicker results and to prevent Google from blocking your account for 24 hrs due to overloading their resources.
=GORILLA_SELLERFEEDBACK("TOY STORE", "THIS YEAR", , "US", "3")
It gets all the 3-star negative or neutral feedback of this year in the ‘US’ marketplace.
=GORILLA_SELLERFEEDBACK("TOY STORE", "This Week", A2:A100, , "ALL")
It gets all the negative or neutral feedback for this week based on the SKU list from A2 to A100.
=GORILLA_SELLERFEEDBACK("TOY STORE", "THIS QUARTER", "B00YD545CC", "US", "1")
It gets all the 1-star negative or neutral feedback of this quarter in the ‘US’ marketplace of the ASIN ‘B00YD545CC’.