ActivityLogHelper Class |
Namespace: CMS.WebAnalytics
public static class ActivityLogHelper
The ActivityLogHelper type exposes the following members.
Name | Description | |
---|---|---|
GetActivityDependencyCacheKeys |
Gets cache keys which should be touched after batch of activities is inserted to the database.
| |
GetContactIDByEmail |
Returns contact ID for e-mail address.
| |
GetContactIDByMembership |
Gets contact ID from membership relations.
| |
ParseActivityLogRecord | Obsolete.
Parses one line of the log file.
| |
ProcessActivityLogRecord | Obsolete.
Inserts one log record to the database. Returns ID of created activity.
| |
ProcessActivityLogRecords | Obsolete.
Processes the log records to DB.
| |
ProcessActivityUpdateMerged |
Updates activities performed by now merged contacts, so their ActivityActiveContactID column correctly points to the ID of the now parent contact.
ActivityOriginalContactID column will be set to the ID of the now merged contact who previously performed the activity.
|