Files
CloudOps/docker-compose/mautic-setup/mautic-backup-files/docroot/app/assets/dashboards/stats-overview.json

103 lines
2.7 KiB
JSON
Executable File

{
"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
}
]
}