-- ROKT integration -->
Skip to main content
Skip to footer
ocument.addEventListener('gform_confirmation_loaded', function() {
if (typeof mParticle === 'undefined') return;
mParticle.logEvent(
'conversion',
mParticle.EventType.Transaction,
{
confirmationref: '{form_field_entry_id}',
amount: '{form_field_amount}',
currency: 'USD'
}
);
});