This guide shows you how to export an existing report in Mapp Intelligence, edit the configuration if needed, and import it back as a new report — either in the same account or in other accounts. The exported file contains the report’s configuration (not the data itself) and serves as a template for reuse or adaptation.
The exported file contains the report configuration only — including filters, metrics, segments, and layout. The actual report data is not part of the export. When you import the file, it creates a new report based on that configuration.
Alternatively, you can use the Analytics API to export report configurations programmatically. This article focuses on the manual export and import via the user interface.
Why this feature is helpful
Reuse existing report setups without rebuilding them manually
Create multiple report variants in the same account
Share templates across different accounts or teams
Adjust filters, segments, and time ranges directly in the configuration file
Automatically carry over all custom elements (e.g., metrics, formulas, segments, time filters)
Prevent errors and save time
Procedure
The following steps show how to export a report configuration, optionally edit the configuration file, and import it into one or more target accounts.
Step 1: Export a Report Configuration
Go to the Report Overview in Mapp Intelligence.
Select one or more reports whose configuration you want to export.
Click the Export icon and confirm the export.

The system will download a
.zipfile automatically.The contents of the export depend on your current view:
In Folder View, the folder structure is included.
In List View, only the report file is included.
Unzip the file to access the
.jsonreport configuration.
Step 2: Edit the JSON File (Optional)
You can open the JSON file in a text editor to create new versions of your report or prepare it as a template for others. This allows you to:
Change the time range, e.g. from static dates to dynamic values like
last_28_daysAdjust filters, metrics, or dimensions
Reuse and customize a report setup for different target audiences or business contexts
For example, you can duplicate a campaign performance report and adjust its filters or segmentation to match a different region, business unit, or customer group.
Tip
This is especially helpful when maintaining consistency across accounts or preparing standardized templates.
Find the correct names for filters, metrics, or time ranges
When editing the JSON file, you must use the internal names for elements such as metrics, filters, time ranges, or segments.
You can look them up — specific to your account — using the following interactive tools (no coding required):
To use these tools, you must first authenticate with your Mapp Intelligence Client ID and Secret. Follow this short guide to grant access to the Analytics API.
Step 3: Import the Report Configuration
Notes
Only one report configuration can be imported at a time.
You can only import reports if you have permission to create reports in the selected account(s).
Make sure your file is in
.jsonformat. (Unzip the export if needed.)In the Report Overview, click the Import icon.

Upload the file via drag and drop or by browsing.
Choose where to import the report:
Within this account
Into other accounts (multi-select is available with the right permissions)
Assign a report category (optional) to organize the imported report.
Click Next to finish the import.
You will receive an on-screen confirmation once the import is successful. The new report will appear in your Report Overview immediately.