privilegedemarque/themes/site/gtm.tpl
2016-10-18 11:28:16 +02:00

10 lines
162 B
Smarty

{if $account_created == 1}
{literal}
<script>
$(document).ready(function() {
dataLayer.push({'event' : 'inscription'})
})
</script>
{/literal}
{/if}