File tree 1 file changed +12
-4
lines changed
website/docs/destinations
1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -196,16 +196,24 @@ See <Link to="#valueconfig">ValueConfig</Link> for detailed usage.
196
196
The ` ignore ` property is used to ignore the event. If set to ` true ` , the event
197
197
won't get pushed to the destination.
198
198
199
- ### consent
200
-
201
- The ` consent ` property is used to require a specific state to process the event.
202
-
203
199
### custom
204
200
205
201
The ` custom ` property is used for individual destination settings. In most cases
206
202
the ` data ` property is enough. But in special cases a ` custom ` mapping might
207
203
simplify the configuration.
208
204
205
+ <DestinationPush
206
+ event = { { event: event .event }}
207
+ mapping = { ` {
208
+ data: "event",
209
+ custom: {
210
+ // Individual settings
211
+ foo: "bar",
212
+ }
213
+ } ` }
214
+ output = { ` "order complete" ` }
215
+ />
216
+
209
217
### batch
210
218
211
219
The ` batch ` property is used to bundle the events before pushing them to the
You can’t perform that action at this time.
0 commit comments