Hello,
I would like to be able to create a custom trigger that I can call through the Munchkin API.
Currently, sending data to Marketo from our web application requires the use of the visitWebPage event with a hackish url and parameter set such as:
mktoMunchkinFunction('visitWebPage', {url: '.action', params: 'url match'});Doing it this way lets us record the action, but there is no way to send further information in the parameter list (unless it is possible to parse the params string in Marketo). Is there a way to create a trigger in Marketo that I can call in the following way?
mktoMunchkinFunction('createdProject', {url: 'www.example.com', ranking: 1000});Thanks,
- Dan