RAM reports
hi all
The documentation for the URLs to be used for reporting from RAM refers to a constant that doesn't seem to be documented:
For assetActivity:tid
"Limits to a specific activity type. Use only the number,
for example tid=462. If not defined, the constant
AUDIT_ASSET_ACTIVITIES is used."
OK, well, I'd like ALL the asset activities, not just a subset. (Building some asset metrics reports for a customer.)
Is there a constant that would cause the assetActivity url to return ALL asset activities, not just the 6 or so that are defined by the AUDIT_ASSET_ACTIVITIES ?
thanks,
Steve
The documentation for the URLs to be used for reporting from RAM refers to a constant that doesn't seem to be documented:
For assetActivity:tid
"Limits to a specific activity type. Use only the number,
for example tid=462. If not defined, the constant
AUDIT_ASSET_ACTIVITIES is used."
OK, well, I'd like ALL the asset activities, not just a subset. (Building some asset metrics reports for a customer.)
Is there a constant that would cause the assetActivity url to return ALL asset activities, not just the 6 or so that are defined by the AUDIT_ASSET_ACTIVITIES ?
thanks,
Steve
One answer
On 7/20/2010 3:38 PM, svhovater wrote:
AUDIT_ASSET_ACTIVITES is all asset activities, and it is more than six.
It's not a subset. If you find one that is missing then please notify us
because it should be there.
This is as of 7.2.0.2:
AUDIT_ASSET_ACTIVITIES = {
METRIC_TYPE_STATE_CHANGE,
METRIC_TYPE_REVIEW_INSTANCE,
METRIC_TYPE_REVIEWER_REVIEW,
METRIC_TYPE_REVIEWER_RATE,
METRIC_TYPE_GENERIC_RATE,
METRIC_TYPE_ANON_RATE,
METRIC_TYPE_DISCUSSION_FORUM,
METRIC_TYPE_DISCUSSION_TOPIC,
METRIC_TYPE_DISCUSSION_POST,
METRIC_TYPE_DISCUSSION_FORUM_UPDATE,
METRIC_TYPE_DISCUSSION_TOPIC_UPDATE, METRIC_TYPE_DISCUSSION_POST_UPDATE,
METRIC_TYPE_DISCUSSION_FORUM_DELETE,
METRIC_TYPE_DISCUSSION_TOPIC_DELETE, METRIC_TYPE_DISCUSSION_POST_DELETE,
METRIC_TYPE_SEARCH_VIEW,
METRIC_TYPE_ASSET_DOWNLOAD,
METRIC_TYPE_ASSET_DEVLINK,
METRIC_TYPE_ASSET_BUILDLINK,
METRIC_TYPE_ASSET_SUBSCRIPTION_CREATE,
METRIC_TYPE_ASSET_SUBSCRIPTION_DELETE,
METRIC_TYPE_SUBMIT_ASSET,
METRIC_TYPE_UPDATE,
METRIC_TYPE_ASSET_NEW_VERSION,
METRIC_TYPE_DELETE_ASSET,
METRIC_TYPE_ASSET_ABOUT_TO_EXPIRE}
Rich
AUDIT_ASSET_ACTIVITES is all asset activities, and it is more than six.
It's not a subset. If you find one that is missing then please notify us
because it should be there.
This is as of 7.2.0.2:
AUDIT_ASSET_ACTIVITIES = {
METRIC_TYPE_STATE_CHANGE,
METRIC_TYPE_REVIEW_INSTANCE,
METRIC_TYPE_REVIEWER_REVIEW,
METRIC_TYPE_REVIEWER_RATE,
METRIC_TYPE_GENERIC_RATE,
METRIC_TYPE_ANON_RATE,
METRIC_TYPE_DISCUSSION_FORUM,
METRIC_TYPE_DISCUSSION_TOPIC,
METRIC_TYPE_DISCUSSION_POST,
METRIC_TYPE_DISCUSSION_FORUM_UPDATE,
METRIC_TYPE_DISCUSSION_TOPIC_UPDATE, METRIC_TYPE_DISCUSSION_POST_UPDATE,
METRIC_TYPE_DISCUSSION_FORUM_DELETE,
METRIC_TYPE_DISCUSSION_TOPIC_DELETE, METRIC_TYPE_DISCUSSION_POST_DELETE,
METRIC_TYPE_SEARCH_VIEW,
METRIC_TYPE_ASSET_DOWNLOAD,
METRIC_TYPE_ASSET_DEVLINK,
METRIC_TYPE_ASSET_BUILDLINK,
METRIC_TYPE_ASSET_SUBSCRIPTION_CREATE,
METRIC_TYPE_ASSET_SUBSCRIPTION_DELETE,
METRIC_TYPE_SUBMIT_ASSET,
METRIC_TYPE_UPDATE,
METRIC_TYPE_ASSET_NEW_VERSION,
METRIC_TYPE_DELETE_ASSET,
METRIC_TYPE_ASSET_ABOUT_TO_EXPIRE}
Rich