Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions components/confection/sources/new-event/new-event.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ export default {
version: "0.0.1",
dedupe: "unique",
description:
"Emit new event when a UUID receives a value for the configured **Event Name**. The latest value as well a history of all values ever received for that **Event Name** will be returned.",
'Emit new event when a UUID receives a value for the configured **Event Name**. The latest value as well a history of all values ever received for that **Event Name** will be returned.',
props: {
...common.props,
eventName: {
propDefinition: [
confection,
"eventName",
'eventName',
],
description:
"Provide the event name to watch. All accounts have `loadtime` & `pageviewBatch` events by default.",
'Provide the event name to watch. All accounts have `loadtime` & `pageviewBatch` events by default.',
},
},
methods: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
triggerField: {
propDefinition: [
confection,
"triggerField",
'triggerField',
],
description:
"Define a field to be used to indicate that a UUID is significant enough to be a lead. You must enter the form input name which Confection uses as the api name of the field.",
Expand Down