<%@ 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: Common Tracking Issues and How to Address Them<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Common Tracking Issues and How to Address Them

Questions and issues over tracking and reporting online ads have persisted among agencies, media vendors, ad servers, Webmasters, and clients since I started my career. Terms and procedures around tracking have not been standardized, resulting in lots of confusion.

Last time, I listed five common tracking and reporting issues and offered sensible approaches to deal with the first two. In this column, let's examine ways to address the latter three tracking issues.

The five most common tracking and reporting issues are:

  • Why online reports aren't 100 percent accurate.

  • Why view-through conversions are not conversions.

  • How double counting occurs in different systems.

  • Why tracking from different systems don't always match.

  • How to compare first-click conversions versus last-click conversions.


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