// 1DS initialization
const analytics = new oneDS.ApplicationInsights();
var config = {
instrumentationKey: "9ec747153cf446f7b4e129dc7eaa8227-f83e8b36-9a56-4437-8103-9010c8e1e72a-6756",
propertyConfiguration: {
gpcDataSharingOptIn: ( typeof GPC_DataSharingOptIn !== "undefined" ) ? GPC_DataSharingOptIn : true,
callback: {
userConsentDetails: ( typeof siteConsent !== "undefined" ) ? siteConsent.getConsent : WcpConsent.siteConsent
},
},
webAnalyticsConfiguration:{
coreData: {"pageName":"Chengruidong Zhang - Projects","pageType":"People"},
urlCollectQuery: true,
urlCollectHash: true,
autoCapture: {
scroll: true,
pageView: true,
onLoad: true,
onUnload: true,
click: true,
scroll: true,
resize: true,
jsError: true
}
}
};
// Initialize OneDS SDK
analytics.initialize( config, [] );
/* ]]> */
-->