shhouji
10 years agoMentor
How to get view count of a particular page which contains relevant query Sting
Hi,
After going through the community API calls, we have found that by using this REST API “http://<community-name>.cisco.com/restapi/vc/boards/id/board-name/metrics” we can get the view count of the particular board/tkb “http://<community-name>.cisco.com/board-name/message-title” and its messages view count.
Our requirement is to get the view count of a particular URL such as “http://<community-name>.cisco.com/board-name/message-title?test=data”. What we have observed is even though we append some content to the URL, it is updating in the message view count, but we want to track how many times users visited the Community with URLs containing the relevant query strings such as “test=data”.