Skip to content

Commit

Permalink
Add ClickEvent and OpenEvent defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Nov 28, 2018
1 parent 002f8ad commit c6d1b14
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/default-props.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
module.exports = {
ClickEvent: [
'ObjectID',
'ID',
'BatchID',
'CreatedDate',
'EventDate',
'EventType',
'SendID',
'SubscriberKey',
'URL',
'URLID',
],
OpenEvent: [
'ObjectID',
'EventDate',
'EventType',
'SendID',
'SubscriberKey',
],
SendClassification: [
'ObjectID',
'CustomerKey',
Expand Down

0 comments on commit c6d1b14

Please sign in to comment.