Description
Returns review count and average rating as a time series. Use it to identify rating trends, review-volume changes, seasonality, and spikes.Parameters
Example Usage
Response Fields
Each time bucket containsmilestone for the bucket date, count for review volume, and rating for average rating.
Notes
- A
ratingof0.0withcount: 0means the bucket has no reviews; it is not a zero-star average. - Use
get_review_and_rating_by_locationfor location comparisons.