Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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
iconfalse

<input type="button" value="DOWNLOAD" onclick="openDownloadForm();CardioLogAgent.API.sendEvent('pageviewPageview', 'http://www.intlock.com/pages/download.aspx', function () { console.log('event sent'); } ); />

...