> For the complete documentation index, see [llms.txt](https://docs.admira.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.admira.com/english/management/reporting/grouped-campaign-reports.md).

# Grouped campaign reports

The platform incorporates a new tool for grouping reservations or campaigns created in the project, in order to later be able to extract the data on passes issued from the contents of various campaigns in a single broadcast report.

## Campaign grouping section

<figure><img src="/files/d3ztTfG5WqbnijQFnxHz" alt=""><figcaption><p>Add main campaign</p></figcaption></figure>

Clicking on the “**Create campaign group**” icon displays a form in a pop-up window, with the fields for the name of the group campaign and its description (optional).

To **add campaigns** to the created group, click on the + icon and search for the campaign in the selector.

<figure><img src="/files/gENDPRwval7FTN49zobm" alt=""><figcaption><p>Campaign grouping</p></figcaption></figure>

## Generation of emission reports

The grouping of campaigns has a direct implication in the generation of the reports. Once a grouping has been carried out, it will not be possible to generate a report only on the main campaign, but on the grouped ones.

The main characteristics of the reports are the following:

* If the report is generated on a main campaign:
* The passes shown will be the sum of all the campaigns, the father and all the daughters
* The contents shown will be those of the entire group of campaigns
* The data of the campaign will be that of the parent campaign
* The name of the campaign will be the one entered in the Administration section of the parent campaign, in the “name” field. If it is not modified, the name of the report will appear
* If the report is made on a grouped campaign:
* The passes shown will be that of the selected campaign
* The contents shown will be those of the entire selected campaign
* The data of the campaign will be those of the selected campaign
* The name of the campaign will be the one entered in the Administration section, in the “name” field. If it is not modified, the name of the report will appear


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.admira.com/english/management/reporting/grouped-campaign-reports.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
