Overview
This article outlines the three different ways you can export MNTN reporting data, whether you're sending it to a teammate, Business Intelligence platform, or reporting tool.
You can:
Download reports manually
Retrieve data programmatically via API
Send data on a schedule via email
The right method depends on your workflow, how often you need the data, and whether you prefer a manual or automated approach.
Data Export Methods
CSV File (Manual Export)
You can download report data directly from MNTN as a CSV file.
How it works:
Generate a report in the MNTN platform with your desired metrics.
Download the report as a CSV file.
Upload or import the file into your external tool.
When to use:
One-off analysis
Ad hoc reporting
Low-frequency data needs
π Note: This method is manual and requires downloading a new file each time you want updated data.
API (Automated Retrieval)
You can retrieve MNTN data programmatically using our API.
How it works:
Connect your system to the MNTN API.
Request data on demand or on a scheduled basis.
Ingest the data directly into your tool or workflow.
When to use:
Ongoing reporting
Automated workflows
Real-time or regularly scheduled data access
π‘ Pro Tip: This is the most scalable and automated option for accessing MNTN data.
Scheduled Email with CSV
You can send report data to an email address on a set schedule.
How it works:
Configure a report in MNTN.
Set a delivery schedule (e.g., daily, weekly).
Send the report as a CSV attachment to a specified email address.
When to use:
Simple recurring reporting
Workflows that rely on email-based ingestion
Sharing data with teams or systems that accept email attachments
Choose the Right Method
Method | Best For |
CSV Download | One-time or occasional use |
API | Automated and ongoing access |
Scheduled Email | Recurring, lightweight workflows |
