Collect customer feedback that increases website traffic, drives sales and provides actionable business information.
Control your image
It can be really difficult to reply in time to each review. Automate post-purchase communication, especially when you have profiles on multiple review sites.
Loyal customers
Meet the customers, respond to their concerns and create lasting relationships that will result in more returning visitors.
Building trust
79% of consumers trust reviews, so shorten the process of making decisions by customers. Build trust in your brand by showing your reviews.
Product reviews
Collect positive product reviews from customers for your e-commerce brand's online store and increase sales and SEO
To integrate the application with the DecoNetwork platform, follow these steps:
Log in to the Rating Captain application.
Go to the Website tab and click on the button with the DecoNetwork logo.
Then enter your password and login to DecoNetwork and the URL of your online store.
Click the Save button.
If everything was successful, a message about successful integration will appear.
Attention! Within 24 hours, a list of clients to whom invitations requesting their review will be sent will appear in the Rating requests tab.
You do not have API access? Mail us at [email protected] and we’ll take care of it.
<script>
var RatingCaptain_data_script = {
/* REQUIRED | Email, on this address will be send message */
"email": "{$order->email}",
/* REQUIRED | Order in your system, this field should be unique */
"external_id": "{$order->id}",
/* Optional - Products in this order, each product must have id name and price. */
"products": [
{
"id": "{$product->id}",
"name": "{$product->name}",
"price": "{$product->price}",
"imageUrl": "{$product->image}",
},
]
}
</script>
<script src="https://api.ratingcaptain.com/js_v2/[Your website token]" async></script>
*Each item in bold must be properly configured depending on your system.*Website token you can find here: Website page.