* Depreciated - Flash Banner clickTAG Instruction

Download Samples

Newcom Business Media utilizes DoubleClick/Google Ad Manager's ad systems (DFP). To track the click-throughs in your flash banners you will need to embed the following clickTAG code in your getURL statement.

NOTE: Under Publish Settings please select Target: Flash Player 9 (or lower).

For Action Script 2 ad the following to the button:
(Your destination URL does not need to be added to the getURL statement.)

on(release) {
getURL(_level0.clickTAG, "_blank");
}

For Action Script 3 ad the following to the timeline:

var request:URLRequest = new URLRequest(root.loaderInfo.parameters.clickTAG);
ClickButton.addEventListener(MouseEvent.MOUSE_DOWN, tracker);
function tracker(event:MouseEvent):void {
navigateToURL(request, "_blank");
}

Additional Background Reading:
Adobe clickTAG standards
Proper clickTAG implementation

If you require further assistance please contact.

Martin J. Smith
Chief Technology Officer
Newcom Business Media Inc.
Office: (289) 315-3912
martin@newcom.ca