You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Pay per event pricing model offers superior flexibility in charging not only for the results but also for any event.
33
+
The pay per event pricing model offers superior flexibility in charging not only for the results but also for any event.
34
34
This helps you to pass on the costs of external APIs or additional processing directly to your users, price different functionalities of your Actor differently, avoid revenue loss from small but usage-heavy runs, and more.
35
35
36
36
37
-
Given that the Pay per event model is fully compatible with Pay per result, and to bring more simplicity to users of your Actors, we are fully deprecating PPR in favor of PPE.
37
+
Given that the pay per event model is fully compatible with pay per result, and to bring more simplicity to users of your Actors, we are fully deprecating PPR in favor of PPE.
38
38
The migration is completely automatic and fully backward compatible.
39
39
40
40
### What happens during migration
41
41
42
-
The migration switches your pricing model from Pay per result to Pay per event. Your price per 1,000 results is automatically converted to an equivalent `apify-default-dataset-item`[event](./pay-per-event#use-synthetic-default-dataset-item-event-apify-default-dataset-item) price.
42
+
The migration switches your pricing model from pay per result to pay per event. Your price per 1,000 results is automatically converted to an equivalent `apify-default-dataset-item`[event](./pay-per-event#use-synthetic-default-dataset-item-event-apify-default-dataset-item) price.
43
43
This change does not count towards the pricing change limits that you are allowed to do once every 30 days.
44
44
45
45
**Code changes:** No changes to your Actor code are required if it already respects the `ACTOR_MAX_PAID_DATASET_ITEMS` environment variable (the price limit set by users).
0 commit comments