cancel
Showing results for 
Search instead for 
Did you mean: 

Activitydatacollector API

Former Member
0 Kudos

Hello

we are using the ActivityData Colletor in our system, we collect the adc files and load it into BW system to generate Portal usage statistics.

The ActivityDataCollector record the call to iviews and pages, we have a page that have a link to an external web, we want to measure the users that use this link but the ActivityData Colletor don't register click on this link.

we are thinking to develop some code to call ActivityDataCollertor ourselves,

somebody know if it is possible to call the Activity Data collector by hand? 

We can see that there is com.sap.portal.activitydatacollector_api.jar but there is not information about how to use this.

thanks

regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I wouldnt assume this is an open interface, never seen any javadoc on this, but maybe Im wrong. If you wanna get some ideas how it works download and debug the SAP standard stuff. If I had to do it, I would monitor appropriate DB tables.

cheers