RE: Audience Targeting - where is the user data stored?

Html Station, modified 9 Years ago. New Member Posts: 5 Join Date: 12/21/15 Recent Posts
I understand the Audience Targeting app creates a user profile, progressively gathering the information about user's actions in the Portal.
I can't find the information, where is this data stored?
thumbnail
Eduardo P. Garcia, modified 4 Years ago. Regular Member Posts: 157 Join Date: 3/16/12 Recent Posts
Html Station:
I understand the Audience Targeting app creates a user profile, progressively gathering the information about user's actions in the Portal. I can't find the information, where is this data stored?



Hi Html Station,

 

Audience Targeting data is stored in the tables with CT_ namespace on the Liferay database. In particular, the information about the user's action is stored in ct_analytics_analyticsevent and can be retrieved though the AnalyticsEventService service.

 

Regards