| InsightInfoProviderUpdateHitsInternal Method (InsightInfo, DateTime, Int64) | 
            Stores the value of the specified insight and comuptes the aggregated values.
            
 
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntaxprotected virtual void UpdateHitsInternal(
	InsightInfo insight,
	DateTime periodDateTime,
	long hits
)
Parameters
- insight
 - Type: CMS.SocialMarketingInsightInfo
The insight to store the value for. - periodDateTime
 - Type: SystemDateTime
The local date and time that applies to the specified value. - hits
 - Type: SystemInt64
The value to store. 
See Also