<%@ Language=VBScript %> <% BaseURL="http://www.ovrdrv.com" Path=Trim(lcase(Request.ServerVariables("Path_Info"))) nP=InStrRev(Path, "/") if nP > 0 then Page = lcase(mid(Path, nP + 1)) section="" end if %> Overdrive Online Marketing Blog: Overdrive Interactive Wins 2007 Internet Advertising Competition Award for Best Online Events Campaign<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Overdrive Interactive Wins 2007 Internet Advertising Competition Award for Best Online Events Campaign

Overdrive Interactive, a Boston-based full service search engine marketing and online media agency specializing in lead generation, brand building and customer acquisition, announced today that the agency has been awarded the Best Online Events Campaign Award in the 2007 Internet Advertising Competition (IAC).

Overdrive received the award from the Web Marketing Association for Outstanding Achievement in Internet Advertising for the online media campaign that was designed and developed for client, Las Vegas Motor Speedway. See the creative here.

Now in its 11th year, the IAC Awards are produced by the Web Marketing Association (WMA) and is the premier event for web developers and marketers each year. The Internet Advertising Competition (IAC) Awards are produced by the Web Marketing Association to honor excellence in online advertising, recognize the individuals and organizations responsible, and showcase the award winning Internet advertising. This is one of the only competitions to recognize only online categories of advertising. IAC Award entries are submitted by advertising and interactive agencies or corporate marketing departments worldwide.

"We are delighted to be recognized with the prestigious IAC Award. To be recognized by a jury of your peers is definitely validating and an acknowledgement of the great work that Overdrive is doing on behalf of our clients," commented Ty Velde, Director of Client Services.

The online banner campaign utilized eye-catching imagery from previous, memorable races and was accompanied by straight-forward, witty copy. The goal of the campaign was to target NASCAR fans to buy tickets to the Spring Cup Weekend at Las Vegas Motor Speedway.

For more information on Overdrive's online media services, click here.

About Overdrive Interactive:
Boston-based Overdrive Interactive (http://www.overdriveinteractive.com/) is a full service online marketing firm that specializes in branding and lead generation services using search engine optimization, paid search management, online media planning and buying, email marketing, and web and application development. The agency serves a wide range of consumer and B2B Fortune 500 companies.

Labels: ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home

Blog Search

 

RSS Feeds

 Atom
 RSS

Subscribe to Overdrive eMarketing Blog by Email





Delivered by FeedBurner

Categories

<% '-- add your label directory here labelDir = "m:\web\users\V029U45EBY\html\ovrdrv\blog\labels\" '-- Check for Directory Set FSO = Server.CreateObject("Scripting.FileSystemObject") If FSO.FolderExists(labelDir) Then Response.Write "
    " Set labelFolder = FSO.GetFolder(labelDir) Set labelBlogs = labelFolder.Files For each label in labelBlogs Set labelFile = FSO.GetFile(label) Set labelStream = labelFile.OpenAsTextStream (1, -2) iLabelCount = -1 '-- Read the file line by line Do While Not labelStream.AtEndOfStream Line = labelStream.readline LineCount = Sgn(InStr(Line,"blogger-labels")) iLabelCount = iLabelCount + LineCount Loop Response.Write "
  • " + Replace(labelFile.Name,".asp","") & " (" + CSTR(iLabelCount) & ")
  • " Set labelStream = nothing Set labelFile = nothing Next Response.Write "
" Else Response.Write "

No labels in folder: " & labelDir & "

" End If Set FSO = nothing %>