Direct Link To Capture Page
You can direct link to your review capture page.
You must specifc several values in the url.
The structure for your link is as follows:
https://[Your Domain]
/a/reviews/[Capture Type]
?entity_id=[Entity Id]
[Your Domain]
This is your domain address, like: www.example.com
[Capture Type]
This is an abbreviation for Reviews (r
) or Questions (q
). The acceptable values are: r
, q
[Entity Id]
This is the Shopify entity id for a Product
, Collection
, or Page
. This is available as the number id suffix on any Shopify admin page url like /admin/products/981239123
. This field is appened to the final direct link as a query parameter, for example: ?entity_id=981239123
.
[Variant Id]
(Optional)
This is an optional field for the Shopify Variant id for a Product
. This is available as the number id suffix on any Shopify admin page url like /admin/products/981239123
[Language]
(Optional)
Finished Link
https://www.example.com
/a/reviews/r
?entity_id=981239123
*with optional variant_id
https://www.example.com
/a/reviews/q
?entity_id=981239123
&variant_id=2014837130
Optional Entity Type
We default to the entity_type
of products
.
If you would like to specify one of the other allowed entity types (collections
or pages
), you will need to add it to your link as a parameter like below:
https://www.example.com
/a/reviews/r
?entity_id=981239123
&entity_type=collections