Overview
The MNTN reporting platform lets you generate API requests to export data into third-party platforms. You can pull a standard API request directly from any data table in your Reporting Dashboard, then customize it by editing parameters.
⚠️ Warning: MNTN doesn't support API-based audience data ingestion or direct integrations with some third-party CRM platforms. To upload audience data, use CSV uploads or the LiveRamp integration. If you have questions about a specific integration, contact Support to confirm availability.
How to
From templated reports
The easiest way to create an API Request is to copy the existing link from any data table within your custom reports.
Click on the Reporting tab.
Click on the Create R2 API Request icon in the top right corner of any templated reporting data table.
This automatically includes all data parameters and formatting from the data table from which it was pulled, as well as the unique API key for your account.
Click Copy and use the API key to export data for ingestion into your internal systems.
From custom reports
If you'd like to add more metrics than those available on the templated report, you can create a custom data table using our custom report builder.
Click on the Reporting tab.
From the left navigation pane, under My Reports, select the desired custom report.
Click Create R2 API Request in the top right corner of any custom reporting data table.
A new API Request will be generated. This automatically includes all data parameters and formatting from the data table from which it was pulled, as well as the unique API key for your account.
Click Copy and use it to export data for ingestion into your internal systems.
Use Common API Requests
Here’s a few common API requests that our customers most frequently use.
Copy the request, substitute the sample “ABCDEFG1234567” with your MNTN account's specific key. See Use Your API Key to learn how to retrieve it.
Campaign ID, Campaign Name x Daily Spend:
https://api3.mountain.com/apidata?begin=mtd&format=human&sum=campaigninfo.id&campaigninfo.name&graph.day&data=campaigninfo.id&campaigninfo.name&graph.day&graph.spend&fullname=true&key=ABCDEFG1234567
Campaign Name, Creative ID x Daily Spend:
https://api3.mountain.com/apidata?begin=mtd&format=human&sum=campaigninfo.name&creativeinfo.id&graph.day&data=campaigninfo.name&creativeinfo.id&graph.day&graph.spend&fullname=true&key=ABCDEFG1234567
Campaign Name, Creative Name x Daily Spend:
https://api3.mountain.com/apidata?begin=wtd&format=human&sum=campaigninfo.name&creativeinfo.name&graph.day&data=campaigninfo.name&creativeinfo.name&graph.day&graph.spend&fullname=true&key=ABCDEFG1234567
Campaign ID, Campaign Name, Creative Name x Daily Spend:
https://api3.mountain.com/apidata?begin=mtd&format=human&sum=graph.day&campaigninfo.id&campaigninfo.name&creativeinfo.id&creativeinfo.name&data=graph.day&campaigninfo.id&campaigninfo.name&creativeinfo.id&creativeinfo.name&graph.spend&fullname=true&key=ABCDEFG1234567




