Notifies that an viewable impression has been counted for a given network.
Unique name of the placement. The same name will be used in gravite.net account.
document.addEventListener('countedVimpression', function(data){console.log("[AATKit Statistics Event] countedVimpression palcementName: " + data.placementName + " network: " + data.network)});