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

48 lines
1.2 KiB
JSON
Executable File

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