Skip to main content
Common API Requests

A list of API requests that our customers most commonly use.

Tori Cipollone avatar
Written by Tori Cipollone
Updated over a month ago

Below, you will find a list of API requests that our customers most commonly use. We recommend that you review our "Customizing an API Request Guide" and our "R2 API Request" Guide to learn more about our R2 API, customizing requests, and editing existing requests.

Commonly Used API Requests

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

As a reminder, all data tables in our reporting suite have the option for an R2 API creation, so you can build out custom tables to your liking and generate an API Request to match by clicking on the R2 API icon in the right-hand corner of the table.

💡Note: The "ABCDEFG1234567" is a sample key in these API strings. The "key=" field must be replaced with your MNTN account's specific key. Details on where to find your account key can be found here.

Did this answer your question?