<%@ 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: Branding or Connecting: How About Both?<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Branding or Connecting: How About Both?

Big brands have woken up to the power of online and are now buying billions of impressions to build and reinforce their brands. So let me propose adding another level of interaction to the mix. Instead of brand impressions, clicks, and actions, let's encourage and measure "brand connections." Until recently, about the only way to make a lasting online connection with a target audience was to have them join your e-mail list. E-mail is all well and good. But the explosion and adoption of social media provides marketers and media professionals with opportunities to make genuine and lasting connections with customers and target audiences.

We can now make lifelong connection because people's profiles and social accounts rarely change. We can embed our client's brands, content, and messages into the social environments where their target customers congregate. We can enable consumers to make our clients' brands part of their online identities and help them talk about our brands in a way that our clients want to be talked about. And here is the big part: our online media can add serious octane to this potential. Use online media to encourage brand interactions and connections in the social space and watch the lasting value of your impressions and campaigns go through the roof. Watch the benefit of your impressions turn to valuable lasting connections! Brand marketers should be super greedy about amassing brand connections.

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