Skip to content

Commit c9fc837

Browse files
szaganekTC-MO
andauthored
docs: Document Actor reviews (#2580)
Closes [#20981](apify/apify-core#20981). --------- Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
1 parent a0a72ce commit c9fc837

6 files changed

Lines changed: 364 additions & 19 deletions

File tree

sources/platform/actors/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ To get a better idea of what Apify Actors are, visit [Apify Store](https://apify
7474

7575
## Public and private Actors
7676

77-
Actors can be [public](./actors/running/actors-in-store) or private. Private Actors are yours to use and keep; no one will see them if you don't want them to. Public Actors are [available to everyone](./running/store.md) in [Apify Store](https://apify.com/store). You can make them free to use, or you can [charge for them](https://blog.apify.com/make-regular-passive-income-developing-web-automation-actors-b0392278d085/).
77+
Actors can be [public](/actors/running/store/index.md) or private. Private Actors are yours to use and keep; no one will see them if you don't want them to. Public Actors are available to everyone in [Apify Store](https://apify.com/store). You can make them free to use, or you can [charge for them](https://blog.apify.com/make-regular-passive-income-developing-web-automation-actors-b0392278d085/).
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
title: Monitor your Actor's rating
3+
description: Learn how to monitor your Actor's rating and reviews in Apify Store.
4+
slug: /actors/publishing/actor-rating
5+
sidebar_position: 6
6+
---
7+
8+
Users can review your Actor in Apify Store. Their ratings impact your Actor's [quality score](/platform/actors/publishing/quality-score) and help it rank higher in search results. User reviews are also a great source of feedback that you can use to improve your Actor.
9+
10+
## About the Actor rating
11+
12+
Your Actor's rating is a weighted average that includes the following factors:
13+
14+
- More recent reviews have a higher weight than the older ones.
15+
- Reviews from trusted users have a higher weight.
16+
17+
## View your Actor's rating and reviews
18+
19+
To view your Actor's rating:
20+
21+
1. Navigate to your Actor's page in Apify Store.
22+
1. Select the **Reviews** tab.
23+
24+
![Actor's rating and reviews in Apify Store](../running/images/store/actor_reviews.svg)
25+
26+
## Respond to a review
27+
28+
You can leave a public reply to a user's review on your Actor. Use this option to address the user's concerns, help them better understand the Actor, or provide additional information.
29+
30+
To respond, on a user's review, select **Options** > **Reply**.
31+
32+
### Edit your reply
33+
34+
To edit your response, on your reply, select **Options** > **Edit**.
35+
36+
## Report a review
37+
38+
If you believe that a review doesn't follow the community standards, you can report it. For details, see [Report a review](/platform/actors/running/reviews#report-a-review).
39+
40+
Note that the support team verifies all reports and only deletes the reviews that violate Apify policies. Users can share their experience even if it's negative. Here are some invalid reasons for reporting a review:
41+
42+
- The review isn't a favorable opinion of the Actor.
43+
- The problems indicated in the review could be resolved by opening an issue.
44+
- The review describes an edge case or an issue that has since been resolved.

0 commit comments

Comments
 (0)