Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions sources/platform/actors/monetizing/set-up-monetization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,17 @@ The following changes are considered significant:
- Increasing prices.
- Adding a new paid event.

When you submit a significant change, users of your Actor are notified and the change is scheduled to take effect after 14 days. During this waiting period, the current pricing remains active.
When you submit a significant change, users of your Actor are notified and the change is scheduled to take effect after 14 days. During this notice period, the current pricing remains active.

:::caution You can't cancel a planned change

Once you submit a significant change, you can't cancel or modify it. To revert a planned change, [contact support](https://apify.com/contact).

:::

Plan your pricing strategy carefully. A pending change blocks submitting new ones. Wait for the significant change to take effect before submitting another one.
You can submit significant changes once per month per Actor, so plan your pricing strategy carefully. A pending change blocks submitting new ones. Wait for the significant change to take effect before submitting another one.

Note that if your Actor has no paying users, the waiting period doesn't apply and the change takes effect immediately.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Factually correct 👍

note: In the codebase we call it cooldown and notice period
cooldown = monthly change limit since last significant change = waiting period
notice period = for significant changes (price increase typically) 14 days


For details, see [Apify Store publishing terms and conditions](/legal/store-publishing-terms-and-conditions).

Expand Down
Loading