trackReminderWidgetView
The trackReminderWidgetView() method tracks when the consent form is viewed after a user clicks the reminder widget.
Syntax
ppms.cm.api('trackReminderWidgetView', onFulfilled, onRejected);
Parameters
onFulfilled() (function, required)
The fulfillment handler callback (called with result).
onRejected(error)
The rejection handler callback (called with error code). If not specified, the exception will be thrown in the main stack trace.
error (string | object, required)
Error code or exception
Examples
Updated 6 days ago