π·οΈGTM Installations
Step 1:
Step 2:
Step 3:
<script
src="https://storage.googleapis.com/crunch_tracking_script/crunchit.min.js"
onload="init()"
async
>
</script>
<script>
function init() {
try {
window.letscrunch("YOUR_UNIQUE_APP_ID");
} catch (error) {
console.error("Failed to load Crunch", error);}}
</script>Last updated