countedClick

Overview

Notifies that an click has been counted for a given network.

Data passed by the event

placementName

Unique name of the placement. The same name will be used in gravite.net account.

network

Ad network name, click here to find possible values.

Examples

document.addEventListener('countedClick', function(data){console.log("[AATKit Statistics Event] countedClick palcementName: " + data.placementName + " network: " + data.network)});

Last updated