Skip to content
Open
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
44 changes: 40 additions & 4 deletions public/data/amelia-events.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,50 @@
{
"eventid001": {
"description": "You downloaded a bunch of articles",
"type": "in",
"description": "Don DeClaire's cooke was updated.",
"type": "out",
"createdAt": 1460150135562,
"company": "cnn"
},
"eventid002": {
"description": "Your data is sold for $5",
"description": "An ad was bought for Don DeClaire for $.35",
"type": "out",
"createdAt": 1460150135543,
"company": "cnn"
},
"eventid003": {
"description": "An ad was downloaded for Prana Yoga.",
"type": "in",
"createdAt": 1460150135543,
"company": "cnn"
},
"eventid004": {
"description": "Don DeClaire's cooke was updated.",
"type": "out",
"createdAt": 1460150135562,
"company": "cnn"
},
"eventid005": {
"description": "An ad was bought for Don DeClaire for $.15",
"type": "out",
"createdAt": 1460150135543,
"company": "cnn"
}
},
"eventid006": {
"description": "An ad was downloaded for Woodland Resorts.",
"type": "in",
"createdAt": 1460150135543,
"company": "cnn"
},
"eventid007": {
"description": "An ad was bought for /guest/ for $.04.",
"type": "out",
"createdAt": 1460150135543,
"company": "cnn"
},
"eventid008": {
"description": "An ad was downloaded for DesignCraft Life Logger.",
"type": "in",
"createdAt": 1460150135543,
"company": "cnn"
},
}
25 changes: 22 additions & 3 deletions public/data/guest-events.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,33 @@
{
"eventid001": {
"description": "You [Guest] downloaded a bunch of articles",
"description": "You downloaded articles from your feed",
"type": "in",
"createdAt": 1460150135562,
"company": "cnn"
},
"eventid002": {
"description": "Your data is sold for $5",
"description": "You said you wanted to read: 'How to keep our water clean'",
"type": "out",
"createdAt": 1460150135543,
"company": "cnn"
}
},
"eventid003": {
"description": "Your cookie was updated with 35 trackers",
"type": "out",
"createdAt": 1460150135543,
"company": "cnn"
},
"eventid004": {
"description": "You said you wanted to read an article suggested by Martha Stewart",
"type": "out",
"createdAt": 1460150135543,
"company": "cnn"
},
"eventid005": {
"description": "Your cookie and Martha's cookie were updated with 15 trackers",
"type": "out",
"createdAt": 1460150135543,
"company": "cnn"
},

}
16 changes: 15 additions & 1 deletion public/data/guest-messages.json
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
{}
{
"messageid001": {
"Suggestion": "Kathy Griffin wants to tell you about the US water shortage",
"type": "in",
"createdAt": 1460150135562,
"company" : "DesignCraft"
},
"messageid002": {
"Suggestion": "Jon Bon Jovi wants to share with you about his new haircut.",
"type": "in",
"createdAt": 1460150135562,
"company" : "DesignCraft"
},

}
Loading