Initial commit: CloudOps infrastructure platform
This commit is contained in:
@@ -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