If you are using the older version of Jacquard’s Dynamic Optimisation setup where open data is not included in your Braze Current, use the following code snippet in the HTML Email Body of your Braze email campaign to track opens in Jacquard:
Required
Required: Braze Content Block
New variable names - January 2026
This code snippet has been updated with new variables. If copying, please test all parts of the integration.
{% assign JQRDExperimentId = '<experimentID>' %}
{{content_blocks.${JQRDContent}}}
<img src="{{variants.statistics_url}}" width="1px" height="1px">Make sure to replace <experimentID> with your Experiment ID.
Generally, we recommend pasting the snippet just below where your preheader is injected into your HTML.