<%@ 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 Google Tools to Manage Media Campaigns<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Seven Google Tools to Manage Media Campaigns

posted by Harry Gold @ Tuesday, July 22, 2008 - 9:17 AM

One of the things I'm always talking about is how the line between search marketing and online media is blurring. Indeed, they've crossed over right into offline.

Clearly, search marketing is a form of online media, but consider this: when you turn on content targeting for your PPC campaign on Google, are you now running online media even though your ads are targeted by keywords contained in the content the ads appear next to? Of course you are. Add in Google Image and click-to-play ads, and you're now actively running an online media campaign.

Every once in a while, Google visits our office to give us the full update on all the kinds of media that can be managed by both media and search professionals through its system. Here's a quick breakdown for search marketers, online media planners, and offline media planners of all the things Google has to offer. I'm not writing this because I'm trying to promote Google. It certainly doesn't need more promotion. I just find it interesting and useful to understand what can be obtained through the Google interface.


Read more...

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