Ticket #172 (closed defect: fixed)
VAST1 wrapped ads seem to have double events firing
| Reported by: | paul | Owned by: | paul |
|---|---|---|---|
| Priority: | blocker | Milestone: | OVA for AS3 (v1.0.0) |
| Component: | OVA for AS3 | Version: | OVA for AS3 (trunk) |
| Keywords: | Cc: | ||
| Forum thread: |
Description
VAST1 wrapped ads appear to have double events firing
The following URL illustrates this:
http://www.gamezone.com/includes/general_page/789477/
The wrapper is:
http://ads.intergi.com/adrawdata/3.0/5205/1370960/0/1013/ADTECH;misc=2010106164147
The wrapped ad tag returns:
Change History
Note: See
TracTickets for help on using
tickets.

Fixed. The issue was with the overriding of the triggerTrackingEvent() method in the wrapper. The logic in the code meant that the overridden triggerTrackingEvents() method was called in both the base and derived class.
Moved the base class logic to _triggerTrackingEvent() and declared a skeleton method for triggerTrackingEvent() in the base class to stop the double calls for wrapped ads.
Fix checked into SVN trunk for next release.