Join our Community in its new Home - The Datorama Trailblazer Community Group!
It's been an amazing 3 years coming together in this forum to collaborate, innovate, support, and inspire each other about our shared usage of Datorama. While this is not quite a goodbye, we are excited to announce that we are getting a fresh start in our new home within the Salesforce Trailblazer Community. We have a ton of fun new content planned and you may even see the revival of some of our most popular posts from the past few years.
We’ll be keeping this group around for a bit for you to peruse, but as of November 15, we will no longer be allowing new posts or comments. Be sure to join our new group at https://www.salesforce.com/success-datorama to keep the conversation going.
We can’t wait to see you there!
It's been an amazing 3 years coming together in this forum to collaborate, innovate, support, and inspire each other about our shared usage of Datorama. While this is not quite a goodbye, we are excited to announce that we are getting a fresh start in our new home within the Salesforce Trailblazer Community. We have a ton of fun new content planned and you may even see the revival of some of our most popular posts from the past few years.
We’ll be keeping this group around for a bit for you to peruse, but as of November 15, we will no longer be allowing new posts or comments. Be sure to join our new group at https://www.salesforce.com/success-datorama to keep the conversation going.
We can’t wait to see you there!
Get measurement/dimension usage


Hey
We're trying to do some spring cleaning of our workspace. Over time we've accumulated many calculated measurements and dimensions which are no longer in use. To help expedite the process we want to create a bulksheet using the API. However, I can't see a way to get measurement/dimension usage in the same way that you can in the UI by clicking 'show data streams'. Would it be possible to include this in the list all calculated/filtered entity endpoints?
We're trying to do some spring cleaning of our workspace. Over time we've accumulated many calculated measurements and dimensions which are no longer in use. To help expedite the process we want to create a bulksheet using the API. However, I can't see a way to get measurement/dimension usage in the same way that you can in the UI by clicking 'show data streams'. Would it be possible to include this in the list all calculated/filtered entity endpoints?
Comments
1. Calc-metrics : https://developers.datorama.com/docs/manage/calculated-measurements/#overview
2. Calc-Dims : https://developers.datorama.com/docs/manage/calculated-dimensions/
3. Measurements : https://developers.datorama.com/docs/manage/measurements/
4. Dimensions : https://developers.datorama.com/docs/manage/dimensions/
I am recommending on using the /v2/pages endpoints. In there you will have all the used measurements and dimension for each page and each widget.
Please let me know if that answers your question!
I was wondering if using the /v2/pages endpoints gave you the unused calculated dimensions and measurements. I can see using even the endpoints from calculated Measurements or Calculated Dimensions give you only details such as created user, created date, description etc. But it does not show when they are being used.
I would like to know if there are endpoints that show where a particular calculated dimension or measurement is being used (like reports, pivots, dashboard widgets etc).
Thank you.