Initial commit: CloudOps infrastructure platform
This commit is contained in:
@@ -0,0 +1,140 @@
|
||||
{
|
||||
"name": "Engagement",
|
||||
"description": "Start with a dashboard of 13 widgets that provide insights into lead generation, engagement, email interactions, and contact management.",
|
||||
"widgets": [
|
||||
{
|
||||
"name": "Contacts created",
|
||||
"width": 100,
|
||||
"height": 330,
|
||||
"ordering": 0,
|
||||
"type": "created.leads.in.time",
|
||||
"params": {
|
||||
"lists": "identifiedVsAnonymous",
|
||||
"flag": null
|
||||
},
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Visits",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 1,
|
||||
"type": "page.hits.in.time",
|
||||
"params": {
|
||||
"flag": null
|
||||
},
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Contact map",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 3,
|
||||
"type": "map.of.leads",
|
||||
"params": [
|
||||
],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Emails sent \/ opened",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 5,
|
||||
"type": "emails.in.time",
|
||||
"params": {
|
||||
"flag": null
|
||||
},
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Points",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 6,
|
||||
"type": "points.in.time",
|
||||
"params": [
|
||||
],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Unique\/returning visitors",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 7,
|
||||
"type": "unique.vs.returning.leads",
|
||||
"params": [
|
||||
],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Identified vs anonymous leads",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 8,
|
||||
"type": "anonymous.vs.identified.leads",
|
||||
"params": [
|
||||
],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Ignored\/opened emails",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 9,
|
||||
"type": "ignored.vs.read.emails",
|
||||
"params": [
|
||||
],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Upcoming Emails",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 10,
|
||||
"type": "upcoming.emails",
|
||||
"params": [
|
||||
],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Top Contact Creators",
|
||||
"width": 100,
|
||||
"height": 330,
|
||||
"ordering": 11,
|
||||
"type": "top.creators",
|
||||
"params": [
|
||||
],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Dwell times",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 12,
|
||||
"type": "dwell.times",
|
||||
"params": [
|
||||
],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Recent activity",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 13,
|
||||
"type": "recent.activity",
|
||||
"params": [
|
||||
],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Top lists",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 14,
|
||||
"type": "top.lists",
|
||||
"params": [
|
||||
],
|
||||
"template": null
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "Default",
|
||||
"description": "Start with a dashboard of 5 widgets that provide an overview of your marketing activities and performance metrics.",
|
||||
"widgets":
|
||||
[
|
||||
{
|
||||
"name": "Contacts Created",
|
||||
"width": 100,
|
||||
"height": 330,
|
||||
"ordering": 0,
|
||||
"type": "created.leads.in.time",
|
||||
"params": {
|
||||
"lists": "identifiedVsAnonymous"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Page Visits",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 1,
|
||||
"type": "page.hits.in.time",
|
||||
"params": {
|
||||
"flag": "unique"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Form Submissions",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 2,
|
||||
"type": "submissions.in.time"
|
||||
},
|
||||
{
|
||||
"name": "Recent Activity",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 3,
|
||||
"type": "recent.activity"
|
||||
},
|
||||
{
|
||||
"name": "Upcoming Emails",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 4,
|
||||
"type": "upcoming.emails"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"name": "Example - Email Overview",
|
||||
"description": "Start with a dashboard of 7 widgets that provide insights into email interactions and contact management.",
|
||||
"widgets": [
|
||||
{
|
||||
"name": "Emails sent \/ opened",
|
||||
"width": 100,
|
||||
"height": 330,
|
||||
"ordering": 0,
|
||||
"type": "emails.in.time",
|
||||
"params": {
|
||||
"flag": "sent_and_opened"
|
||||
},
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Upcoming emails",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 1,
|
||||
"type": "upcoming.emails",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Ignored\/opened emails",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 2,
|
||||
"type": "ignored.vs.read.emails",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Most sent emails",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 3,
|
||||
"type": "most.sent.emails",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Most read emails",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 4,
|
||||
"type": "most.read.emails",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Contact map",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 5,
|
||||
"type": "map.of.leads",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Contacts created",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 6,
|
||||
"type": "created.leads.in.time",
|
||||
"params": {
|
||||
"lists": "identifiedVsAnonymous",
|
||||
"flag": null
|
||||
},
|
||||
"template": null
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"name": "Forms and Assets",
|
||||
"description": "Start with a dashboard of 14 widgets that help you to check form submissions and identified contacts.",
|
||||
"widgets": [
|
||||
{
|
||||
"name": "Contacts Created",
|
||||
"width": 100,
|
||||
"height": 330,
|
||||
"ordering": 0,
|
||||
"type": "created.leads.in.time",
|
||||
"params": {
|
||||
"lists": "identifiedVsAnonymous"
|
||||
},
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Created contacts in time",
|
||||
"width": 100,
|
||||
"height": 215,
|
||||
"ordering": 0,
|
||||
"type": "created.leads.in.time",
|
||||
"params": {
|
||||
"flag": "identified"
|
||||
},
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Page Visits",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 1,
|
||||
"type": "page.hits.in.time",
|
||||
"params": {
|
||||
"flag": "unique"
|
||||
},
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Top segments",
|
||||
"width": 50,
|
||||
"height": 215,
|
||||
"ordering": 1,
|
||||
"type": "top.lists",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Created contacts",
|
||||
"width": 50,
|
||||
"height": 215,
|
||||
"ordering": 2,
|
||||
"type": "created.leads",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Form Submissions",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 3,
|
||||
"type": "submissions.in.time",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Recent Activity",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 3,
|
||||
"type": "recent.activity",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Upcoming Emails",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 4,
|
||||
"type": "upcoming.emails",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Top submission referrers",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 4,
|
||||
"type": "top.submission.referrers",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Created forms",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 5,
|
||||
"type": "created.forms",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Downloads in time",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 6,
|
||||
"type": "asset.downloads.in.time",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Popular assets",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 7,
|
||||
"type": "popular.assets",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Unique vs repetitive downloads",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 8,
|
||||
"type": "unique.vs.repetitive.downloads",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Created assets",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 9,
|
||||
"type": "created.assets",
|
||||
"params": [],
|
||||
"template": null
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"name": "Landing pages",
|
||||
"description": "Start with a dashboard of 11 widgets that provide insights related to landing pages and interactions.",
|
||||
"widgets": [
|
||||
{
|
||||
"name": "Contacts Created",
|
||||
"width": 100,
|
||||
"height": 215,
|
||||
"ordering": 0,
|
||||
"type": "created.leads.in.time",
|
||||
"params": {
|
||||
"lists": "identifiedVsAnonymous"
|
||||
},
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Page visits in time",
|
||||
"width": 50,
|
||||
"height": 215,
|
||||
"ordering": 1,
|
||||
"type": "page.hits.in.time",
|
||||
"params": {
|
||||
"flag": ""
|
||||
},
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Downloads in time",
|
||||
"width": 50,
|
||||
"height": 215,
|
||||
"ordering": 2,
|
||||
"type": "asset.downloads.in.time",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Unique vs returning visitors",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 4,
|
||||
"type": "unique.vs.returning.leads",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Upcoming Emails",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 4,
|
||||
"type": "upcoming.emails",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Dwell times",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 5,
|
||||
"type": "dwell.times",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Popular landing pages",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 6,
|
||||
"type": "popular.pages",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Created Landing pages",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 7,
|
||||
"type": "created.pages",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Device granularity",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 8,
|
||||
"type": "device.granularity",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Popular assets",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 9,
|
||||
"type": "popular.assets",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Form Submissions",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 11,
|
||||
"type": "submissions.in.time",
|
||||
"params": [],
|
||||
"template": null
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,103 @@
|
||||
{
|
||||
"name": "Example - Stats Overview",
|
||||
"description": "Start with a dashboard of 10 widgets that provide statistic about lead generation, engagement, and email interactions.",
|
||||
"widgets": [
|
||||
{
|
||||
"name": "Contacts created",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 0,
|
||||
"type": "created.leads.in.time",
|
||||
"params": {
|
||||
"lists": "identifiedVsAnonymous",
|
||||
"flag": null
|
||||
},
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Visits",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 1,
|
||||
"type": "page.hits.in.time",
|
||||
"params": {
|
||||
"flag": null
|
||||
},
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Points",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 3,
|
||||
"type": "points.in.time",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Downloads in time",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 4,
|
||||
"type": "asset.downloads.in.time",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Emails sent \/ opened",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 5,
|
||||
"type": "emails.in.time",
|
||||
"params": {
|
||||
"flag": null
|
||||
},
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Submissions in time",
|
||||
"width": 50,
|
||||
"height": 330,
|
||||
"ordering": 6,
|
||||
"type": "submissions.in.time",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Identified vs anonymous leads",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 7,
|
||||
"type": "anonymous.vs.identified.leads",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Ignored\/opened emails",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 8,
|
||||
"type": "ignored.vs.read.emails",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Unique\/returning visitors",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 9,
|
||||
"type": "unique.vs.returning.leads",
|
||||
"params": [],
|
||||
"template": null
|
||||
},
|
||||
{
|
||||
"name": "Dwell times",
|
||||
"width": 25,
|
||||
"height": 330,
|
||||
"ordering": 11,
|
||||
"type": "dwell.times",
|
||||
"params": [],
|
||||
"template": null
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user