Skip to content

Commit 3ee3f1c

Browse files
committed
minor doc fixes
1 parent b6e65c1 commit 3ee3f1c

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

sources/platform/actors/publishing/monetize/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The following table compares the two main pricing models available for monetizin
3838
| Marketing boost | Standard visibility | Standard visibility | Priority store placement |
3939
| Commission opportunities| Standard 20% | Standard 20% | Promotional 0% periods (until 01/11/2025) |
4040
| Custom event billing | Not available | Not available | ✅ Charge for any event |
41-
| Per-result billing | Not available | ✅ Charge per dataset item | Optional (via event; automatic via `apify-actor-default-dataset-item`) |
41+
| Per-result billing | Not available | ✅ Charge per dataset item | Optional (via event; automatic via `apify-default-dataset-item`) |
4242

4343
## Setting up monetization
4444

sources/platform/actors/publishing/monetize/pay_per_event.mdx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -179,17 +179,15 @@ Your Actor might already have a start event defined, such as `actor-start` or an
179179

180180
If you want to use the synthetic start event, remove the existing start event from your Actor and add the synthetic start event in Apify Console in the **Publication** tab.
181181

182-
### Use synthetic default dataset item event `apify-actor-default-dataset-item`
182+
### Use synthetic default dataset item event `apify-default-dataset-item`
183183

184-
::::info Automatic per-item charging
184+
The `apify-default-dataset-item` synthetic event charges users for each item written to the run's default dataset. It lets you align PPE pricing with per-result use cases without adding charging code to your Actor.
185185

186-
The `apify-actor-default-dataset-item` synthetic event charges users for each item written to the run's default dataset. It lets you align PPE pricing with per-result use cases without adding charging code to your Actor.
187-
188-
::::
186+
This event simplifies migration from rental or pay-per-result Actors to the pay-per-event (PPE) model. No code changes are required.
189187

190188
#### How the synthetic default dataset item event works
191189

192-
- Apify automatically charges this event whenever your Actor writes an item to the default dataset (for example, when using `Actor.pushData` without opening a named dataset).
190+
- Apify automatically charges this event whenever your Actor writes an item to the default dataset (for example, when using `Actor.pushData`).
193191
- No code changes are required to charge this event.
194192
- You can remove the event in Apify Console if you don't want automatic charging for default dataset items. If you remove it, default dataset writes will no longer be charged automatically.
195193
- The event applies only to the default dataset of the run. Writes to other (non-default) datasets are not charged by this synthetic event.

0 commit comments

Comments
 (0)