Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Is it possible to track mashup visits on a user basis? We would like to have a mashup that displays how frequent our mashups are visited and by who.
Hi Justin Stevens,
Per my knowledge there is no inbuilt functionality to cunt the number of visits. You can consider implementing it for your own use.
You can create a DataTable with list of all users and mashups and create a custom service which will increase the count on mashup load.
I hope it helps.