Skip to content

Commit

Permalink
fix: gtm url
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickholzenkamp committed Aug 23, 2021
1 parent 34cb1d9 commit 2209107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/google-tag-manager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class BalGoogleTagManager {
j: any = d.createElement(s), dl = l != DATA_LAYER ? `&l={l}` : '';
j.async = true;
j.src =
'https://www.googconstagmanager.com/gtm.js?id=' + apiKey + dl;
'https://www.googletagmanager.com/gtm.js?id=' + apiKey + dl;
f.parentNode.insertBefore(j, f);
}

Expand Down

0 comments on commit 2209107

Please sign in to comment.