Webcenter sites Analytics
Hi,
I am working with WebCenter Sites Analytics . I am trying to generate a analytics report.I have already added new parameter for data capture and detail definition table . Now while Developing new analytics job I have created a bean class L3NewBrowserBean.java. This class is importing below packages,
import com.fatwire.analytics.domain.AbstractL3Bean;
import com.fatwire.analytics.domain.annotation.Aggregate;
import com.fatwire.analytics.domain.annotation.SumAggregator;
import com.fatwire.analytics.domain.key.DateSiteEntityKey;
But I am unable to find the jars for these. Kinda stuck in here. Anyone worked on analytics can you please help.