<%@ 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: Mobile Advertising in Plain English<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Mobile Advertising in Plain English

For those unfamiliar with the mobile advertising, the IAB recently released a mobile media buying guide for advertisers and agencies covering topics such as the mobile ecosystem, key mobile ad terms, shortcode campaigns and example of various mobile ad executions. This booklet contains everything one would need to get their first mobile campaign up and running.

Mobile advertising is not so new anymore, but advertisers have been slow to adopt mobile as a viable advertising medium. As a recent MediaPost article stated, “An interactive marketing forecast released by Forrester Research projects mobile advertising will increase 70% to $391 million this year and to $1.3 billion by 2014. The firm called mobile one of the "most anticipated, least adopted" interactive channels in the mix.”

Advertisers must remember that mobile is not so much different from any other advertising medium. You still need to set performance goals and objectives regardless of the advertising medium. You still need to determine where your target audience resides and you still need to determine how to reach them. In the world of mobile advertising, this may include mobile websites, downloadable applications, mobile messaging and mobile video. Mobile advertising shouldn’t take the place of online or offline, but rather compliment other advertising efforts.

For more information on how to get a mobile advertising campaign up and running please refer to the IAB’s Mobile Guide here.

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 %>