REST api to track events
Hi all - we want to replace our current munchkin events with REST api calls to send events to Marketo and trigger emails based on it. Can you please provide a
- link to the documentation that describes how to do this a
- provide a sample REST call
Here's a few examples of what we are doing now:
Tracks a page view: events.trackMarketoEvent('paygo', 'userSetBillingInfo', 'pageView');
Trackes a button click: events.trackMarketoEvent('paygo', 'userSetBillingInfo', 'cancel');
Uses a URL to track success: trackMarketoEvent("/account/create/success");