-
Notifications
You must be signed in to change notification settings - Fork 133
docs(platform:actors): Actor quality score #2005
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
Merged
Merged
Changes from 11 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
8ec071e
Actor quality score
VojtaKai da4fbfa
fixed linter
VojtaKai 087ab0c
section Trustworthiness
VojtaKai f445d90
fixed texts
VojtaKai c0e63d9
update frequency heads-up
VojtaKai 79b3591
Merge remote-tracking branch 'origin/master' into feature/actor-quali…
VojtaKai 6c46580
updated picture
VojtaKai bbb6655
fixed linter error
VojtaKai 1aa50ed
styling changes
VojtaKai 86df989
section moved to admonition
VojtaKai a730ee7
score updates and fluctuations
VojtaKai 7dc76b8
scores updates and fluctuations headings
VojtaKai 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,79 @@ | ||||||||||||||||||||
| --- | ||||||||||||||||||||
| title: Actor quality score | ||||||||||||||||||||
| description: The Actor quality score tells you how well your Actor is doing in terms of reliability, ease of use, popularity and other quality indicators. The score ranges from 0 to 100 and influences your visibility in the Store. | ||||||||||||||||||||
| slug: /actors/publishing/quality-score | ||||||||||||||||||||
| sidebar_position: 5 | ||||||||||||||||||||
| --- | ||||||||||||||||||||
|
|
||||||||||||||||||||
| The Actor quality score is a metric that evaluates your Actor's performance across multiple dimensions, including reliability, ease of use, popularity, and other quality indicators. Scores range from 0 to 100 and influence your Actor's visibility and placement in the Apify Store. | ||||||||||||||||||||
|
|
||||||||||||||||||||
| --- | ||||||||||||||||||||
|
|
||||||||||||||||||||
| ## How to view your score | ||||||||||||||||||||
|
|
||||||||||||||||||||
| Navigate to **Console > Insights > Actor quality**, and then select your Actor. | ||||||||||||||||||||
|
|
||||||||||||||||||||
|  | ||||||||||||||||||||
|
|
||||||||||||||||||||
| ## Overview | ||||||||||||||||||||
|
|
||||||||||||||||||||
| The Actor quality score aggregates multiple performance and quality metrics into a single numerical rating. This score indicates your Actor's health and user satisfaction. A higher score improves your Actor's discoverability in the Apify Store. | ||||||||||||||||||||
|
|
||||||||||||||||||||
| The platform provides in-app recommendations to help you identify improvement opportunities and optimize your Actor's quality score. | ||||||||||||||||||||
|
|
||||||||||||||||||||
| _Score updates_: The Actor quality score recalculates several times per day. Changes you make to your Actor may take time to reflect in your score, and improvement recommendations may continue to appear in the Actor quality dashboard for a period after you have addressed the underlying issues. | ||||||||||||||||||||
|
||||||||||||||||||||
| _Score updates_: The Actor quality score recalculates several times per day. Changes you make to your Actor may take time to reflect in your score, and improvement recommendations may continue to appear in the Actor quality dashboard for a period after you have addressed the underlying issues. | |
| ### Score updates | |
| The Actor quality score recalculates several times per day. Changes you make to your Actor may not immediately reflect in your score. Improvement recommendations may continue to appear in the Actor quality dashboard even after you have addressed the underlying issues. |
Outdated
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.
Suggested change
| _Score fluctuations_: Your quality score may change even without you modifying your Actor. This happens for two main reasons: First, your score is influenced by how well your Actor performs relative to other Actors on the platform. As other Actors improve or decline, your relative position may shift. Second, the quality score algorithm continues to evolve with new properties being added and adjustments to existing calculations. | |
| _Score fluctuations_: Your quality score may change even without you modifying your Actor. This happens for two reasons: | |
| - Your score is influenced by how well your Actor performs relative to other Actors on the platform. As other Actors improve or decline, your relative position may shift. | |
| - The quality score algorithm continues to evolve with new properties being added and adjustments to existing calculations. |
Outdated
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.
Or
Suggested change
| _Score fluctuations_: Your quality score may change even without you modifying your Actor. This happens for two main reasons: First, your score is influenced by how well your Actor performs relative to other Actors on the platform. As other Actors improve or decline, your relative position may shift. Second, the quality score algorithm continues to evolve with new properties being added and adjustments to existing calculations. | |
| ### Score fluctuations | |
| Your quality score may change even without you modifying your Actor. This happens for two main reasons: First, your score is influenced by how well your Actor performs relative to other Actors on the platform. As other Actors improve or decline, your relative position may shift. Second, the quality score algorithm continues to evolve with new properties being added and adjustments to existing calculations. |
patrikbraborec marked this conversation as resolved.
Show resolved
Hide resolved
patrikbraborec marked this conversation as resolved.
Show resolved
Hide resolved
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.