
Answering a question such as *"Which campaigns drive engagement? Which stores perform best? How do loyalty tiers affect purchase behavior?"* usually requires building three or four separate reports and comparing them manually, or writing an API query.

A single report can include several metrics of the same type, displayed side by side and split by one dimension. Instead of exporting multiple CSV files and combining them in a spreadsheet, you get one report, multiple columns, and one table.

This applies to any scenario where you need three to four KPIs of the same type, split by a single dimension such as campaign, store, segment, or channel.

## Example - Campaign effectiveness
---
**Business question:** *"Which email campaigns drive the most opens AND clicks - and which just burn volume?"*

**Why this matters:** The number of messages sent does not indicate campaign quality on its own. A campaign with a high send volume but a low click-through rate may perform worse than a smaller campaign with strong engagement (for example, a campaign with 100k sends and a 1% CTR is less effective than one with 10k sends and a 20% CTR). By combining Sent, OR, CTR, and CTOR in a single report, you can evaluate the full performance of each campaign in one view, rather than analyzing each metric separately.

**What the report shows:**

- campaignName
- Sent - count of message.send
- OR - open rate in %
- CTR - click-through rate in %
- CTOR - click-to-open rate in %

<figure>
<img src="/api/docs/image/16cb5b87f0edb3fd64e6214a82f1f6cae1f25596/use-cases/all-cases/_gfx/multiplemetrics-case1-results.png" class="full" alt="The preview of the campaign effectiveness report with a chart and a breakdown table split by campaignName">
<figcaption>Report preview with a chart and a breakdown table split by campaignName</figcaption>
</figure>

**Based on this report, you can:**

- Reduce investment in campaigns with high send volumes but low engagement.
- Identify subject line or content patterns shared by the best-performing campaigns.
- Support decisions to pause or rework specific campaigns with data rather than assumptions.

