Notifies that an 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('countedImpression', function(data){console.log("[AATKit Statistics Event] countedImpression palcementName: " + data.placementName + " network: " + data.network)});