countedAdSpace

Overview

Notifies that an adspace has been counted.

Data passed by the event

placementName

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

Examples

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

Last updated