Skip to main content

Description

Assigns an existing tag to one or more reviews. You can target reviews explicitly by ID, or apply the tag in bulk using filter criteria such as date range, source, rating, or keyword. The tag must already exist — create it first with create_review_tag if needed.
bid is the location business ID (child location), not the enterprise account ID. Call get_child_locations to get valid location IDs.

Parameters

Example Usage

Notes

  • Either reviewIds OR at least one filter parameter (fromDate, toDate, sources, ratings, keywords, searchStr) must be provided.
  • The tag must already exist — use create_review_tag to create it first and get_review_tags to verify it exists.
  • Use get_reviews to find reviewIds for explicit assignment.