Hello, got something mixed up. There is nothing wrong with the plugin. My problem is just, that I want to add a second tracking code.
In the end it should look like this:
<script async src=”https://www.googletagmanager.com/gtag/js?id=UA-00000000-0″></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());
gtag(‘config’, ‘UA-00000000-0’);
gtag(‘config’, ‘AW-000000000’);
</script>
Any idea how I can achieve this?
Kind regards,
Tobi