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