Skip to content

Commit

Permalink
38 - Integrate Adobe DTM
Browse files Browse the repository at this point in the history
  • Loading branch information
andreituicu committed Oct 31, 2023
1 parent 031a340 commit 8442b93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/delayed.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// eslint-disable-next-line import/no-cycle
import { sampleRUM } from './aem.js';
import { loadScript, sampleRUM } from './aem.js';

// Core Web Vitals RUM collection
sampleRUM('cwv');

// add more delayed functionality here
loadScript('https://assets.adobedtm.com/a441b904b50e/7a4facbbcffb/launch-039be8795dc8.min.js', { async: "" });

Check failure on line 8 in scripts/delayed.js

View workflow job for this annotation

GitHub Actions / build

Strings must use singlequote

Check failure on line 8 in scripts/delayed.js

View workflow job for this annotation

GitHub Actions / build

Newline required at end of file but not found

0 comments on commit 8442b93

Please sign in to comment.