Skip to content

Commit

Permalink
Add DataFolder, Email, LinkSend, Send
Browse files Browse the repository at this point in the history
  • Loading branch information
zarathustra323 committed Nov 29, 2018
1 parent 11b077c commit f398050
Showing 1 changed file with 100 additions and 4 deletions.
104 changes: 100 additions & 4 deletions src/default-props.js
Original file line number Diff line number Diff line change
@@ -1,27 +1,123 @@
module.exports = {
ClickEvent: [
'ObjectID',
'ID',
'BatchID',
'CreatedDate',
'EventDate',
'EventType',
'ID',
'ObjectID',
'SendID',
'SubscriberKey',
'URL',
'URLID',
],
OpenEvent: [
DataFolder: [
'AllowChildren',
'Client.ID',
'ContentType',
'CreatedDate',
'CustomerKey',
'Description',
'ID',
'IsActive',
'IsEditable',
'ModifiedDate',
'Name',
'ObjectID',
'ParentFolder.ContentType',
'ParentFolder.ID',
'ParentFolder.IsActive',
'ParentFolder.IsEditable',
'ParentFolder.Name',
'ParentFolder.ObjectID',
],
Email: [
'CategoryID',
'CharacterSet',
'Client.ID',
'ClonedFromID',
'ContentAreas',
'ContentCheckStatus',
'CreatedDate',
'CustomerKey',
'EmailType',
'Folder',
'HasDynamicSubjectLine',
'HTMLBody',
'ID',
'IsActive',
'IsHTMLPaste',
'ModifiedDate',
'Name',
'PartnerKey',
'PreHeader',
'Status',
'Subject',
'TextBody',
],
LinkSend: [
'Client.ID',
'ID',
'Link.Alias',
'Link.ID',
'Link.TotalClicks',
'Link.URL',
'Link.UniqueClicks',
'ObjectID',
'PartnerKey',
'SendID',
],
OpenEvent: [
'EventDate',
'EventType',
'ObjectID',
'SendID',
'SubscriberKey',
],
Send: [
'Additional',
'BccEmail',
'Client.ID',
'CreatedDate',
'Duplicates',
'Email.ID',
'EmailName',
'ExistingUndeliverables',
'ExistingUnsubscribes',
'ForwardedEmails',
'FromAddress',
'FromName',
'HardBounces',
'ID',
'InvalidAddresses',
'IsAlwaysOn',
'IsMultipart',
'MissingAddresses',
'ModifiedDate',
'NumberDelivered',
'NumberErrored',
'NumberExcluded',
'NumberSent',
'NumberTargeted',
'OtherBounces',
'PartnerKey',
'PreviewURL',
'SendDate',
'SendLimit',
'SendWindowClose',
'SendWindowOpen',
'SentDate',
'SoftBounces',
'Status',
'Subject',
'UniqueClicks',
'UniqueOpens',
'Unsubscribes',
],
SendClassification: [
'ObjectID',
'CustomerKey',
'Name',
'ObjectID',
'SendClassificationType',
],
};

0 comments on commit f398050

Please sign in to comment.