<%@ 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: Paid Search Tips for Campaign Optimization<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Paid Search Tips for Campaign Optimization

If you've ever run a paid search campaign, chances are you've come across keywords that, while viable for your campaign, garner too much traffic and are just too expensive to bid on.

However, what happens when the opposite is true? Some perfectly legitimate keywords carry such little frequency that Google may not show your ads consistently. I've highlighted some potential issues associated with low frequency keywords below and some tips on how to avoid this situation.

When keywords carry an extremely low search frequency (by Google’s standards) paid search ads may not be displayed consistently.

By increasing bids, this can counteract the low search frequency and increase the frequency of your ads being shown. The goal is to achieve a balance of ensuring your ads are being displayed while not increasing bids too high.


Keywords Are Phrase Matched

Normally for campaigns with a low cost per click you would want to broad match your terms, meaning that if someone entered any part of a keyword into a search query, your ads would show. This may not be possible though for a variety of reasons; maybe part of your keyword would not be relevant, maybe it would be too expensive broad matching certain terms

Whatever the reason, a little elbow grease can help counteract this situation. Adding all variations of a term - misspellings, words in a different order, etc. - any variation you can think that would even remotely make sense, should be added to the campaign. This way you have a much better chance of bidding on the exact keyword a user entered, which in turn gives your ads a much better chance of showing up.

While these tactics will definitely help, your ads still might not show up 100% of the time. The key is to closely monitor your campaign and find an acceptable balance of keyword bids and impression levels.

If you would like Overdrive to help with your search engine marketing efforts, feel free to contact us anytime: 617-254-5000 x1100.

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