From 4364eadcc4d37f9e073991819854a12177d33992 Mon Sep 17 00:00:00 2001 From: patrikbraborec Date: Mon, 22 Sep 2025 13:10:34 +0200 Subject: [PATCH 1/2] docs: add link to official PPE documentation --- docs/02_concepts/12_pay_per_event.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/02_concepts/12_pay_per_event.mdx b/docs/02_concepts/12_pay_per_event.mdx index 0d8edbbc..8e3b3207 100644 --- a/docs/02_concepts/12_pay_per_event.mdx +++ b/docs/02_concepts/12_pay_per_event.mdx @@ -13,6 +13,12 @@ Apify provides several [pricing models](https://docs.apify.com/platform/actors/p To use the pay-per-event pricing model, you first need to [set it up](https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event) for your Actor in the Apify console. After that, you're free to start charging for events. +:::info How pay-per-event pricing works + +If you want more details about PPE pricing, please refer to our [PPE documentation](/platform/actors/publishing/monetize/pay-per-event). + +::: + ## Charging for events After monetization is set in the Apify console, you can add `Actor.charge` calls to your code and start monetizing! From e9ba99df8099fa7bb639daa5a8112313a8585fa7 Mon Sep 17 00:00:00 2001 From: patrikbraborec Date: Mon, 22 Sep 2025 13:18:44 +0200 Subject: [PATCH 2/2] docs: fix link --- docs/02_concepts/12_pay_per_event.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/02_concepts/12_pay_per_event.mdx b/docs/02_concepts/12_pay_per_event.mdx index 8e3b3207..f0d4fa60 100644 --- a/docs/02_concepts/12_pay_per_event.mdx +++ b/docs/02_concepts/12_pay_per_event.mdx @@ -15,7 +15,7 @@ To use the pay-per-event pricing model, you first need to [set it up](https://do :::info How pay-per-event pricing works -If you want more details about PPE pricing, please refer to our [PPE documentation](/platform/actors/publishing/monetize/pay-per-event). +If you want more details about PPE pricing, please refer to our [PPE documentation](https://docs.apify.com/platform/actors/publishing/monetize/pay-per-event). :::