Create Report Metadata
Report metadata is a configuration JSON that controls the behavior of the report. Configure report metadata to define how data is filtered, aggregated, and shown in a report.
Required Editions
| Available in: Lightning Experience |
| Available in: Enterprise, Unlimited, Einstein 1, and Agentforce 1 Editions with Consumer Goods Cloud Trade Promotion Management and Data 360 |
| User Permissions Needed | |
|---|---|
| To configure a report metadata: | CGCloud Real-Time Reporting Admin |
- From the App Launcher, enter RTR, and then select RTR Report Configurations.
- Click New.
- Enter the name of the configuration.
- For Usage, select Data 360 Promotion Measures Export or Data 360 Account Measures Export.
- Select the sales organization that the report is created for.
- Save your changes.
-
Enter a JSON configuration, and then click Save.
Data 360 Promotion Measures Export (datacloudpromotionmeasuresmeta) JSON:
- object: The name of the object: promotionmeasures.
- measurecodes: The writeback KPI measure codes to export to Data 360.
- datefrom::The export includes promotions that start on or after this date.
{ "measurecodes": [ "VOLU", "PRIC", "MONE", "NONE", "TMON" ], "datefrom": "2025-01-01", "object": "promotionmeasures" }Data 360 Account Measures Export (datacloudaccountplanmeasuresmeta) JSON:
- object: The name of the object: accountplanmeasures.
- measurecodes: The writeback KPI measure codes to export to Data 360.
- datefrom: The export includes account plans that start on or after this date.
{ "measurecodes": [ "APVO", "APPR" ], "datefrom": "2024-01-01", "object": "accountplanmeasures" }
Did this article solve your issue?
Let us know so we can improve!

