Hi, I’m trying to use metrics as follows but am getting stuck.
On my app, I have Users that belong to Organizations, and within those Organizations there are Projects.
Users take actions in the app, which we send to Full Story as Custom Events using the API. And it’s easy to find things like how many times Event X happened, segmented by Organization. That’s all good.
On the other side, I want to be able to divide the number of times Event X happened, by the number of Projects in that User’s Organization. Because my customer Organizations have varying numbers of projects and I want to “normalize” their Event X activity based on how many Projects they have.
I tried sending up the count of Projects as a trait of the user - User.organizationProjectCount. I can see this coming through on the user’s profile correctly.
However, when trying to divide these things in the metrics, it only looks like I can divide a count of Events by another count of Events. I found where I can “filter” the events down based on a Unique Property, but that doesn’t seem to get where I want.
Any ideas?
Thanks,
Stephen