<%@ 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 Will Launch Paid Corporate Accounts by Year's End<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Twitter Will Launch Paid Corporate Accounts by Year's End

posted by Nick Cifuentes @ Friday, November 20, 2009 - 4:38 PM
It's official, Twitter is set to introduce premium accounts for brands and businesses by end of the year, this according to co-founder and CEO Biz Stone. While speaking at an event in London, Stone said Twitter plans to charge for corporate accounts, and in exchange, would offer enhanced features and analytics in return.

It is important to note, however, that if you are a current brand or business, you will not be forced to pay, but this will more be added on as a value to your account, which will tie in the rich features & analytics, in addition to some other kind of targeting, is my guess, when plans are unveiled in a few weeks.

At the event, according to ClickZ, celebrity Tweeter, Stephen Fry criticized the move, saying it would be "anti-commercial" and there was a "sense of being guided by a big corporate brother."

Fry also pointed out that this could now be the beginning of banner ads on the site, and Stone quickly dismissed that saying “the plan has always been to create a [revenue] model that would be native to Twitter.”

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