Skip to main content
1-Visitor
February 11, 2016
Solved

Logging the users each time when they view a mashup

  • February 11, 2016
  • 2 replies
  • 1175 views

Hi

We have a requirement to log the users (along with the Mashup they viewed) each time they open/refresh the mashup.

Appreciate your inputs on this one.

Thanks

    Best answer by ibanham

    Hi

    Write a simple service triggered by the Mashup Loaded event that takes the details of the current user (from the user tab) as input parameters and logs the information somewhere.

    Regards

    Ian

    2 replies

    ibanham1-VisitorAnswer
    1-Visitor
    February 11, 2016

    Hi

    Write a simple service triggered by the Mashup Loaded event that takes the details of the current user (from the user tab) as input parameters and logs the information somewhere.

    Regards

    Ian

    sgobi1-VisitorAuthor
    1-Visitor
    February 12, 2016

    Thanks Ian.

    We have hundreds of mashup created and in use. If I have to create a service that gets triggered on Mashup loaded event, that is going to take time.

    I was looking for some other alternative. If there isn't any, then I will follow what you suggested.

    Thanks

    Sabarish