Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello everyone,
Need your help regarding this issue,
I trying to integrate the twitter purchase pixel but I donno how to setup the parameters,
Here's the code for the pixel,
<!-- Twitter conversion tracking event code -->
<script type="text/javascript">
// Insert Twitter Event ID
twq('event', 'tw-o74u6-odopm', {
value: {{ order.total_price }}, // use this to pass the value of the conversion (e.g. 5.00)
currency: null, // use this to pass the currency of the conversion with an ISO 4217 code (e.g. ‘USD’)
conversion_id: null // use this to pass a unique ID for the conversion event for deduplication (e.g. order id '1a2b3c')
});
</script>
<!-- End Twitter conversion tracking event code -->
Can anyone share with me the default Shopify liquid code to catch the parameters for example,
Value: {{ order.total_price }}
Currency:
Conversion_ID:
Thanks, A lot,
Please help.
Hey, did you find anything for this?