<%@ 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: Twitter Tweets from the Google/TechTarget B2B Roadshow<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Twitter Tweets from the Google/TechTarget B2B Roadshow

I got to attend an invitation-only Google/TechTarget event at Google's office in Cambridge, MA, and tweeted some of the more interesting tidbits of knowledge I picked up. (In all truthfulness, I added a couple to this column.)

The event, "The Google/TechTarget Research Project: How IT Pros Search Online During the Purchase Process," was billed as "TechTarget and Google partnered to research the search behaviors and online interests of business technology buyers, including the relationship between brand and search activity."

The research was compiled from a sample of 2,200 participants from North America, Europe, and Asia. Topics covered included search terms used at the various stages of the IT buying process, buyer attitudes toward lead-generation efforts, and more.

There were some very interesting data offered, and the food was actually pretty darn good. However, I wish they gave more examples of practical applications for the data and findings they revealed. I guess it's up to us to figure out how to apply the data to what we do in the future.

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