Page History
...
- eventName - Required. The event type name (e.g, 'pageviewPageview').
- URL - Required. The content page URL.
- eventCallback - Optional. Function to be executed after the event is sent.
...
Info | ||
---|---|---|
| ||
<input type="button" value="DOWNLOAD" onclick="openDownloadForm();CardioLogAgent.API.sendEvent('pageviewPageview', 'http://www.intlock.com/pages/download.aspx', function () { console.log('event sent'); } ); /> |
...