Ticket #172 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

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:

Change History

comment:1 Changed 3 years ago by paul

  • Status changed from new to closed
  • Resolution set to fixed

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.

Note: See TracTickets for help on using tickets.