Skip to main content

Reference Common API Requests

Explore examples of frequently used API calls to retrieve campaign, performance, and audience data.

Tori Cipollone avatar
Written by Tori Cipollone
Updated yesterday

Overview

Below, you will find a list of API requests that our customers most commonly use.

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.


⚠️ Warning: The "ABCDEFG1234567" is a sample key in these API strings. The "key=" field must be replaced with your MNTN account's specific key.


Use Common 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
Did this answer your question?