-
Notifications
You must be signed in to change notification settings - Fork 129
docs: PPE docs improvements #1948
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
Conversation
Preview for this PR was built for commit |
Preview for this PR was built for commit |
Preview for this PR was built for commit |
Preview for this PR was built for commit |
Preview for this PR was built for commit |
Hi guys (@TC-MO , @mnmkng , @jirispilka , @metalwarrior665). I would appreciate your "last" review before merge so we can merge it. Thanks! |
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.
I trust you 😄
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.
Looks good
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.
One more nit: I think it would be nice to use round numbers in the computations and totals.
Sorry, I missed that earlier.
If you tweak the numbers a bit, you can avoid things like $20.05 with two decimal places. This just adds noise.
Perhaps, the intention was to highlight that we automatically round up numbers (which I don’t think we do),
For example, in the last row you have:
1,000 × 0.002 + 5 × 0.001 + 200 × 0.005 = 2 + 0.005 + 1 = 3.01 (not 3.005).
Would something like this work? Note: I've swapped price for post and profile.

Otherwise, good for me 💪🏻
sources/academy/platform/get_most_of_actors/store_basics/how_actor_monetization_works.md
Outdated
Show resolved
Hide resolved
apify-api/openapi/paths/actor-runs/actor-runs@{runId}@charge.yaml
Outdated
Show resolved
Hide resolved
sources/academy/platform/get_most_of_actors/store_basics/how_actor_monetization_works.md
Outdated
Show resolved
Hide resolved
sources/academy/platform/get_most_of_actors/store_basics/how_actor_monetization_works.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
Co-authored-by: Michał Olender <92638966+TC-MO@users.noreply.github.com>
Preview for this PR was built for commit |
Preview for this PR was built for commit |
) ### Description: Update docs with signature query parameter for the following endpoints: - /key-value-store-record-get - /key-value-store-keys-get - /dataset-items-get ### Issues: Closed: #1954
Preview for this PR was built for commit |
Thank you, the pricing looks better |
Preview for this PR was built for commit |
Preview for this PR was built for commit |
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.
LGTM after changes, thank you!
The PR improves and fixes several PPE/PPR docs related things:
Please take a look. Thanks!
TODOs:
Add updates about changing monetizationNote
Adds support to update an Actor’s tagged builds via API and substantially updates PPE/PPR monetization docs with clearer examples, guidance, and cross-links.
taggedBuilds
toUpdateActorRequest
schema to manage tag→build mappings (latest
,beta
, etc.).apify-actor-start
) guidance and recommendations.Actor update
API.Written by Cursor Bugbot for commit 2accfa7. This will update automatically on new commits. Configure here.