Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
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,
I received a checkout code to measure conversions from one of our sale channels. The code looks like this:
<script> window.sznIVA.IS.updateIdentities({ eid: null });
var conversionConf
= {
id: 100203066,
value: null,
orderId: null,
zboziType: null,
zboziId: 210592,
consent: null
};
window.rc.conversionHit(conversionConf);
</script>
And all the null values should be replaced with something different. But I don't know what should be instead of null values. I have been told it should be variations depending on order value, order id, consent, but don't know how they exactly they should look like for our website.
Could anybody help me with that please?
Thank you.