diff --git a/public/index.html b/public/index.html index e5ef2d4a0..c493ff0c1 100755 --- a/public/index.html +++ b/public/index.html @@ -42,49 +42,75 @@ multiparty: true, } }) + + <% } %> - try { - if (window.cohesion) { - window.cohesion("tagular:ready", function () { - window.analytics.ready(function () { - const cohesionAnonymId = window.tagular("getAliasSet")["anonymousId"]; - const segmentAnonymId = window.analytics.user().anonymousId(); - const segmentUserId = window.analytics.user().id(); - - // Segment Identify - window.analytics.identify(segmentUserId, { - cohesion_anonymous_id: cohesionAnonymId, - }); + - <% } %>