Home / Admin / om.Action.window
Duplicate Snippet

Embed Snippet on Your Site

om.Action.window

Code Preview
js
document.addEventListener('om.Action.window', function(event) {
	// This event is passed the Campaign object
	console.log(event.detail.Campaign);
	// This event is passed the Action object
	console.log(event.detail.Action);
} );

Comments

Add a Comment