trackPrivacyPolicyLinkView
The trackPrivacyPolicyLinkView() method tracks when the consent form is viewed after a user clicks the privacy policy link.
Syntax
ppms.cm.api('trackPrivacyPolicyLinkView', 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