Engine_Database.Save_Item_Group_Statistics Method
Save usage statistics at the item level (BibID) level
Namespace: SobekCM.Engine_Library.DatabaseAssembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
public static bool Save_Item_Group_Statistics(
int GroupID,
int Year,
int Month,
int Hits,
int Sessions,
Custom_Tracer Tracer
) |
Parameters
- GroupID
- Type: System..::..Int32
Primary key for item group from the database
- Year
- Type: System..::..Int32
Year of this usage
- Month
- Type: System..::..Int32
Month of this usage
- Hits
- Type: System..::..Int32
Number of hits against the item group (and not a child item/vid)
- Sessions
- Type: System..::..Int32
Number of sessions that looked at this item group at the item group level
- Tracer
- Type: SobekCM.Tools..::..Custom_Tracer
Trace object keeps a list of each method executed and important milestones in rendering
Return Value
Type:
Boolean TRUE if successfully logged, otherwise FALSE
Remarks
See Also