Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

export_statistics_csv

Export campaign performance data as CSV files for analysis. Retrieve statistics across specified time periods and metrics to track marketing results and generate reports.

Instructions

Export campaign statistics as a CSV file

This retrieves statistics for all campaigns in CSV format.

Args: user_id: User ID account_id: Account ID from_timestamp: Statistics start timestamp (Unix timestamp) to_timestamp: Statistics end timestamp (Unix timestamp) curves: List of statistic types to retrieve (same values as get_statistics) time_zone: Timezone for statistics (e.g., "America/New_York", "Europe/Belgrade")

Returns: CSV file data with campaign statistics

Input Schema

NameRequiredDescriptionDefault
user_idYes
account_idYes
from_timestampYes
to_timestampYes
curvesYes
time_zoneYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "type": "string" }, "curves": { "items": { "type": "integer" }, "type": "array" }, "from_timestamp": { "type": "integer" }, "time_zone": { "type": "string" }, "to_timestamp": { "type": "integer" }, "user_id": { "type": "string" } }, "required": [ "user_id", "account_id", "from_timestamp", "to_timestamp", "curves", "time_zone" ], "type": "object" }

Other Tools from Multilead Open API MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/vanman2024/multilead-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server