Packagecom.distriqt.extension.adverts.events
Classpublic class PaidEvent
InheritancePaidEvent Inheritance flash.events.Event

This class represents an event containing information about paid events for an advert.



Public Properties
 PropertyDefined By
  adValue : AdValue
Revenue information about this event
PaidEvent
Public Methods
 MethodDefined By
  
PaidEvent(type:String, adValue:AdValue, bubbles:Boolean = false, cancelable:Boolean = false)
Constructor
PaidEvent
  
clone():Event
[override]
PaidEvent
Public Constants
 ConstantDefined By
  PAID : String = paidevent_paid
[static] Dispatched when an impression occurs that results in revenue data.
PaidEvent
Property Detail
adValueproperty
public var adValue:AdValue

Revenue information about this event

Constructor Detail
PaidEvent()Constructor
public function PaidEvent(type:String, adValue:AdValue, bubbles:Boolean = false, cancelable:Boolean = false)

Constructor

Parameters
type:String
 
adValue:AdValue
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method Detail
clone()method
override public function clone():Event

Returns
Event
Constant Detail
PAIDConstant
public static const PAID:String = paidevent_paid

Dispatched when an impression occurs that results in revenue data. By implementing this handler, you can use the data to calculate a user's life time value, or forward the data downstream to other relevant systems.