Hello,
could you tell me if in the Javascript code action the [PRICE] placeholder is replaced just by numbers?
I want to insert the Facebook action script like this
<script>
fbq('track', 'Purchase', {
value: 10,
});
</script>
and I think I shoudl insert it as follows
fbq('track', 'Purchase', {
value: [PRICE],
});
but it will only work if [PRICE] is being replaced by only numbers (no currency sign or anything else)
thank you
Hello, could you tell me if in the Javascript code action the [PRICE] placeholder is replaced just by numbers?
I want to insert the Facebook action script like this
and I think I shoudl insert it as follows
but it will only work if [PRICE] is being replaced by only numbers (no currency sign or anything else)
thank you