Microsoft 365

// 1DS initialization const analytics = new oneDS.ApplicationInsights(); var config = { instrumentationKey: "ab84071472454b558eb869cf34aaf2c5-d418cf2d-3c1e-423b-ad88-ea130e01460f-7426", propertyConfiguration: { gpcDataSharingOptIn: ( typeof GPC_DataSharingOptIn !== "undefined" ) ? GPC_DataSharingOptIn : true, callback: { userConsentDetails: ( typeof siteConsent !== "undefined" ) ? siteConsent.getConsent : WcpConsent.siteConsent }, }, webAnalyticsConfiguration:{ coreData: {"pageName":"Microsoft 365","pageType":"Microsoft 365"}, 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, [] ); -->
OSZAR »