Forum Discussion
konerus Maybe you can share a bit more about what user behaviour you are trying to create a log of. Because Khoros already has a lot of Analytics capturing built-in which you might consider "logging" in a certain way.
Hi Cladius,
I want to log information about the output of a certain third party api output information whether the output has been as expected or not for a given user.
Thank you,
Sujana
- jeffshurtliff5 years agoBoss
What kind of retention do you need for your logging? Are you looking for continuous logging or just, for example, tracking the result of the most recent third party API call for the user?
I ask because I'm doing the latter quite a bit in my environment in one or more of the following ways:
- Storing data in the user's cache (assuming the API call is being performed by the user in question)
- Storing the data in a custom metadata field (usually as a JSON string if there's a good amount of data but other times just a string or Boolean value) for a user, node or message.
- Writing the data to a message within a hidden TKB board and then parsing the data with a component and/or function as needed.
- konerus5 years agoAdept
It is actually continous logging which we are lookign for. Is there a possibility?
Related Content
- 2 months ago
- 5 years ago
- 3 years ago
- 13 years ago