2017-05-23 12:18:55 -07:00
|
|
|
/**
|
|
|
|
* @type {{CONNECTIONS_FOLLOWERS_FOLLOWING: string, PROFILE_DATA: string, MESSAGING_DATA: string, THIRD_PARTY_INTEGRATIONS: string, ACTIVITY: string, JOB_APPLICATION_FLOW_DATA: string, ENTERPRISE_PRODUCT_DATA: string, ACCOUNT_STATUS: string, ADDRESS_BOOK_IMPORT_DATA: string, MICROSOFT_DATA: string, SUBSIDIARY_DATA: string, THIRD_PARTY_DATA: string, DEVICE_DATA: string, SEARCH_HISTORY: string, COURSE_VIEWING_HISTORY: string, WVMP: string, PROFILE_VIEWS_BY_ME: string, ADVERTISING_DATA: string, USAGE_ERROR_CONNECTIVITY_DATA: string, OTHER_CLICKSTREAM_BROWSING_DATA: string}}
|
|
|
|
*/
|
2017-05-01 22:58:16 -07:00
|
|
|
const datasetClassifiers = {
|
|
|
|
CONNECTIONS_FOLLOWERS_FOLLOWING: 'Connections + Followers + Following',
|
|
|
|
PROFILE_DATA: 'Profile Data',
|
|
|
|
MESSAGING_DATA: 'Messaging Data (Metadata + Content)',
|
|
|
|
THIRD_PARTY_INTEGRATIONS: 'Third Party Integrations In Use',
|
|
|
|
ACTIVITY: 'Activity (Newsfeed Posts + Shares + Likes)',
|
|
|
|
JOB_APPLICATION_FLOW_DATA: 'Job Application Flow Data (Job Application + AWLI + Resumes + Application Answers)',
|
|
|
|
ENTERPRISE_PRODUCT_DATA: 'Enterprise Product Data',
|
|
|
|
ACCOUNT_STATUS: 'Account Status',
|
|
|
|
ADDRESS_BOOK_IMPORT_DATA: 'Address Book Import Data',
|
|
|
|
MICROSOFT_DATA: 'Data from Microsoft',
|
|
|
|
SUBSIDIARY_DATA: 'Data from companies LinkedIn acquired (Lynda, Slideshare, Connectifier, Bizo, etcetera)',
|
2017-05-23 12:18:55 -07:00
|
|
|
THIRD_PARTY_DATA: 'Data from other Third-party Integrations',
|
2017-05-01 22:58:16 -07:00
|
|
|
DEVICE_DATA: 'Device Data',
|
|
|
|
SEARCH_HISTORY: 'Search History',
|
|
|
|
COURSE_VIEWING_HISTORY: 'Course Viewing History',
|
|
|
|
WVMP: "Who's Viewed My Profile",
|
|
|
|
PROFILE_VIEWS_BY_ME: 'Profile Views (by me)',
|
|
|
|
ADVERTISING_DATA: 'Advertising related (LMS) Data',
|
|
|
|
USAGE_ERROR_CONNECTIVITY_DATA: 'Usage, Error Reporting, Connectivity Data',
|
|
|
|
OTHER_CLICKSTREAM_BROWSING_DATA: 'Other Clickstream Data + Browsing history'
|
|
|
|
};
|
|
|
|
|
|
|
|
export { datasetClassifiers };
|