The method is incorrect. The correct method is "Report.Queue". Also, can you try with just api.omniture.com. The "5" is not necessary.Report.Run is for real time report. It is not for Data Warehouse. Thus the request error.
For data warehouse, you need to specify source as warehouse.Try this code:{ "reportDescription":{ "reportSuiteID":"<INSERT-RSID-HERE>", "dateFrom":"2019-08-10", "dateTo":"2019-08-11", "dateGranularity":"day", "source":"warehouse", "metrics":[...
You should not be using the # in the value. It is a special keyword in the URL structure that indicates the start of the anchor. https://sitechecker.pro/what-is-url/ Either use a different delimiter or encode the # value
This is possible currently using classifications.You can use Classification Rule Bullder to automate if the pagename is having a pattern as you have mentioned.
This will be difficult to prove without looking at the data. You can download a days worth of data using data feed and check what was captured. It is possible that the values you think were captured is not the same as what really happened. Good way to diagnose would be through the raw data.You can a...