x

Acoustic conversion tracking

Hi there,
i try to add acoustic campaing tracking event to weebly site. this is code i tried
<script>
ewt.cot({action:'Purchase',detail:{orderid}:{name}:{email}:{items}:{subtotal},amount:{total}});
</script>
this is code given by acoustic

<script>

ewt.cot({action:'Purchase',detail:'Blueberry Ice Cream',amount:'1.24'});

</script>
but site order confirmation page source show only varibale 

how to pass value for my tracking script

892 Views
Message 1 of 3
Report
2 REPLIES 2
Alumni

Hi there @Sanjeewa95 👋

 

Are you trying to use embedded code on your Square Online website?

 

Thanks in advance for the extra detail!

 

P.S. Welcome to the Seller Community 

Valentina
Community Moderator, Square
Sign in and click Mark as Best Answer if my reply answers your question.
825 Views
Message 2 of 3
Report

Hi @Valentina 

i didn't try that.  this is conversion tracking code

<script>
ewt.cot({action:'Purchase',detail:{orderid}:{name}:{email}:{items}:{subtotal},amount:{total}});
</script>

i think we can't embed that code in payment page. 

725 Views
Message 3 of 3
Report