Skip to content

Commit 9e3027a

Browse files
docs: Add synthetic start event for existing events
1 parent ae896f6 commit 9e3027a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ For new Actors, this event is added automatically as you can see on the followin
108108

109109
If you have existing Actors, you can add this event manually in Apify Console.
110110

111+
#### Synthetic start event for Actors with start event
112+
113+
Your Actor might already have a start event defined, such as `actor-start` or another variant of the event name. In this case, you can choose whether to use the synthetic start event or keep the existing start event.
114+
115+
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.
116+
111117
### Charge for invalid input
112118

113119
Charge for things like URLs that appear valid but lead to errors (like 404s) since you had to open the page to discover the error. Return error items with proper error codes and messages instead of failing the entire Actor run.

0 commit comments

Comments
 (0)