Write to the console when an OM optin is about to redirect to the specified Redirect URL (native integrations only).
jQuery(document).ready( function($){
$(document).on('OptinMonsterOnRedirect', function(event, data, object){
console.log(“Redirect in progress..”);
});
});