detectAdClick

abstract fun detectAdClick(url: String?, isMainFrame: Boolean)

Detects and registers the eTLD+1 if an ad link was clicked. It takes as parameters: optional url - The requested url, null if no url was requested. mandatory isMainFrame - True if the request is for mainframe, false otherwise.