<%@ 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: Planning The Buy: Seven Value-Add Ad Placements to Consider<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Planning The Buy: Seven Value-Add Ad Placements to Consider

When developing an online media plan, don't overlook value-added ad placements, such as text-based newsletter ads and advertorials. These placements aren't always popular ideas, but they represent an opportunity to add performance octane to a proposal full of expensive premium ad placements.

For example, I have run campaigns that included the purchase of a large amount of premium placements with high CPMs (define). If we used average click and conversion rates in the mathematical models, many of the sites wouldn't have been included in the media plan or would have been canceled after the first optimization round. However, when the average CPC (define) and CPA (define) from the huge amount of value-added text links, buttons, and run-of-site (ROS) impressions were factored into the results of the overall buy, those sites came into line with the campaign's optimization requirements.

In this case, value-added placements saved the day for the agency, publisher, and client. The agency fulfilled its mission to drive a certain level of performance. The publisher sold its pricey CPM inventory and avoided losing the advertiser by tapping unsold remnant inventory. And the client got the brand impact and visibility of the premium placements with the ROI (define) performance of low-cost placements.

So when negotiating a media buy, check out these seven value-added placements I always advocate:

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