-
Notifications
You must be signed in to change notification settings - Fork 200
docs: Document Actor reviews #2580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
szaganek
wants to merge
1
commit into
master
Choose a base branch
from
add-topics-on-actor-reviews
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,45 @@ | ||||||||||||||||||
| --- | ||||||||||||||||||
| title: Monitor your Actor's rating | ||||||||||||||||||
| description: Learn how to monitor your Actor's rating in Apify Store to ensure it meets the quality standards and is performing well. | ||||||||||||||||||
| slug: /actors/publishing/actor-rating | ||||||||||||||||||
| sidebar_position: 6 | ||||||||||||||||||
| --- | ||||||||||||||||||
|
|
||||||||||||||||||
| 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. | ||||||||||||||||||
|
|
||||||||||||||||||
| ## About the Actor rating | ||||||||||||||||||
|
|
||||||||||||||||||
| Your Actor's rating isn't a pure average of all reviews. Instead, it's a weighted average that includes the following factors: | ||||||||||||||||||
|
|
||||||||||||||||||
| - More recent reviews have a higher weight than the older ones. | ||||||||||||||||||
| - Reviews from trusted users have a higher weight. | ||||||||||||||||||
| - Reviews from users who often run your Actor have a higher weight. | ||||||||||||||||||
|
|
||||||||||||||||||
| ## View your Actor's rating and reviews | ||||||||||||||||||
|
|
||||||||||||||||||
| To view your Actor's rating: | ||||||||||||||||||
|
|
||||||||||||||||||
| 1. Navigate to your Actor's page in Apify Store. | ||||||||||||||||||
| 1. Select the **Reviews** tab. | ||||||||||||||||||
|
|
||||||||||||||||||
|  | ||||||||||||||||||
|
|
||||||||||||||||||
| ## Respond to a review | ||||||||||||||||||
|
|
||||||||||||||||||
| 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. | ||||||||||||||||||
|
|
||||||||||||||||||
| To respond, on a user's review, select **Options** > **Reply**. | ||||||||||||||||||
|
|
||||||||||||||||||
| ### Edit your reply | ||||||||||||||||||
|
|
||||||||||||||||||
| To edit your response, on your reply, select **Options** > **Edit**. | ||||||||||||||||||
|
Comment on lines
+33
to
+35
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we really need a one sentence section? Wouldn't it be better to fold it into one? |
||||||||||||||||||
|
|
||||||||||||||||||
| ## Report a review | ||||||||||||||||||
|
|
||||||||||||||||||
| 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). | ||||||||||||||||||
|
|
||||||||||||||||||
| 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: | ||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Admonition feels more natural here, doesn't it?
Suggested change
|
||||||||||||||||||
|
|
||||||||||||||||||
| - The review isn't a favorable opinion of the Actor. | ||||||||||||||||||
| - The problems indicated in the review could be resolved by opening an issue. | ||||||||||||||||||
| - The review describes an edge case or an issue that has since been resolved. | ||||||||||||||||||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't it make more sense to lead in with what it is? Or is the weighted average an actual assumption that community has and we want to dispel that explicitly?