For exemple I have to get for google tracking conversions with this :
<!– Event snippet for Achat_finalisé conversion page –>
<script>
gtag(‘event’, ‘conversion’, {
‘send_to’: ‘AW-82198XXXXXXXXXXXXXX’,
‘transaction_id’: ”
});
</script>
I have to get the names of the variables of the “transaction_id” and the “transaction_value”
regards