|
How to prepare your flash banner for the ad tracking system with a clickTAG.The clickTAG is the tracking code assigned by the ad serving network to an individual ad. The clickTAG allows the network to register where the ad was displayed when it was clicked on. The click through data is reported back to the ad server to determine the effectiveness of the campaign.To setup clickTag open your Flash project, choose "Movie" > "Export Options" and check clickTag. The entire area of your banner will be now clickable with on(release) { getURL(clickTag, "_blank"); } action defined automatically. Use "Arguments" field to test the banner with your landing page.
You your Alligator version is below 7.0.7.6 then read the instructions below or upgrade to version 7.0.7.6 or above. The tracking tag is passed to flash movie as a variable: "clickTAG" or "url": <PARAM NAME="MOVIE" VALUE="banner.swf?clickTAG=[...]"> and <EMBED SRC="banner.swf?clickTAG=[...]" To prepare your banner for the system:
NOTE: your system may be using "url" variable instead of "clickTAG". In case the clickTAG is encoded http%3A%2F%2Fwww... use the code:
clickTAG = "http://" + clickTAG.slice(13); if(clickTAG.substr(0,4)=="http") getURL(clickTAG,"_blank");
Testing the adObtain the clickTAG from your ad system. Choose "Movie" > "Export Options" and enter the tag under Arguments:
Choose "File" > "Export HTML Page". A sample page with your banner will popup and the clickTAG will appear in the code to enable ad tracking in the example HTML page. See also: Link entire banner to an URL
Macromedia Security Note for all Flash advertisers:
|
| include("../foot.inc"); ?> |