Created
May 27, 2021 14:09
-
-
Save AertHulsebos/4567bb0ea7a5568c9218f62b3abcbf42 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !-- General sitetag (gtag.js) - Google Ads: 123456789 -> | |
| <script async src="https://www.googletagmanager.com/gtag/js?id=AW-123456789"> </script> | |
| <script> | |
| window.dataLayer = window.dataLayer || []; | |
| function gtag(){dataLayer.push(arguments);} | |
| gtag('js', new Date()); | |
| gtag('config', 'AW-123456789'); | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment