<%@ 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: eMetrics Marketing Optimization Summit – May 5th, San Francisco<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

eMetrics Marketing Optimization Summit – May 5th, San Francisco


One of our clients is the eMetrics Marketing Optimization Summit. This is THE premier event for web and marketing analytics. Attendees can see demos of all the latest web and marketing analytics applications and learn how to better implement fact based decision making and marketing optimization for their organization. This exhibitor and sponsor list is literally an all star roster of companies and experts.

The next event is 5/4 to 5/7 in San Francisco they literally have shows going on throughout the year all over the world. This event does sell out so register early!

The event is described on its site as:

eMetrics Marketing Optimization Summit
Where wisdom is shared about:
-Website Optimization
-Search Analytics
-Campaign Optimization
-Web 2.0 Optimization
-Public Sector Metrics
-Behavioral Targeting
-Competitive Analysis
-Customer Experience
-Statistical Analysis
-Business Implementation
-Multi-Channel Marketing Metrics
-And a lot more

See conference info at:
http://www.emetrics.org/

For more information on the event watch the video on this page:
http://www.emetrics.org/video/videoplayer.php?vid_id=7


For the May 4th, 2008 San Francisco Agenda see:
http://www.emetrics.org/2008/sanfrancisco/agenda.php

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