countedDirectDealImpression

Overview

Notifies that an impression has been counted for Direct Deal rules.

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

Last updated