<%@ 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: How to Optimize an Ad Campaign on the Fly<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

How to Optimize an Ad Campaign on the Fly

At many larger agencies, the role of running an online campaign is fragmented. Typically it's broken up between planners, buyers, traffickers, and analysts.

The problem with this model is who is going super deep on the account? This model assumes that optimization is simply about moving media and turning banners on and off at the banner server. Which begs the question: How are real-time decisions made? Do all these people have to meet to get a high-level idea of what's going on in a campaign? How often do they meet or talk? Are they making real-time decisions? Candidly I have heard stories where optimization at some firms is more like run, track, report, meet, decide, and finally optimize. As opposed to real-time optimization, a more old-school see-what-happens approach is taken and many impressions and dollars are wasted in these protracted optimization cycles.

OK, I know everyone is going to say to clients: "Of course, we optimize real-time." But do you really? If you have a fragmented team, is a lower level traffic manager with her fingers on the banner server keyboard authorized or able to kill a site, placement, or piece of creative? Or, does this person need to wait for the analyst to see that it's not working, report that to the team, and then ask the buyer to cancel the contract or renegotiate the deal? That's a lot of hops and meetings to do something as simple as cancel a site, placement, or piece of creative.

The only way I have seen this work is when all of these people are working together in a tight little pod where meetings don't have to be scheduled to make decisions and inform clients of those decisions. One easy question to ask your agency if it has a fragmented media management team is, "Where do all these people sit in proximity to each other?" If the analysts are in another department, office space, or even floor away from the campaign managers, then it's unlikely your optimization is real-time.

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