Actions.getPageTitles returns hits per page title and Actions.getPageUrls returns hits per page URL.
Anyway to get both? I don't mean a bulk report but a report of page hits with title and URL?
I'm trying to make a report for my SharePoint page to show the top pages and I want to show the page title and make it a link to the actual page.
I thought about using .trackPageView(document.title) or .setCustomVariable(1,"nacho url",location.href,"page") but I'm not sure how to get these to show in reports.
Anyway to get both? I don't mean a bulk report but a report of page hits with title and URL?
I'm trying to make a report for my SharePoint page to show the top pages and I want to show the page title and make it a link to the actual page.
I thought about using .trackPageView(document.title) or .setCustomVariable(1,"nacho url",location.href,"page") but I'm not sure how to get these to show in reports.