Last active
October 8, 2022 07:16
-
-
Save ondrek/5867364bffeb1ebd9453658c70d69e0c 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
if (!window.standard.nazov || !window.standard.kategoria) { | |
return; | |
} | |
gtag("ab", "bc", { | |
window.standard.nazov, window.standard.autor, window.standard.kategoria | |
}) | |
if (window.location.host.contains("?ad")) { | |
gtag("reklama", "neplatena", { | |
zascrollovany: document.documentElement.scrollTop | |
}) | |
} |
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
<? | |
header | |
body | |
<script> | |
window.standard = { | |
nazov: <? echo nazov ?>, | |
autor: <? echo nazov ?>, | |
kategoria: <? echo nazov ?> | |
} | |
</script> | |
clanok | |
<script src="/moj/js/file.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment