webcenter analytics/content documents
Hi there!We looking for a form to send documents views of webcenter content to the analytics.
When we use the send page views it works in the correct way but we aren't able to do it with documents.
We tried few ways but it's not working.
Does anyone know any documentation about AnalyticsUtil API, or if it is possible?
We using this form:
AnalyticsUtil.sendResourceViewEvent("DOCLIB_DOCUMENTVIEWS", //eventName
"DOCUMENTS", //eventDimension
"MyAppName", // serviceId
"conn-wcc-spaces#dDocName:APPNAME_PROPS_EN", //resourceId
"APPNAME_PROPS_EN.properties", //resourceName
scp,//resourceScope
map); //eventDimProperties
It's saves the data in the ASFACT_WC_DOCLIB__0 table but does not save in the ASDIM_WC_DOCUMEN_0.
0