Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<a class="deep-link" href="https://t.me/SmartsenderBot?start=ZGw6NTk2"><>Link</a>

<script src="https://customer.smartsender.eu/js/client/dl.min.js"></script>

<script>
   ssDeepLink('deep-link', 'smartsender', false, {
       variables: {
          campaign: 'site-1',
          email: 'hello@smartsender.com',
       },
   });
</script>

...