-
Re: Tracking Create Content by Email
bill Dec 21, 2010 10:03 PM (in response to s_fariss)Susan,
I'll look in to this and get back to you.
-
Re: Tracking Create Content by Email
s_fariss Dec 31, 2010 8:36 AM (in response to bill)Bill: Any progess on this?
Susan
-
Re: Tracking Create Content by Email
bill Jan 3, 2011 12:50 AM (in response to s_fariss)Susan,
We have a property called "jive.content.createdbyemail" which is attached to the messages in the database that are created by an email message. So, you could query the main database for that. Unfortunately, we don't push that info in to the analytics DB yet. That's something we're going to look to improve this year in a new release or a patch (TBD which one).
-
Re: Tracking Create Content by Email
nkodam Jan 6, 2011 6:49 AM (in response to bill)Bill,
I found the MailProcess.java interface that has CREATED_BY_EMAIL_PROPERTY = "jive.content.createdbyemail". However I couldn't find that property in the application Database. These two tables: clearspace.jivemessageprop, clearspace.jivecontent doesn't seem to store it. Could you please point me to the table that has this value?
-
Re: Tracking Create Content by Email
bjewell Jan 27, 2011 12:03 PM (in response to nkodam)To close the loop on this investigation, we worked with Jive Support a bit further and were able to determine the following. The property referenced above is stored in the respective content property tables (e.g. jiveblogprop, jivethreadprop). It tracks content created by email when the content type is a new blog, document, discussion, announcement, and comments on blogs and docs. However, while it tracks new discusion threads, it does not track replies to a discussion thread, which is the primary way our users are using the email module. I've logged an idea to have this changed: https://community.jivesoftware.com/ideas/1844
-
-
-
-