Conversation
|
✅ Preview for this PR (commit |
TC-MO
left a comment
There was a problem hiding this comment.
Approving with a few nits, nothing blocking.
| @@ -0,0 +1,43 @@ | |||
| --- | |||
| title: Marketing tips for defining the Actor price | |||
There was a problem hiding this comment.
Nit: I cannot explain but that title bothers me. Maybe because it's too marketingy? Maybe something like
| title: Marketing tips for defining the Actor price | |
| title: Find the right price for your Actor |
Could work here?
| title: Marketing tips for defining the Actor price | ||
| sidebar_label: Pricing tips | ||
| description: Learn how to find the right price for your Actor by comparing competing tools, accounting for the platform features, and adjusting the pricing based on conversion rates. | ||
| slug: /actors/publishing/monetize/pricing-tips |
There was a problem hiding this comment.
Is the skip of pricing-and-costs in slug intentional?
| --- | ||
| title: Marketing tips for defining the Actor price | ||
| sidebar_label: Pricing tips | ||
| description: Learn how to find the right price for your Actor by comparing competing tools, accounting for the platform features, and adjusting the pricing based on conversion rates. |
There was a problem hiding this comment.
nit: 169 chars (tho we can also discuss how big of leeway we can allow here, right now is ~5 words both ways)
Maybe
| description: Learn how to find the right price for your Actor by comparing competing tools, accounting for the platform features, and adjusting the pricing based on conversion rates. | |
| description: Learn how to price your Actor by comparing competing tools, accounting for platform features, and adjusting the pricing based on conversion rates. |
|
|
||
| ## Adapt your pricing | ||
|
|
||
| Don’t be afraid to experiment with pricing, especially at the beginning. You can also [pass platform usage costs to users](/actors/publishing/monetize/pay-per-event#platform-usage-costs) while figuring out the right price. |
There was a problem hiding this comment.
On one hand this is good advice, on the other, isn't there mandatory 14 day waiting period to adjust pricing? I guess we don't control that.
IIRC going lower on pricing is immediate, maybe we could rephrase to suggest starting higher and adjusting?
|
|
||
| Your Actor is a package deal. Every Apify platform feature adds value on top of your code: scheduling, monitoring runs, different ways of exporting data, proxies, and integrations. | ||
|
|
||
| Make sure to consider these features in your tool's value proposition and communicate it to the potential users. |
Closes #2885 and #1290