<% set trackInfo "" %> <% set page_id 1073782572 %> AOL Takes It Off Confirmation Page
back to top
BACK TO TOP
© 2004 America Online, Inc. All rights reserved.
<% if {[string compare $trackInfo ""]} { # get aol header information set result_set [ns_set create] set target "http://ads.web.aol.com/" append target "promoimp/" set length [string length $trackInfo ] if { $length <= 255 } { append target $trackInfo "aol" ns_puts "" } else { if {$trackInfo !=" "} { set trackInfo1 [string trim $trackInfo "/"] set items [split $trackInfo1 /] set size [llength $items] set newTarget $target set currentIndex 0 set currentCount 1 set info "" set continueNext 1 while {$continueNext == 1} { set currentString [lindex $items $currentIndex] append info $currentString "/" if { $currentIndex == ($size-1)} { append target $info "aol" ns_puts "" break } elseif { $currentCount==10 } { append target $info "aol" ns_puts "" set currentCount 1 set target $newTarget set info "" incr currentIndex 1 } else { incr currentIndex 1 incr currentCount 1 } } } } } %> <% mn_gen_impression_tracking $trackInfo %>