Engine_Database.Save_Aggregation_Statistics Method
Save usage statistics for the aggregation-level web pages
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_Aggregation_Statistics(
int AggregationID,
int Year,
int Month,
int Hits,
int Sessions,
int HomePageViews,
int BrowseViews,
int AdvancedSearchViews,
int SearchResultViews,
Custom_Tracer Tracer
) |
Parameters
- AggregationID
- Type: System..::..Int32
Primary key for this aggregation
- Year
- Type: System..::..Int32
Year of this usage
- Month
- Type: System..::..Int32
Month of this usage
- Hits
- Type: System..::..Int32
Number of hits against this aggregation
- Sessions
- Type: System..::..Int32
Number of sessions which used this aggregation
- HomePageViews
- Type: System..::..Int32
Number of home page views
- BrowseViews
- Type: System..::..Int32
Number of times users looked at browses under this aggregation
- AdvancedSearchViews
- Type: System..::..Int32
Number of times users used the advanced search option
- SearchResultViews
- Type: System..::..Int32
Number of times users viewed search results under this aggregation
- 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