The process below builds this campaign effectiveness report step by step. The same steps apply to other scenarios — only the metrics and the dimension change. For more examples, see [Other applications](#other-applications).

## Prerequisites
---
- The metrics you want to compare must be the **same type** — all profile-based or all event-based. Different metric types cannot be mixed in one report.
- You need a **dimension to split the results by**, for example `campaignName`, `retailStoreID`, `customerLoyaltyTier`, or `campaignId` - in this case, `campaignName`.
- The metrics you want to display must already exist in the workspace. For information on building metrics, see [Creating metrics](https://hub.synerise.com/docs/analytics/metrics/). To reuse the rate metrics referenced in this use case (`Open Rate`, `CTR`, `CTOR`), see [Calculate CTR, OR, and CTOR based on unique event occurrences](https://hub.synerise.com/use-cases/calculate-ctr-or-ctor/).

## Process
---
<figure>
<img src="/api/docs/image/16cb5b87f0edb3fd64e6214a82f1f6cae1f25596/use-cases/all-cases/_gfx/multiplemetrics-campaign.png" class="full" alt="The configuration of the Metrics, Dimension, and Range sections for the campaign report">
<figcaption>Configuration of the metrics and dimension</figcaption>
</figure>

In this use case, you will go through the following steps:

1. Create the report.
2. Add the dimension `campaignName`.
3. Add the metrics using [existing formulas](https://hub.synerise.com/use-cases/calculate-ctr-or-ctor/).
4. Rename columns and format as percentages.
5. Preview the results.
6. Save the report.

## What's Next
---
After saving the report, you can:

- Monitor it weekly on a dashboard.
- Share with your team inside and outside of Synerise.
- Export for analysis in other tools.

## Other applications
---
The same report-building steps apply to other analyses. Only the metrics and the dimension change. The scenarios below show common variations.

### Store Performance

**Business question:** *"Which physical stores sell the most - and which have the best basket quality?"*

**Why this matters:** A store with an average transaction count but a high Average Order Value (AOV) represents a different situation than a store with many transactions and a low Average Order Size (AOS). Analyzing all three metrics together provides the context needed to make accurate operational decisions.

<figure>
<img src="/api/docs/image/16cb5b87f0edb3fd64e6214a82f1f6cae1f25596/use-cases/all-cases/_gfx/multiplemetrics-storeperformance-report.png" class="full" alt="The configuration of the Metrics, Dimension, and Range sections for the store performance report">
<figcaption>Configuration of the metrics and dimension</figcaption>
</figure>

Each metric describes a different aspect of store performance:
- Transaction count reflects traffic.
    <figure>
    <img src="/api/docs/image/16cb5b87f0edb3fd64e6214a82f1f6cae1f25596/use-cases/all-cases/_gfx/multiplemetrics-storeperformance-transactions.png" class="full" alt="The configuration of the Number of transactions metric used in the store performance report">
    <figcaption>Configuration of the Number of transactions metric</figcaption>
    </figure>
- AOV reflects basket size.
    <figure>
    <img src="/api/docs/image/16cb5b87f0edb3fd64e6214a82f1f6cae1f25596/use-cases/all-cases/_gfx/multiplemetrics-storeperformance-aov.png" class="full" alt="The configuration of the AOV metric used in the store performance report">
    <figcaption>Configuration of the AOV metric</figcaption>
    </figure>
- AOS reflects the number of items per purchase.
    <figure>
    <img src="/api/docs/image/16cb5b87f0edb3fd64e6214a82f1f6cae1f25596/use-cases/all-cases/_gfx/multiplemetrics-storeperformance-aos.png" class="full" alt="The configuration of the AOS metric used in the store performance report">
    <figcaption>Configuration of the AOS metric</figcaption>
    </figure>

**What the report shows:**

<figure>
<img src="/api/docs/image/16cb5b87f0edb3fd64e6214a82f1f6cae1f25596/use-cases/all-cases/_gfx/multiplemetrics-case2-results.png" class="full" alt="The preview of the store performance report with a chart and a breakdown table split by retailStoreID">
<figcaption>Report preview with a chart and a breakdown table split by retailStoreID</figcaption>
</figure>

**Based on this report, you can:**

- Identify stores that may benefit from upsell training (high traffic, low AOV).
- Recognize stores outperforming others in their region (high AOV and high AOS).
- Share a single report view with store operations teams, without exporting data to external tools.

### Loyalty Tier Analysis

**Business question:** *"Do loyalty members spend more than non-members, and is the program worth maintaining?"*

**Why this matters:** Without this comparison, the return on investment of a loyalty program is difficult to assess. Viewing Transactions, AOV, and AOS split by loyalty tier (basic, plus, and non-members) in a single table provides the data needed to support or challenge the program investment during business reviews.

<figure>
<img src="/api/docs/image/16cb5b87f0edb3fd64e6214a82f1f6cae1f25596/use-cases/all-cases/_gfx/multiplemetrics-loyalty.png" class="full" alt="The configuration of the Metrics, Dimension, and Range sections for the loyalty tier report">
<figcaption>Configuration of the metrics and dimension</figcaption>
</figure>

**What the report shows:**

<figure>
<img src="/api/docs/image/16cb5b87f0edb3fd64e6214a82f1f6cae1f25596/use-cases/all-cases/_gfx/multiplemetrics-case3-results.png" class="full" alt="The breakdown table of the report split by customer loyalty tier">
<figcaption>Report breakdown table split by customer loyalty tier</figcaption>
</figure>

**Based on this report, you can:**

- Confirm or disprove that loyalty members generate higher basket value.
- Determine whether the program primarily drives purchase frequency (Transactions) or order value (AOV).
- Use the results to justify program costs or to support changes to the tier benefit structure.

## Read more
---
- [Reports](https://hub.synerise.com/docs/analytics/reports/)
- [Creating reports](https://hub.synerise.com/docs/analytics/reports/creating-reports/)
- [Metrics](https://hub.synerise.com/docs/analytics/metrics/)
- [Dashboards](https://hub.synerise.com/docs/analytics/dashboards/)
