<%@ 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: Google Testing Demographic Bidding<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Google Testing Demographic Bidding

So I got an interesting email from Google. They have now added demographic targeting and are inviting people to try it out.

Google describes it like this:
Demographic bidding is a way to help your ads reach audiences of a certain age or gender. If you want your ads to be seen by women aged 18-24, or people over 55, demographic bidding can help.

Some publishers on the Google content network know certain individual details about their users Social networking sites, for instance, often ask users to identify themselves by age and gender. On sites that provide this type of information about their users, Google can display your AdWords ads to the groups that you prefer, or prevent your ads from displaying to groups you don't want to reach.

See more at: https://services.google.com/demographicbidding/

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