How to show first occurrence count by page
Need to show number of components used on the page and this number should be counted only once per page or page url for the site not by the visit or visitor.
Example: We have A,B,C,A,C components on a page. I am tracking all those components using a listvar because of the character limit and more number of components can be used on a page.
if i pull report , using the listvar & page in the above example i am seeing three rows of data with 5 occurrence but business team wants to see it as 5 rows because they want to see total number of components used on the page. How can I achieve this report.