Skip to main content

Description

Returns the complete request-to-review funnel, including per-source click data. Use it when the user needs SMS opens, source-level click details, or a per-location tabular view. For a simpler account summary, use get_review_conversion_report.

Parameters

Example Usage

Example Response

Response Fields

Each row includes email and SMS sent, open, and click information; recommended and non-recommended source click counts; reviews generated by source; and totalReviewsCount. Summary mode returns a Total row, while tabular mode returns location rows.

Notes

  • All click percentages are based on the sent total for that channel, not the open total. emailSentInfo.percent/smsSentInfo.percent are self-referential and equal 100 — confirmed in testing.
  • With no reportType, the response is a single-element array containing the "Total" account rollup, matching the schema’s “graph view.” Pass reportType: "Tabular" for one row per location.