smartlead_view_download_statistics
Analyze campaign download statistics by time period and grouping criteria to track performance and identify trends in email marketing data.
Instructions
View statistics about downloaded campaign data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_by | No | How to group the statistics | |
| time_period | No | Time period to filter statistics by |
Input Schema (JSON Schema)
{
"properties": {
"group_by": {
"description": "How to group the statistics",
"enum": [
"type",
"format",
"campaign",
"date"
],
"type": "string"
},
"time_period": {
"description": "Time period to filter statistics by",
"enum": [
"all",
"today",
"week",
"month"
],
"type": "string"
}
},
"type": "object"
}