Rank higher in Google Maps
Check out new app Check it out
Increase sales
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
Sammeln Sie positive Produktbewertungen von Kunden für den Online-Shop Ihrer E-Commerce-Marke und steigern Sie Umsatz und SEO
Shopify WooCommerce Deconetwork Baselinker Alles ansehen
mdi-chat-processing-outline
Support kontaktieren: +48 572 971 973 oder [email protected]
Blog
Erfahren Sie, was es Neues gibt
Wissensbasis
Alle technischen Informationen
Analysieren Sie Ihren Online-Auftritt
Unser Tool gibt Ihnen einen detaillierten Einblick in das Image Ihres Unternehmens
Erfahren Sie mehr
mdi-chat-processing-outline
Support kontaktieren: +48 572 971 973 oder [email protected]
Local SEO Kunden Preise
Anmelden
English
Polish
Anmelden jetzt starten Increase sales Control your image Loyal customers Building trust Product reviews Blog Wissensbasis Local SEO Kunden Preise Increase sales Loyal customers Control your image Building trust Product reviews Blog Wissensbasis API-Dokumentation Kunden Preise Karriere Team Bewertungen Partnerprogramm Nutzungsbedingungen Datenschutzrichtlinien Datenverarbeitung

Wie analysiert man Kundenbewertungen?

Wie analysiert man Kundenbewertungen?

 

Jetzt, da Sie bereits Feedback sammeln, ist es Zeit für die Analyse. Um Bewertungen und Kundenmeinungen zu überprüfen, befolgen Sie die folgenden Schritte.

 

  1. Wechseln Sie zum Tab Bewertungen und Meinungen.
  2. Oben finden Sie Filter, mit denen Sie einzelne Arten von Meinungen analysieren können.
  3. In der Kategorie-Sektion können Sie sehen, mit welchen Hindernissen Kunden bei der Nutzung Ihres Angebots konfrontiert sind.
  4. In der Tabelle sehen Sie Bewertungen und Kommentare entsprechend den von Ihnen ausgewählten Filtern.
  5. Achten Sie auch auf die Stimmung der Meinungen (roter oder grüner Balken).

 

Sehr wichtig! Vergessen Sie nicht, auf jede erscheinende Meinung zu antworten.

 

Wenn Sie die Schwachstellen Ihrer Kunden bereits kennen, versuchen Sie, Änderungen in Ihrem Unternehmen vorzunehmen, die die Zufriedenheit der Verbraucher erhöhen. Vielleicht müssen Sie sich den Kundenservice genauer ansehen? Oder ist es Zeit, Ihren Produktlieferanten zu wechseln?

        
<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.
        
            
<script>
    var rc_products = {/literal}[{foreach from=$items item=i name=list}
{
    'id': '{$i->product_id}',
    'name': '{$i->name}',
    'price': '{$i->price_gross|money_without_currency}',
    'imageUrl': '{$i->product->images[0]->url|product_img_url:th100}'
},
    {/foreach}]{literal};
        var RatingCaptain_data_script = {
            "email": '{client_email}',
            "external_id": '{order_id}',
            "products": rc_products
        }
</script>
<script src="https://ratingcaptain.com/api/js_v2/[Your website token]" async></script>

*Website token you can find here: Website page.
            
        
            
<script>
    var rc_products = [{products}
        {
        "id": "{products.product_id}",
        "price": "{products.float_price}",
        "imageUrl": "{products.img}",
        "name": "{products.name}"
        },
    {/products}];
    var RatingCaptain_data_script = {
        "email": '{email}',
        "external_id": '{order_id}',
        "products": rc_products
    }
</script>
<script src="https://ratingcaptain.com/api/js_v2/[Your website token]" async></script>

*Website token you can find here: Website page.
            
        
            
<script>
    var RatingCaptain_data_script = {
            "email": "[[email]]",
            "external_id": "[[orderid]]"
    }
</script>
<script src="https://ratingcaptain.com/api/js_v2/[Your website token]" async></script>

*Website token you can find here: Website page.
            
        
            
{% block page_checkout_finish_rating_captain %}
    {% set ratingProducts = [] %}
    {% for lineItem in page.order.lineItems.elements %}
        {% if lineItem.type is same as 'product' %}
            {% if lineItem.cover.url %}
                {% set ratingProduct = {
                    id: lineItem.payload.productNumber,
                    name: lineItem.label,
                    price: lineItem.price.totalPrice,
                    imageUrl: lineItem.cover.url,
                } %}
            {% else %}
                {% set ratingProduct = {
                    id: lineItem.payload.productNumber,
                    name: lineItem.label,
                    price: lineItem.price.totalPrice,
                } %}
            {% endif %}
            {% set ratingProducts = ratingProducts|merge([ratingProduct]) %}
        {% endif %}
    {% endfor %}
    {% set ratingCaptainData = {
        email: page.order.orderCustomer.email,
        external_id: page.order.orderNumber,
        products: ratingProducts
    } %}
    <script>
        var RatingCaptain_data_script = [{{ ratingCaptainData | json_encode | raw }}];
    </script>
    <script src="https://ratingcaptain.com/api/js_v2/[Your website token]" async></script>
{% endblock %}

*Website token you can find here: Website page.
            
        
Was the article helpful?
mdi-check Yes mdi-close No
Thank you for rate this article.
7 out of 8 found this article helpful
Tabel of contents
Still need help?
If you have not found the information you are interested in, contact us directly. Our support will help to solve your doubts
Kontakt
To start
Watch our video explaining the basic functions of Rating Captain.
Watch video