# API Overview

The API enables the user to connect directly to the back-end of the Reporting Studio, allowing you to pull DSP data into your back-end to enable self-service reporting capabilities.

### **Requesting Access**

To request access please follow [this link](/ads/ad-s-marketing-cloud-api/how-to-access-the-api.md).

### **Reporting Studio Setup**

| **Filters**    | Limit the data in your report. For example, add the Advertiser filter, and your report will only contain about the chosen advertiser.                         |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Dimensions** | Descriptors that aren't numerical totals like clocks or impressions. For example, choose Creative ID to report on how a given type of creative is performing. |
| **Metrics**    | Units of measurements like clicks, conversions or impressions. They are often expressed as numerical totals or percentages.                                   |

## <br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sportradar.com/ads/ad-s-marketing-cloud-api/api-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
