<%@ 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: Seven Ways to Advertise on Facebook<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Seven Ways to Advertise on Facebook

OK, I've previously examined the different ways you could advertise on Google. To be fair I asked Bianca Garcia, one of our media planners who specializes in social media, to help me compile a list of the advertising opportunities on Facebook.

What's interesting about Facebook: most of the units are non-traditional and are often incorporated in with the content that consumers are actively reading when they login -- mainly the social ads that show up in the Facebook feeds.

Plus, the larger social network sites allow you to get super granular with targeting. They have enough users that you can still hit a large audience even with a bunch of selects. Targeting parameters include: country, state, city or town, age, gender, interests, activities, music, TV shows, education, high school, college, major, workplace, relationship status, profile keywords, and books.

Now there are a many different things to do on Facebook and I may be inadvertently omitting some because new features are being added. The things we are focusing on here are paid advertising opportunities that media planners might take advantage of except for setting up a corporate profile. I'm also not going to get into talking here about applications. Using Facebook applications for advertising and branding is a pretty huge topic and certainly will be the subject of a future column.


Read more...

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