Reviews collector page can be used to collect product/site reviews. In most scenarios, you would direct users from review request emails to collector page.
Create Reviews Collector
Go to reviews collector page and add a new collector.
Some points to note:
- Layout can be for Product or Site.
- Custom Page can be specified if you want to serve collector page via your own url (like
reviews.example.com
). See how you can setup custom page. - Can display up to 5 products.
- Reviewer must specify Display Name and Email when submitting review.
Access Reviews Collector
In order to access reviews collector page, you need to add url parameters to tell us which products you want to collect reviews.
Specifying Products
Use product_ids=PRODUCT_A_ID,PRODUCT_B_ID
with comma-seperated ID values for list of products you wish to collect reviews.
https://reviews.example.com?product_ids=prd_wpgnildbgg50k5u,prd_d69ctxwe7cr52am
Alternatively, you can pass product_external_ids
to retrieve products using product IDs from ecommerce platform.
https://reviews.example.com?product_external_ids=4169648570416,4510810767408
Additional Parameters
You can pass display_name
and email
to pre-populate these 2 fields.