Skip to content

Commit

Permalink
add analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshmishri committed Sep 10, 2024
1 parent 9913c5f commit e046375
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/delayed.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ if (!window.location.pathname.includes('srcdoc')
'data-domain-script': '0190e9aa-e486-72b8-ada6-bda52c32aa2c',
});

loadScript('https://assets.adobedtm.com/53c8e773d591/d826b4085ef5/launch-1bb397cb091a-development.min.js', {
type: 'text/javascript',
charset: 'UTF-8',
});

window.OptanonWrapper = () => {
const currentOnetrustActiveGroups = window.OnetrustActiveGroups;

Expand All @@ -31,3 +36,4 @@ if (!window.location.pathname.includes('srcdoc')
});
};
}

Check failure on line 39 in scripts/delayed.js

View workflow job for this annotation

GitHub Actions / build

Too many blank lines at the end of file. Max of 0 allowed

0 comments on commit e046375

Please sign in to comment.